[jboss-cvs] JBossAS SVN: r73060 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 5 08:49:19 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-05-05 08:49:19 -0400 (Mon, 05 May 2008)
New Revision: 73060

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
Fix web service test client classpath

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-05-05 11:27:08 UTC (rev 73059)
+++ projects/ejb3/trunk/core/build-test.xml	2008-05-05 12:49:19 UTC (rev 73060)
@@ -326,16 +326,22 @@
 	
 	  <!-- Apache Codec -->
     <pathelement path="${location.dependencies.lib.apache-codec:commons-codec}" />
-    
-    <!-- JBossWS Client -->
-    <pathelement path="${location.client.lib.jbossws-client}" />
-    
+
     <!-- JBoss MDR -->
     <pathelement path="${location.client.lib.jboss-mdr}" />
 
     <!-- Root of jndi.properties -->
     <pathelement location="${resources}/test" />
-    
+
+    <!-- webservice tests -->
+
+    <pathelement location="${env.JBOSS_HOME}/client/jbossws-client.jar"/>
+    <pathelement location="${env.JBOSS_HOME}/client/jboss-jaxws.jar"/>
+    <pathelement location="${env.JBOSS_HOME}/client/jaxb-api.jar"/>
+    <pathelement location="${env.JBOSS_HOME}/lib/endorsed/xercesImpl.jar"/>
+
+
+
   </path>
   
   
@@ -4289,7 +4295,8 @@
    <!-- Single unit test -->
    <target name="one-test-with-jvmargs" if="test">
       <!-- For use when we need to pass in special jvmargs -->
-
+      
+      
       <mkdir dir="${build.reports}"/>
       <mkdir dir="${build.testlog}"/>
       <!-- Remove the test.log so each run has a fresh log -->




More information about the jboss-cvs-commits mailing list