getProject( ).log( "Processing WSDL: " + wsdl );
args[args.length - 1] = wsdl.getPath( );
log( "Calling WsdmWsdl2Java with arguments: " + Arrays.asList( args ) );
try
{
new WsdmWsdl2Java( ).run( args );
}
catch ( Exception e )
{
throw new BuildException( e );
}