On Mon, 22 Jul 2002, <[EMAIL PROTECTED]> wrote: > From your analysis, it APPEARS to be an ant problem, but if there's > something we're not doing correctly in AXIS that ant has forgiven us > for in the past, then I'd like to understand it.
Depends on how you view it. If my analysis of the problem is correct, you've run into <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10904> and a change of when <taskdef> gets executed between 1.5 and CVS HEAD of Ant. I guess you want to be able to use Wsdl2JavaTestSuite.xml as a stand-alone build file as well - if not, you could remove the <taskdef> of wsdl2java and the problem shouldn't happen in either version of Ant. But then again, I think it is fixed now for CVS HEAD of Ant as well. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
