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

Peter Muir peter at bleepbleep.org.uk
Tue Oct 9 11:17:56 EDT 2007


  User: pmuir   
  Date: 07/10/09 11:17:56

  Modified:    examples  build.xml
  Log:
  JBSEAM-1816
  
  Revision  Changes    Path
  1.49      +5 -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.48
  retrieving revision 1.49
  diff -u -b -r1.48 -r1.49
  --- build.xml	9 Oct 2007 14:27:20 -0000	1.48
  +++ build.xml	9 Oct 2007 15:17:56 -0000	1.49
  @@ -820,6 +820,7 @@
   
   	<target name="test" depends="buildtest, copyjbossembedded" description="Run the tests">
   		<path id="test.classpath">
  +			
   			<path path="${test.dir}" />
   			<fileset dir="${lib.dir}/test">
   				<include name="*-all.jar" />
  @@ -829,20 +830,22 @@
   				<exclude name="jboss-container.jar" />
   				<exclude name="hibernate.jar" />
   				<exclude name="hibernate-annotations.jar" />
  -				<!-- Don't need all seam jars -->
  -				
   			</fileset>
   			<path path="${eejb.conf.dir}" />
  +			
   			<path refid="build.classpath.extras" />
   			<path refid="emma.classpath" />
  +		<path location="${seam.dir}/src/test/resources/log4j.xml" />
   		</path>
   		<taskdef resource="testngtasks" classpathref="build.classpath" />
  +		<property name="cp" refid="test.classpath" />
   		<testng outputdir="${test-report.dir}">
                       <jvmarg value="-Xmx800M" />
                       <jvmarg value="-Djava.awt.headless=true" />
   			<classpath refid="test.classpath" />
   			<xmlfileset dir="${src.test.dir}" includes="**/testng.xml" />
   		</testng>
  +		<echo>You can increase the logging by editing bootstrap/log4j.xml</echo>
   	</target>
   
           <target name="example-info">
  
  
  



More information about the jboss-cvs-commits mailing list