Compiler compiler = new Compiler();
String[] files = new String[]{client.getAbsoluteFile().toString(),
server.getAbsoluteFile().toString(),
impl.getAbsoluteFile().toString()};
compiler.setOutputDir(this.classDir);
compiler.compileFiles(files);
}
@Test
public void testSimpleFrontend() throws Exception {
String[] args = new String[] {"-wsdl", "-o", output.getPath() + "/tmp.wsdl", "-s",