[jboss-cvs] jboss-seam/examples ...

Peter Muir peter at bleepbleep.org.uk
Sat Oct 13 18:27:18 EDT 2007


  User: pmuir   
  Date: 07/10/13 18:27:18

  Modified:    examples  build.xml
  Log:
  Control where coverage.ec is written
  
  Revision  Changes    Path
  1.53      +3 -2      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -b -r1.52 -r1.53
  --- build.xml	11 Oct 2007 13:43:35 -0000	1.52
  +++ build.xml	13 Oct 2007 22:27:18 -0000	1.53
  @@ -848,6 +848,7 @@
   		<testng outputdir="${test-report.dir}">
                       <jvmarg value="-Xmx800M" />
                       <jvmarg value="-Djava.awt.headless=true" />
  +			<jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
   			<classpath refid="test.classpath" />
   			<xmlfileset dir="${src.test.dir}" includes="**/testng.xml" />
   		</testng>
  
  
  



More information about the jboss-cvs-commits mailing list