config.setOutputJar(new File(outJar));
}
}
// Process the OUTPUT LOCATION MANAGER
IOutputLocationManager outputLocationManager = compilerConfig.getOutputLocationManager();
if (config.getCompilationResultDestinationManager() == null && outputLocationManager != null) {
config.setCompilationResultDestinationManager(new OutputLocationAdapter(outputLocationManager));
}
// Process the INPATH