[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sun Oct 7 18:28:27 EDT 2007


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

  Modified:    jboss-seam  build.xml
  Log:
  Fix NPE, enable tests for drools, seambay, seamspace
  
  Revision  Changes    Path
  1.288     +6 -2      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.287
  retrieving revision 1.288
  diff -u -b -r1.287 -r1.288
  --- build.xml	5 Oct 2007 16:09:25 -0000	1.287
  +++ build.xml	7 Oct 2007 22:28:27 -0000	1.288
  @@ -359,6 +359,10 @@
   		<testexample name="todo" />
   		<testexample name="blog" />
   		<testexample name="ui" />
  +		<!--<testexample name="seamdiscs" />-->
  +		<testexample name="seambay" />
  +		<testexample name="seamspace" />
  +		<testexample name="drools" />
   		<ant dir="examples/wiki" target="test" inheritall="false">
   			<property name="test.output.dir" value="${test.dir}/wiki" />
   		</ant>
  @@ -589,7 +593,7 @@
   	<target name="testcore" depends="inittestcore,compiletest" description="Run the core unit tests">
   		<taskdef resource="testngtasks" classpathref="test.core.path" />
   		<testng>
  -			<jvmarg value="-Djava.awt.headless=true" />
  +			<jvmarg line="-Djava.awt.headless=true" />
   			<classpath>
   				<path path="${classes.test.core.dir}" />
   				<path path="${classes.test.dir}" />
  @@ -597,7 +601,7 @@
   				<path refid="test.core.path" />
   				<pathelement location="${lib.dir}/jboss-seam-remoting.jar" />
   			</classpath>
  -			<xmlfileset dir="${src.test.dir}" includes="**/*.xml" />
  +			<xmlfileset dir="${classes.test.dir}" includes="**/testng.xml" />
   		</testng>
   	</target>
   
  
  
  



More information about the jboss-cvs-commits mailing list