Thread.currentThread().setContextClassLoader(cl);
cl.addPathElement(output);
System.out.println("path is "+cl.getClasspath());
Map commandLineOptions = this.fillOptionMap();
CommandLineOptionParser parser =
new CommandLineOptionParser(commandLineOptions);
new CodeGenerationEngine(parser).generate();
} catch (Throwable e) {
throw new BuildException(e);
}