Author: thomas.diesler(a)jboss.com
Date: 2007-01-24 08:27:02 -0500 (Wed, 24 Jan 2007)
New Revision: 2073
Modified:
branches/jbossws-1.2.0/jbossws-tests/build.xml
Log:
Fix classpath issues
Modified: branches/jbossws-1.2.0/jbossws-tests/build.xml
===================================================================
--- branches/jbossws-1.2.0/jbossws-tests/build.xml 2007-01-24 13:13:13 UTC (rev 2072)
+++ branches/jbossws-1.2.0/jbossws-tests/build.xml 2007-01-24 13:27:02 UTC (rev 2073)
@@ -153,12 +153,21 @@
<target name="init" depends="prepare,thirdparty">
<!-- The combined compile classpath -->
- <path id="javac.classpath">
- <path refid="core.classpath"/>
+ <path id="jbossws.jars.classpath">
<pathelement location="${jbossws.client.jar}"/>
<pathelement location="${core.output.lib.dir}/jboss-jaxrpc.jar"/>
<pathelement location="${core.output.lib.dir}/jboss-jaxws.jar"/>
<pathelement location="${core.output.lib.dir}/jboss-saaj.jar"/>
+ <pathelement
location="${jboss50.output.lib.dir}/jbossws-jboss50-integration.jar"/>
+ <pathelement
location="${jboss42.output.lib.dir}/jbossws-jboss42-integration.jar"/>
+ <pathelement
location="${jboss40.output.lib.dir}/jbossws-jboss40-integration.jar"/>
+ <pathelement
location="${tomcat.output.lib.dir}/jbossws-tomcat-integration.jar"/>
+ </path>
+
+ <!-- The combined compile classpath -->
+ <path id="javac.classpath">
+ <path refid="core.classpath"/>
+ <path refid="jbossws.jars.classpath"/>
<pathelement location="${thirdparty.dir}/activation.jar"/>
<pathelement location="${thirdparty.dir}/jboss-vfs.jar"/>
<pathelement location="${thirdparty.dir}/junit.jar"/>
@@ -173,6 +182,7 @@
<!-- The test client classpath -->
<path id="test.client.classpath">
+ <path refid="jbossws.jars.classpath"/>
<pathelement location="${jboss.client}/commons-logging.jar"/>
<pathelement location="${jboss.client}/jboss-ejb3-client.jar"/>
<pathelement
location="${jboss.client}/jboss-aop-jdk50-client.jar"/>
@@ -184,10 +194,6 @@
<pathelement location="${jboss.server.lib}/jboss.jar"/>
<pathelement location="${jboss.server.lib}/jbosssx.jar"/>
<pathelement location="${jboss.server.lib}/jbosssx.jar"/>
- <pathelement
location="${jboss50.output.lib.dir}/jbossws-jboss50-integration.jar"/>
- <pathelement
location="${jboss42.output.lib.dir}/jbossws-jboss42-integration.jar"/>
- <pathelement
location="${jboss40.output.lib.dir}/jbossws-jboss40-integration.jar"/>
- <pathelement
location="${tomcat.output.lib.dir}/jbossws-tomcat-integration.jar"/>
<path refid="javac.classpath"/>
</path>
</target>
Show replies by date