/* 312 */ log("Consuming wsdl: " + this.wsdl, 2);
/* */
/* 314 */ if (this.verbose) {
/* 315 */ log("Command invoked: " + this.command.getJavaCommand().toString());
/* */ }
/* 317 */ ExecuteJava execute = new ExecuteJava();
/* 318 */ execute.setClasspath(path);
/* 319 */ execute.setJavaCommand(this.command.getJavaCommand());
/* 320 */ if (execute.fork(this) != 0)
/* 321 */ throw new BuildException("Could not invoke WSConsumeTask", getLocation());
/* */ }