[jboss-cvs] JBossAS SVN: r75635 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 10 16:32:36 EDT 2008


Author: dimitris at jboss.org
Date: 2008-07-10 16:32:36 -0400 (Thu, 10 Jul 2008)
New Revision: 75635

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
fix the lib/endorsed location for the scout-jaxr tests to make them pass with jdk6

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2008-07-10 20:28:27 UTC (rev 75634)
+++ branches/Branch_4_2/testsuite/build.xml	2008-07-10 20:32:36 UTC (rev 75635)
@@ -2380,7 +2380,7 @@
       -->
       <!-- End JPDA Debuuging begin-->
 
-      <jvmarg value="-Djava.endorsed.dirs=${jboss.dist}/lib/endorsed"/>
+      <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="build.testlog" value="${build.testlog}"/>




More information about the jboss-cvs-commits mailing list