[jbossws-commits] JBossWS SVN: r6027 - stack/metro/trunk/ant-import-tests.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Mar 19 14:57:00 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-03-19 14:56:59 -0400 (Wed, 19 Mar 2008)
New Revision: 6027

Modified:
   stack/metro/trunk/ant-import-tests/build-testsuite.xml
Log:
Fix test classpath. WSIT output artifacts should be treated like any other thirdparty dependency

Modified: stack/metro/trunk/ant-import-tests/build-testsuite.xml
===================================================================
--- stack/metro/trunk/ant-import-tests/build-testsuite.xml	2008-03-19 18:19:13 UTC (rev 6026)
+++ stack/metro/trunk/ant-import-tests/build-testsuite.xml	2008-03-19 18:56:59 UTC (rev 6027)
@@ -28,31 +28,26 @@
   <target name="tests-init" depends="thirdparty-classpath,tests-classpath">
     
     <path id="ws.stack.classpath">
-      <pathelement location="${int.metro.dir}/thirdparty/jbossws-common.jar"/>
-      <pathelement location="${int.metro.dir}/thirdparty/jbossws-spi.jar"/>
+      <pathelement location="${int.metro.dir}/output/lib/jboss-wsit-tools.jar"/>
+      <pathelement location="${int.metro.dir}/output/lib/jboss-wsit-rt.jar"/>
+      
       <pathelement location="${int.metro.dir}/thirdparty/FastInfoset.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/http.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/jaxws-api.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/jaxws-rt.jar"/>
-      
       <pathelement location="${int.metro.dir}/thirdparty/jaxws-tools.jar"/>
-      <pathelement location="${int.metro.dir}/output/lib/jboss-wsit-tools.jar"/>
-      <pathelement location="${int.metro.dir}/output/lib/jboss-wsit-rt.jar"/>
+      <pathelement location="${int.metro.dir}/thirdparty/jbossws-common.jar"/>
+      <pathelement location="${int.metro.dir}/thirdparty/jbossws-spi.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/mimepull.jar"/>
-      
-      <!--pathelement location="${int.metro.dir}/thirdparty/jsr173_api.jar"/>
-      <pathelement location="${int.metro.dir}/thirdparty/jsr181-api.jar"/>
-      <pathelement location="${int.metro.dir}/thirdparty/jsr250-api.jar"/-->
-      <pathelement location="${int.metro.dir}/thirdparty/resolver.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/saaj-api.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/saaj-impl.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/sjsxp.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/stax-ex.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/streambuffer.jar"/>
-      <pathelement location="${int.metro.dir}/thirdparty/wstx.jar"/>
       <pathelement location="${int.metro.dir}/thirdparty/wsdl4j.jar"/>
-      
-      <pathelement location="${int.metro.dir}/output/lib/xws-security.jar"/>
+      <pathelement location="${int.metro.dir}/thirdparty/wsit-resolver.jar"/>
+      <pathelement location="${int.metro.dir}/thirdparty/wstx.jar"/>
+      <pathelement location="${int.metro.dir}/thirdparty/xws-security.jar"/>
     </path>
     
     <path id="tests.extra.classpath">




More information about the jbossws-commits mailing list