----- Original Message ----- From: "Gene Chuang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 02, 2003 14:28 Subject: Re: axis ant task in netbeans
> > Thanks for all your valuable input Steve. > >Well, ant does its thing differently; you can't really align the codebase that well > Given that axis standalone commandlines (WSDL2Java, Java2WSDL and Admin) are more stable and better supported than their ant-task counterparts, would it be simply better (or possible) for me to write <target>'s that invoke <exec> of the former java programs rather than trying to run the axis ant-tasks? no need to <exec>, use <java> and set fork="true" for safety.