Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

how to call an Ant task

ilango_g

2008-04-23

Replies:

Author LoginPost Reply

Hi
I have a build.xml that has 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>

I need to call the "generate-Metro-jaxws task (or should I say, target) to
generate some Java classes.

I would be grateful for any suggestions.

thanks
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)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.