CommandLineUtils.getSystemEnvVars( false ),
true ) );
}
catch ( final IOException e )
{
throw new AssemblyFormattingException( "Failed to retrieve OS environment variables. Reason: "
+ e.getMessage(), e );
}
try
{
value = interpolator.interpolate( value );
}
catch ( final InterpolationException e )
{
throw new AssemblyFormattingException( "Failed to interpolate output filename mapping. Reason: "
+ e.getMessage(), e );
}
value = StringUtils.replace( value, "//", "/" );
value = StringUtils.replace( value, "\\\\", "\\" );