[jboss-cvs] jboss-seam/examples/wiki ...
Peter Muir
peter at bleepbleep.org.uk
Sat Oct 13 18:27:19 EDT 2007
User: pmuir
Date: 07/10/13 18:27:19
Modified: examples/wiki build.xml
Log:
Control where coverage.ec is written
Revision Changes Path
1.42 +2 -1 jboss-seam/examples/wiki/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- build.xml 2 Oct 2007 06:27:38 -0000 1.41
+++ build.xml 13 Oct 2007 22:27:19 -0000 1.42
@@ -9,7 +9,7 @@
<property name="tmp.dir" value="build"/>
- <property name="seam.dir" value="${ant.file.wiki}/../../../"/>
+ <property name="seam.dir" value="${basedir}/../../"/>
<import file="${seam.dir}/build/common.build.xml" />
<property name="profile" value="dev"/>
@@ -497,6 +497,7 @@
<classpath refid="test.classpath"/>
<xmlfileset dir="${src.test.dir}" includes="*.tng.xml" />
<jvmarg line="${testng.jvmargs}"/>
+ <jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
</testng>
<echo message="Please read the test output in directory: ${test.output.dir}"/>
</target>
More information about the jboss-cvs-commits
mailing list