[jboss-cvs] JBossAS SVN: r84521 - branches/Branch_5_0/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 20 08:15:45 EST 2009


Author: dimitris at jboss.org
Date: 2009-02-20 08:15:45 -0500 (Fri, 20 Feb 2009)
New Revision: 84521

Modified:
   branches/Branch_5_0/testsuite/build.xml
Log:
JBAS-6522, include lib/endorsed in the test execution classpath for the jbossws libs to be pickedup

Modified: branches/Branch_5_0/testsuite/build.xml
===================================================================
--- branches/Branch_5_0/testsuite/build.xml	2009-02-20 13:14:28 UTC (rev 84520)
+++ branches/Branch_5_0/testsuite/build.xml	2009-02-20 13:15:45 UTC (rev 84521)
@@ -1987,6 +1987,7 @@
       <sysproperty key="build.testlog" value="${build.testlog}"/>
       <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
       <sysproperty key="jboss.aop.path" file="${source.resources}/cache/standalone/META-INF/jboss-aop.xml"/>
+      <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed"/>
       <!-- Pass along any jbosstest.* system properties -->
       <syspropertyset>
         <propertyref prefix="jbosstest."/>




More information about the jboss-cvs-commits mailing list