[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Mon Aug 13 10:59:50 EDT 2007


  User: pmuir   
  Date: 07/08/13 10:59:50

  Modified:    jboss-seam  build.xml
  Log:
  Nightlies now via hudson.jboss.org
  
  Revision  Changes    Path
  1.257     +2 -35     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.256
  retrieving revision 1.257
  diff -u -b -r1.256 -r1.257
  --- build.xml	7 Aug 2007 04:18:28 -0000	1.256
  +++ build.xml	13 Aug 2007 14:59:48 -0000	1.257
  @@ -780,42 +780,8 @@
   	
   	<!-- Continuous integration wrapper target -->
   	<!-- 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" depends="cleanall, coverageall, copytestoutput, dist, testreport, builddownloadable, copydownloadbletojbossorg, validateall" />
  +	<target name="ci" depends="cleanall, coverageall, copytestoutput, dist, testreport, validateall" />
   
  -	<target name="builddownloadable">
  -		<mkdir dir="${ci.dir}" />
  -		<copy todir="${ci.dir}">
  -			<fileset dir="${build.dir}/ci">
  -				<include name="**/*.template.html" />
  -			</fileset>
  -			<filterset>
  -				<filter token="build.version" value="${version}.${patchlevel}" />
  -				<filter token="build.file" value="${dist.name}.zip" />
  -			</filterset>
  -			<mapper type="glob" from="*.template.html" to="*.html" />
  -		</copy>
  -		<copy todir="${ci.dir}">
  -			<fileset dir="${build.dir}/ci">
  -				<exclude name="**/*.template.html" />
  -			</fileset>
  -		</copy>
  -		<copy todir="${ci.dir}/build">
  -			<fileset dir="${report.dir}">
  -				<include name="**/*" />
  -			</fileset>
  -		</copy>
  -		<copy todir="${ci.dir}/build" file="${dist.location}/${dist.name}.zip" />
  -		<mkdir dir="${version}.${patchlevel}" />
  -		<move todir="${ci.dir}/${version}.${patchlevel}">
  -			<fileset dir="${ci.dir}/build" />
  -		</move>
  -	</target>
  -
  -	<target name="copydownloadbletojbossorg">
  -		<exec executable="scp">
  -			<arg line="-r ${ci.dir}/${version}.${patchlevel} ${ci.dir}/latest.html jbossqa at download.jboss.org:/htdocs/jbossseam" />
  -		</exec>
  -	</target>
   
   	<!-- ########################## DIST TARGETS ###########################-->
   
  @@ -1033,6 +999,7 @@
   				<exclude name="**/testng-*.xml" />
   			</fileset>
   			<report format="noframes" todir="${report.dir}" />
  +			
   		</junitreport>
   		<echo>Report available at ${report.dir}/junit-noframes.html</echo>
   	</target>
  
  
  



More information about the jboss-cvs-commits mailing list