[jboss-cvs] tools/etc/cruisecontrol/templates ...

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Tue Jul 18 16:36:45 EDT 2006


  User: rrajasekaran
  Date: 06/07/18 16:36:45

  Modified:    etc/cruisecontrol/templates   jbosslabstemplate.vm
                        projects-matrix.xml
  Log:
  Updated projects built from svn to use the svn project temlate to check for modifications from svn.
  
  Revision  Changes    Path
  1.7       +4 -0      tools/etc/cruisecontrol/templates/jbosslabstemplate.vm
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jbosslabstemplate.vm
  ===================================================================
  RCS file: /cvsroot/jboss/tools/etc/cruisecontrol/templates/jbosslabstemplate.vm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- jbosslabstemplate.vm	17 Mar 2006 00:36:24 -0000	1.6
  +++ jbosslabstemplate.vm	18 Jul 2006 20:36:45 -0000	1.7
  @@ -15,8 +15,10 @@
   		#set( $requiremodification = $project.getAttributeValue("requiremodification") )
   		#set( $fakeModset = $project.getAttributeValue("fakeModset") )
   		#set( $tag = $project.getAttributeValue("tag") )
  +		#set( $buildstatuslogdir = $project.getAttributeValue("buildstatuslogdir") )
   <modificationset quietperiod="$project.getAttributeValue("quietperiod")" #if( !($requiremodification == "")) requiremodification="$requiremodification" #end>
   		    <svn localworkingcopy="checkout/$project.getAttributeValue("modificationset")" #if( !($tag == "") ) tag="$project.getAttributeValue("tag")" #end/>
  +		    #if( !($buildstatuslogdir == "")) <buildstatus logdir="$buildstatuslogdir"/>  #end
   		    #if( !($fakeModset ==""))
   		    <!-- use this for testing, don't wait for cvs log-->
   		    <httpfile url="$fakeModset"/>
  @@ -25,11 +27,13 @@
   
   		<!-- Configures the actual build loop, how often and which build file/target -->
   		<!-- interval - (300) num seconds between checks -->
  +		#set( $jbossdir = $project.getAttributeValue("jbossdir") )
   		#set( $scheduleinterval = $project.getAttributeValue("scheduleinterval") )
   		#set( $time = $project.getAttributeValue("time") )		
   		<schedule #if( !($scheduleinterval == "") ) interval="$project.getAttributeValue("scheduleinterval")" #end>
                       <ant buildfile="$project.getAttributeValue("buildfile")" target="$project.getAttributeValue("target")" antscript="/opt/apache-ant-1.6.2/bin/ant" #if( !($time == "") ) time="$project.getAttributeValue("time")" #end
                            uselogger="$project.getAttributeValue("uselogger")" usedebug="$project.getAttributeValue("usedebug")" timeout="$project.getAttributeValue("timeout")" antWorkingDir="scripts">
  +#if( !($jbossdir == "")) <property name="jboss.dir" value="$jbossdir"/> #end
                       </ant>	
   		</schedule>
   
  
  
  
  1.11      +6 -6      tools/etc/cruisecontrol/templates/projects-matrix.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: projects-matrix.xml
  ===================================================================
  RCS file: /cvsroot/jboss/tools/etc/cruisecontrol/templates/projects-matrix.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- projects-matrix.xml	18 Jul 2006 17:54:00 -0000	1.10
  +++ projects-matrix.xml	18 Jul 2006 20:36:45 -0000	1.11
  @@ -130,7 +130,7 @@
              jbossdir="jboss-cache">
     </project>
   
  -  <project template="projecttemplate.vm"
  +  <project template="jbosslabstemplate.vm"
              name="jbossws-4.0-testsuite-1.5"
              buildafterfailed="true"
              modificationset="jbossws-4.0-testsuite-1.5"
  @@ -144,7 +144,7 @@
              jbossdir="jbossws-4.0-testsuite-1.5">
     </project>
   <!--  
  -  <project template="projecttemplate.vm"
  +  <project template="jbosslabstemplate.vm"
              name="jbossws-4.0-testsuite-1.4"
              buildafterfailed="true"
              modificationset="jbossws-4.0-testsuite-1.4"
  @@ -158,7 +158,7 @@
              jbossdir="jbossws-4.0-testsuite-1.4">
     </project>  
   -->  
  -  <project template="projecttemplate.vm"
  +  <project template="jbosslabstemplate.vm"
              name="jbossws-head-testsuite-1.5"
              buildafterfailed="true"
              modificationset="jbossws-head-testsuite-1.5"
  @@ -204,7 +204,7 @@
              emailAlwaysTo="ovidiu.feodorov at jboss.com,tim.fox at jboss.com,qa at jboss.com">
     </project> 
     
  -  <project template="projecttemplate.vm"
  +  <project template="jbosslabstemplate.vm"
              name="jboss-4.0-common"
              buildafterfailed="true"
              modificationset="jboss-4.0-common"
  @@ -218,7 +218,7 @@
              jbossdir="jboss-4.0-common">
     </project>  
     
  -  <project template="projecttemplate.vm"
  +  <project template="jbosslabstemplate.vm"
              name="jboss-head-common"
              buildafterfailed="true"
              modificationset="jboss-head-common"
  @@ -232,7 +232,7 @@
              jbossdir="jboss-head-common">
     </project> 
     
  -  <project template="projecttemplate.vm"
  +  <project template="jbosslabstemplate.vm"
              name="jboss-4.0-jdk-matrix-svn"
              modificationset="jboss-4.0-jdk-matrix-svn"
   	   requiremodification="true"           
  
  
  



More information about the jboss-cvs-commits mailing list