Thread.currentThread().setContextClassLoader(cl);
if (outputLocation != null) cl.addPathElement(outputLocation);
new Java2WSDLCodegenEngine(commandLineOptions).generate();
Thread.currentThread().setContextClassLoader(conextClassLoader);
} catch (Throwable e) {
throw new BuildException(e);
}