>Placing the <path> before the <taskdef> appears to be a no-no:
>
>BUILD FAILED
>F:\VoyenceControl\build.xml:4: path doesn't support the nested
>"taskdef" element.
I meant BEFORE not OUTSIDE.
So I meant
<path ...> ... </path>
<taskdef .../>
instead of
<path ...>
<taskdef .../>
</path>
(maybe a problem with closing tags ...)
>It apears that using the -f option was causing the error.
Try again with "ant -f build.xml".
I think you had invisible characters on the command line ;-)
>generate.java:
>[axis-wsdl2java] - Unable to find required classes
>(javax.activation.DataHandler and javax.mail.inte
>rnet.MimeMultipart). Attachment support is disabled.
>[axis-wsdl2java] WSDL2Java
>http://cscvoyence.utc.com:8881/ws/api/40/services/ApiService?wsdl
Is activation.jar in you AXIS_HOME/lib ?
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]