[jboss-cvs] jboss-seam ...

Norman Richards norman.richards at jboss.com
Wed Jun 27 15:16:52 EDT 2007


  User: nrichards
  Date: 07/06/27 15:16:52

  Modified:    jboss-seam   build.xml release-process.txt
  Log:
  make testall work from a clean checkout
  
  Revision  Changes    Path
  1.221     +3 -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.220
  retrieving revision 1.221
  diff -u -b -r1.220 -r1.221
  --- build.xml	27 Jun 2007 13:32:34 -0000	1.220
  +++ build.xml	27 Jun 2007 19:16:52 -0000	1.221
  @@ -702,7 +702,7 @@
   		</javac>
   	</target>
   
  -	<target name="compiletest" depends="init,select-compiler,antlr,compilecore,compileremoting" description="Compile the Java source code for the core package">
  +	<target name="compiletest" depends="init,select-compiler,antlr,jarcore,jarremoting" description="Compile the Java source code for the core package">
   		<javac source="1.5" target="1.5" destdir="${classes.dir}" classpathref="build.classpath" debug="${javac.debug}" deprecation="${javac.deprecation}" nowarn="on">
   			<src path="${src.test.dir}" />
   			<classpath>
  @@ -756,7 +756,8 @@
   			<report format="noframes" todir="./report" />
   		</junitreport>
   
  -		<echo>Report available at ${basedir}/report/index.html</echo>
  +		<echo>Report available at ${basedir}/report/junit-noframes.html</echo>
  +
   	</target>
   
   	<target name="testexample" depends="validateexample, compile" description="Run the example tests">
  
  
  
  1.12      +1 -1      jboss-seam/release-process.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: release-process.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/release-process.txt,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- release-process.txt	25 Jun 2007 22:38:32 -0000	1.11
  +++ release-process.txt	27 Jun 2007 19:16:52 -0000	1.12
  @@ -16,7 +16,7 @@
   
   Tests
   -----
  -* "ant cleanall testall" with validate.xml = true in build.properties, check report/index.html
  +* "ant cleanall testall testreport" with validate.xml = true in build.properties, check report/junit-noframes.html
   * Sanity check the following example applications on JBoss 4.2.0
     - booking
     - dvdstore
  
  
  



More information about the jboss-cvs-commits mailing list