[seam-commits] Seam SVN: r8231 - branches/Seam_2_0.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue May 20 11:12:06 EDT 2008


Author: jbalunas at redhat.com
Date: 2008-05-20 11:12:06 -0400 (Tue, 20 May 2008)
New Revision: 8231

Modified:
   branches/Seam_2_0/build.xml
Log:
JBSEAM-3009

Modified: branches/Seam_2_0/build.xml
===================================================================
--- branches/Seam_2_0/build.xml	2008-05-20 13:49:08 UTC (rev 8230)
+++ branches/Seam_2_0/build.xml	2008-05-20 15:12:06 UTC (rev 8231)
@@ -628,9 +628,12 @@
 
 	<target name="testcore" depends="inittestcore,compiletest,getemma" description="Run the core tests">
 		<taskdef resource="testngtasks" classpathref="test.core.path" />
-		<testng outputdir="${test.dir}">
-			<jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
-			<jvmarg line="-Djava.awt.headless=true" />
+		<testng  outputdir="${test.dir}">
+		   <jvmarg line="-Xmx800M" />
+           <jvmarg line="-Djava.awt.headless=true" />
+           <jvmarg line="-Demma.coverage.out.file=${coverage.ec}" />
+           <jvmarg line="-Djava.endorsed.dirs=${endorsed.dir}" />
+           <jvmarg line="${testng.jvmargs}" />
 			<classpath>
 				<path path="${classes.test.core.dir}" />
 				<path path="${classes.test.dir}" />




More information about the seam-commits mailing list