[jbossws-commits] JBossWS SVN: r4038 - trunk/integration/native/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jul 31 11:54:37 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-07-31 11:54:37 -0400 (Tue, 31 Jul 2007)
New Revision: 4038

Modified:
   trunk/integration/native/ant-import/build-testsuite.xml
Log:
Fix tools classpath for WSConsumeTestCase

Modified: trunk/integration/native/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/native/ant-import/build-testsuite.xml	2007-07-31 15:08:50 UTC (rev 4037)
+++ trunk/integration/native/ant-import/build-testsuite.xml	2007-07-31 15:54:37 UTC (rev 4038)
@@ -33,9 +33,25 @@
       <pathelement location="${core.dir}/output/lib/jbossws-core.jar"/>
       <pathelement location="${core.dir}/output/lib/jbossws-client.jar"/>
     </path>
+
+    <path id="wsconsume.classpath">
+      <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
+
+      <pathelement location="${spi.dir}/thirdparty/jaxb-xjc.jar"/>
+			<pathelement location="${spi.dir}/thirdparty/jaxb-impl.jar"/>
+			<pathelement location="${spi.dir}/thirdparty/stax-api.jar"/>
+      <pathelement location="${spi.dir}/thirdparty/stax-ex.jar"/>
+      <pathelement location="${spi.dir}/thirdparty/streambuffer.jar"/>
+
+      <pathelement location="${core.dir}/thirdparty/jaxws-rt.jar"/>
+      <pathelement location="${core.dir}/thirdparty/jaxws-tools.jar"/>
+      <pathelement location="${core.dir}/thirdparty/wstx.jar"/>
+
+      <pathelement location="${env.JAVA_HOME}/lib/tools.jar"/>
+    </path>
     
     <path id="tests.extra.classpath">
-      <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
+      <path refid="wsconsume.classpath"/>
       <pathelement location="${jboss.client}/policy.jar"/>
       <pathelement location="${jboss.client}/wsdl4j.jar"/>
     </path>




More information about the jbossws-commits mailing list