Author: thomas.diesler(a)jboss.com
Date: 2007-05-29 10:46:34 -0400 (Tue, 29 May 2007)
New Revision: 3284
Modified:
trunk/integration/native/ant-import/build-testsuite.xml
trunk/integration/sunri/ant-import/build-testsuite.xml
trunk/integration/xfire/ant-import/build-testsuite.xml
trunk/jbossws-core/ant-import-tests/build-testsuite.xml
Log:
Fix classpath issues
Modified: trunk/integration/native/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/native/ant-import/build-testsuite.xml 2007-05-29 14:43:37 UTC (rev
3283)
+++ trunk/integration/native/ant-import/build-testsuite.xml 2007-05-29 14:46:34 UTC (rev
3284)
@@ -40,6 +40,7 @@
</path>
<path id="tests.extra.classpath">
+ <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
<pathelement location="${core.dir}/thirdparty/policy.jar"/>
</path>
Modified: trunk/integration/sunri/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/sunri/ant-import/build-testsuite.xml 2007-05-29 14:43:37 UTC (rev
3283)
+++ trunk/integration/sunri/ant-import/build-testsuite.xml 2007-05-29 14:46:34 UTC (rev
3284)
@@ -50,6 +50,7 @@
</path>
<path id="tests.extra.classpath">
+ <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
</path>
</target>
Modified: trunk/integration/xfire/ant-import/build-testsuite.xml
===================================================================
--- trunk/integration/xfire/ant-import/build-testsuite.xml 2007-05-29 14:43:37 UTC (rev
3283)
+++ trunk/integration/xfire/ant-import/build-testsuite.xml 2007-05-29 14:46:34 UTC (rev
3284)
@@ -70,6 +70,7 @@
</path>
<path id="tests.extra.classpath">
+ <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
</path>
</target>
Modified: trunk/jbossws-core/ant-import-tests/build-testsuite.xml
===================================================================
--- trunk/jbossws-core/ant-import-tests/build-testsuite.xml 2007-05-29 14:43:37 UTC (rev
3283)
+++ trunk/jbossws-core/ant-import-tests/build-testsuite.xml 2007-05-29 14:46:34 UTC (rev
3284)
@@ -27,7 +27,6 @@
<target name="tests-init"
depends="thirdparty-classpath,tests-classpath">
<path id="ws.stack.classpath">
- <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxrpc.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-jaxws.jar"/>
<pathelement location="${core.dir}/output/lib/jboss-saaj.jar"/>
@@ -36,6 +35,7 @@
</path>
<path id="tests.extra.classpath">
+ <pathelement location="${spi.dir}/output/lib/jbossws-spi.jar"/>
<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/jboss-remoting.jar"/>
Show replies by date