if(mappings != null) for(String map : mappings){
converter.generateMap(0, map, "mapping_"+map);
}
if(converter.getDTCompiler().getErrors().size()==0 && applicationRepositoryPath != null){
ChangeReport cr = new ChangeReport(
ruleset,
path,
rulesConfig,
"development",
applicationRepositoryPath,
rulesConfig,
"deployed");
cr.compare(System.out);
cr.compare(new FileOutputStream(converter.getRuleSet().getWorkingdirectory()+"changes.xml"));
}
} catch ( Exception ex ) {
System.out.println("Failed to convert the Excel files");
System.out.println(ex.toString());