[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Mon Aug 20 10:07:46 EDT 2007


  User: pmuir   
  Date: 07/08/20 10:07:46

  Modified:    jboss-seam  build.xml
  Log:
  Fix build (again)
  
  Revision  Changes    Path
  1.262     +4 -4      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.261
  retrieving revision 1.262
  diff -u -b -r1.261 -r1.262
  --- build.xml	20 Aug 2007 13:30:49 -0000	1.261
  +++ build.xml	20 Aug 2007 14:07:46 -0000	1.262
  @@ -226,7 +226,6 @@
   		<delete dir="${test.dir}" />
   		<delete dir="${report.dir}" />
   		<delete dir="${coverage.dir}" />
  -		<delete dir="${ci.dir}" />
   		<delete file="coverage.ec" failonerror="false" />
   		<cdk target="clean" />
   	</target>
  @@ -540,12 +539,13 @@
   	<!-- N.B. validateall must run last as it actually causes the build to fail rather than acting as a test (TODO Fix this) -->
   	<target name="ci">
   		<antcall target="cleandist" />
  +		<antcall target="cleanall" />
  +		<antcall target="dist" />
  +		<antcall target="cleandist" />
  +		<antcall target="cleanall" />
   		<antcall target="coverageall" />
   		<antcall target="copytestoutput" />
   		<antcall target="testreport" />
  -		<antcall target="cleandist" />
  -		<antcall target="cleanall" />
  -		<antcall target="dist" />
   		<antcall target="validateall" />
   	</target>
   
  
  
  



More information about the jboss-cvs-commits mailing list