[jbossws-commits] JBossWS SVN: r3897 - in trunk: jbossws-core/ant-import-tests and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jul 16 11:31:39 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-07-16 11:31:39 -0400 (Mon, 16 Jul 2007)
New Revision: 3897

Modified:
   trunk/build/ant-import/build-testsuite.xml
   trunk/jbossws-core/ant-import-tests/build-testsuite.xml
Log:
Use server dependencies for test run

Modified: trunk/build/ant-import/build-testsuite.xml
===================================================================
--- trunk/build/ant-import/build-testsuite.xml	2007-07-16 14:43:28 UTC (rev 3896)
+++ trunk/build/ant-import/build-testsuite.xml	2007-07-16 15:31:39 UTC (rev 3897)
@@ -121,7 +121,7 @@
       There jars apply to all supported stacks. It MUST NOT contains jars from a local thirdparty dir.
       
       The 'ws.stack.classpath' contains jars that come with a specific stack distribution.
-      The 'tests.extra.classpath' contains stack specific jars that are needed for 
+      The 'tests.extra.classpath' contains stack specific jars that are needed for ...
     -->
     <path id="tests.client.classpath">
       <path refid="ws.stack.classpath"/>

Modified: trunk/jbossws-core/ant-import-tests/build-testsuite.xml
===================================================================
--- trunk/jbossws-core/ant-import-tests/build-testsuite.xml	2007-07-16 14:43:28 UTC (rev 3896)
+++ trunk/jbossws-core/ant-import-tests/build-testsuite.xml	2007-07-16 15:31:39 UTC (rev 3897)
@@ -36,14 +36,13 @@
 		</path>
 
 		<path id="tests.extra.classpath">
-			<pathelement location="${core.dir}/thirdparty/ejb3.deployer/jboss-annotations-ejb3.jar"/>
-			<pathelement location="${core.dir}/thirdparty/ejb3.deployer/jboss-ejb3.jar"/>
-			<pathelement location="${core.dir}/thirdparty/policy.jar"/>
-			<pathelement location="${core.dir}/thirdparty/qdox.jar"/>
-			<pathelement location="${core.dir}/thirdparty/wsdl4j.jar"/>
-			<pathelement location="${core.dir}/thirdparty/xmlunit.jar"/>
-			<pathelement location="${core.dir}/thirdparty/wstx.jar"/>
-		</path>
+			<pathelement location="${jboss.client}/jboss-ejb3-client.jar"/>
+			<pathelement location="${jboss.client}/policy.jar"/>
+			<pathelement location="${jboss.client}/wsdl4j.jar"/>
+         <pathelement location="${jboss.client}/wstx.jar"/>
+         <pathelement location="${core.dir}/thirdparty/qdox.jar"/>
+         <pathelement location="${core.dir}/thirdparty/xmlunit.jar"/>
+      </path>
 
 		<!-- The jBPM BPEL classpath -->
 		<path id="jbpm.bpel.classpath">




More information about the jbossws-commits mailing list