"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());