List<File> fullClassPath = new ArrayList<File>(config.getClassPath());
fullClassPath.add(config.getOutputDirectory());
InputSource classPathInputSource = PathInputSource.fromFiles(fullClassPath,
new String[]{"", JangarooParser.JOO_API_IN_JAR_DIRECTORY_PREFIX}, false);
jangarooParser.setUp(sourcePathInputSource, classPathInputSource);
exmlConfigPackageXsdGenerator = new ExmlConfigPackageXsdGenerator();
}