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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 28 16:53:17 EDT 2009


Author: pgier
Date: 2009-08-28 16:53:17 -0400 (Fri, 28 Aug 2009)
New Revision: 92984

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-6658] junit.jvm should default to the same jvm used by Ant.

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-08-28 20:42:16 UTC (rev 92983)
+++ trunk/testsuite/build.xml	2009-08-28 20:53:17 UTC (rev 92984)
@@ -22,6 +22,9 @@
   <xmlproperty file="../pom.xml" prefix="pom"/>
   <property name="version" value="${pom.project.version}"/>
 
+  <!-- Set junit.jvm home to same jre used by Ant -->
+  <property name="junit.jvm" location="${java.home}/bin/java"/>
+  
   <!-- Load common task properties -->
   <property file="imports/task.properties"/>
   




More information about the jboss-cvs-commits mailing list