[seam-commits] Seam SVN: r8225 - branches/Seam_2_0/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 19 17:00:00 EDT 2008
Author: jbalunas at redhat.com
Date: 2008-05-19 17:00:00 -0400 (Mon, 19 May 2008)
New Revision: 8225
Modified:
branches/Seam_2_0/examples/build.xml
Log:
Use line not value
Modified: branches/Seam_2_0/examples/build.xml
===================================================================
--- branches/Seam_2_0/examples/build.xml 2008-05-19 07:04:43 UTC (rev 8224)
+++ branches/Seam_2_0/examples/build.xml 2008-05-19 21:00:00 UTC (rev 8225)
@@ -949,11 +949,11 @@
<target name="testclass" depends="buildtest, copyjbossembedded,getemma" description="Run a specific test">
<taskdef resource="testngtasks" classpathref="build.classpath" />
<testng outputdir="${test-report.dir}" testname="${className}" suitename="${className}" >
- <jvmarg value="-Xmx800M" />
- <jvmarg value="-Djava.awt.headless=true" />
- <jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
- <jvmarg value="-Djava.endorsed.dirs=${endorsed.dir}" />
- <jvmarg value="${testng.jvmargs}" />
+ <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 refid="test.classpath" />
<path refid="runtime.emma.path" />
More information about the seam-commits
mailing list