Author: jason.greene(a)jboss.com
Date: 2007-01-31 15:44:24 -0500 (Wed, 31 Jan 2007)
New Revision: 2224
Modified:
trunk/jbossws-tests/ant-import/jaxws-tools-delegate.xml
Log:
Point delegate to our tools layer
Modified: trunk/jbossws-tests/ant-import/jaxws-tools-delegate.xml
===================================================================
--- trunk/jbossws-tests/ant-import/jaxws-tools-delegate.xml 2007-01-31 20:43:58 UTC (rev
2223)
+++ trunk/jbossws-tests/ant-import/jaxws-tools-delegate.xml 2007-01-31 20:44:24 UTC (rev
2224)
@@ -9,9 +9,8 @@
<!-- $Id: build-interop.xml 1948 2007-01-12 16:47:53Z heiko.braun(a)jboss.com $ -->
<project name="TOOLS-Delegate">
-
+<!--
<property name="ri.home" value="NOT_SET"/>
-
<taskdef name="wsimport"
classname="com.sun.tools.ws.ant.WsImport">
<classpath>
<pathelement location="${ri.home}/lib/activation.jar"/>
@@ -31,7 +30,18 @@
<pathelement location="${ri.home}/lib/sjsxp.jar"/>
</classpath>
</taskdef>
+-->
+ <taskdef name="wsimport"
classname="org.jboss.ws.tools.jaxws.ant.WSImport">
+ <classpath>
+ <pathelement
location="${core.output.dir}/lib/jbossws-client.jar"/>
+ <pathelement
location="${thirdparty.dir}/jbossws-sun-wsimport.jar"/>
+ <pathelement location="${thirdparty.dir}/wstx.jar"/>
+ <pathelement location="${thirdparty.dir}/jaxb-xjc.jar"/>
+ <pathelement location="${thirdparty.dir}/jaxb-api.jar"/>
+ <pathelement location="${thirdparty.dir}/jaxb-impl.jar"/>
+ </classpath>
+ </taskdef>
<macrodef name="callWsimport">
@@ -45,7 +55,9 @@
<echo>-----------------------------------------------</echo>
<echo>Invoking wsimport </echo>
+<!--
<echo>Using RI Home: ${ri.home}</echo>
+-->
<echo>sourceDir: @{sourceDir}</echo>
<echo>wsdlLocation: @{wsdlLocation}</echo>
<echo>-----------------------------------------------</echo>
@@ -64,4 +76,4 @@
</sequential>
</macrodef>
-</project>
\ No newline at end of file
+</project>
Show replies by date