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 -- View this message in context: http://www.nabble.com/how-to-call-Ant-targets-tasks-from-command-line-or-Eclipse-tp17170580p17170580.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]