DirectoryManager.getConfigDir(), ApplicationSettings.getPathXmlFileName());
File file = new File(filename);
if(!file.exists()){
throw new RuntimeException("No "+filename+" was found at: "+file.getAbsolutePath());
}
xmlToPathTransformer = new XmlToPathTransformerImpl(filename,
suiteName, koanMethod);
} catch (FileNotFoundException e) {
throw new RuntimeException(e);
}
}