[jboss-cvs] JBossAS SVN: r60274 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 4 15:19:44 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-04 15:19:44 -0500 (Sun, 04 Feb 2007)
New Revision: 60274

Modified:
   trunk/testsuite/build.xml
Log:
Fix webservice classpath

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-02-04 20:09:24 UTC (rev 60273)
+++ trunk/testsuite/build.xml	2007-02-04 20:19:44 UTC (rev 60274)
@@ -77,8 +77,16 @@
 
    <!-- ========= -->
    <!-- Libraries -->
+   <!-- ========= -->
+  
    &libraries;
-   <!-- ========= -->
+  
+   <!-- define jbossws classpath explicitly because jbossws/lib contains other integration layers as well -->
+   <path id="jbossws.integration.classpath">
+     <pathelement path="${jboss.jbossws.lib}/jbossws-jboss42-integration.jar"/>
+     <pathelement path="${jboss.jbossws.lib}/jbossws-client.jar"/>
+   </path>
+  
    <!-- The combined library classpath -->
    <path id="library.classpath">
       <path refid="apache.avalon.classpath"/>
@@ -115,6 +123,7 @@
       <path refid="jboss.remoting.classpath"/>
       <path refid="jboss.serialization.classpath"/>
       <path refid="jboss.jbossws.classpath"/>
+      <path refid="jbossws.integration.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <!-- needed for messaging JMS provider tests -->
       <path refid="jboss.messaging.classpath"/>
@@ -122,7 +131,6 @@
       <path refid="apache.bcel.classpath"/>
       <!-- needed for security login module tests -->
       <path refid="hsqldb.hsqldb.classpath"/>
-
       <!-- Need hibernate jar for hibernate-based tests -->
       <path refid="hibernate3.classpath"/>
       <path refid="odmg.classpath"/>




More information about the jboss-cvs-commits mailing list