} catch (GeneratorException e1) {
throw new BuildException(e1);
}
// Parse configuration
try {
_config = new BuilderConfig(getClassLoader(),new AntLogger(this));
if (null != getConfigFile()) {
_config.parseConfig(getConfigFile());
}
if(null != getConfigs()) {
String[] files = getConfigs().getFiles(getProject());