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

Peter Muir peter at bleepbleep.org.uk
Tue Jul 3 19:48:45 EDT 2007


  User: pmuir   
  Date: 07/07/03 19:48:45

  Modified:    examples  build.xml
  Log:
  Try to make tests pass on cruisecontrol
  
  Revision  Changes    Path
  1.10      +1 -0      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- build.xml	3 Jul 2007 01:30:52 -0000	1.9
  +++ build.xml	3 Jul 2007 23:48:45 -0000	1.10
  @@ -649,6 +649,7 @@
   	<target name="test" depends="buildtest" description="Run the tests">
   		<taskdef resource="testngtasks" classpath="${testng.jar}" />
   		<testng outputdir="${test-report.dir}">
  +			<jvmarg value="-Djava.awt.headless=true" />
   			<classpath path="${test.dir}" />
   			<classpath path="${eejb.conf.dir}" />
   			<classpath refid="build.classpath" />
  
  
  



More information about the jboss-cvs-commits mailing list