Author Login
Post Reply
Hi
I have an build file with the following:
<target name="generate-Metro-jaxws">
<taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">
<classpath refid="metro.classpath"/>
</taskdef>
<wsimport destdir="build/classes"
sourcedestdir="src" wsdl="etc/${wsdl.file}"/>
</target>
How would I call this target to generate JAX-WS classes?
thanks in advance
ilango
--
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)