[jboss-cvs] JBossAS SVN: r57406 - trunk/tools/etc/cruisecontrol/templates

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 3 16:23:39 EDT 2006


Author: rrajesh
Date: 2006-10-03 16:23:38 -0400 (Tue, 03 Oct 2006)
New Revision: 57406

Modified:
   trunk/tools/etc/cruisecontrol/templates/projects-web.xml
Log:
Added jbossnative builds

Modified: trunk/tools/etc/cruisecontrol/templates/projects-web.xml
===================================================================
--- trunk/tools/etc/cruisecontrol/templates/projects-web.xml	2006-10-03 20:23:18 UTC (rev 57405)
+++ trunk/tools/etc/cruisecontrol/templates/projects-web.xml	2006-10-03 20:23:38 UTC (rev 57406)
@@ -37,7 +37,36 @@
             emailFailureTo="rrajasekaran at jboss.com"
             emailAlwaysTo="ryan.campbell at jboss.com">
    </testattributes>
- 
+
+  <project template="jbosslabstemplate.vm"
+           name="jbossnative"
+           modificationset="jbossnative"
+           requiremodification="false"
+           time="2200"
+           buildfile="build-jbossnative.xml"
+           target="build"
+           timeout="7200"
+           logbuilddirectory="jbossnative"
+           testResults="checkout/jbossnative/output/reports/TESTS-TestSuites.xml"
+           svnurl="http://anonsvn.jboss.org/repos/jbossnative/trunk/"
+           jbossdir="jbossnative">
+  </project> 
+
+  <project template="jbosslabstemplate.vm"
+           name="jbossnative-windows"
+           modificationset="jbossnative-windows"
+           requiremodification="false"
+           time="2200"
+           buildfile="build-jbossnative-windows.xml"
+           target="build"
+           timeout="7200"
+           logbuilddirectory="jbossnative-windows"
+           testResults="checkout/jbossnative-windows/output/reports/TESTS-TestSuites.xml"
+           svnurl="http://anonsvn.jboss.org/repos/jbossnative/trunk/"
+           jbossdir="jbossnative-windows">
+  </project> 
+  
+ <!--
    <project template="jbosslabstemplate.vm"
             name="jbossweb"
             modificationset="jbossweb"
@@ -65,37 +94,7 @@
             emailFailureTo="jboss-development at lists.jboss.org,qa at jboss.com"
             emailAlwaysTo="jboss-development at lists.jboss.org,qa at jboss.com">
    </project>   
-<!--
-  <project template="projecttemplate.vm"
-           name="jboss-4.0.4.SP-testsuite"
-           buildafterfailed="true"
-           modificationset="jboss-4.0.4.SP-testsuite"
-           tag="JBoss_4_0_4_SP"
-	   requiremodification="true"           
-           scheduleinterval="3600"
-           buildfile="build-jboss-common.xml"
-           target="test copyresults"
-           timeout="14400"
-           logbuilddirectory="jboss-4.0.4.SP-testsuite"
-           testResults="checkout/jboss-4.0.4.SP-testsuite/testsuite/output/reports/TESTS-TestSuites.xml"
-           cvsbranch="JBoss_4_0_4_SP"
-           cvsmodule="jboss-4.0.x"
-           jbossdir="jboss-4.0.4.SP-testsuite">
-  </project>
-
-  <project template="projecttemplate.vm"
-           name="ejb3-4.0-testsuite"
-           modificationset="ejb3-4.0-testsuite/ejb3"
-           requiremodification="false"
-           scheduleinterval="7200"
-           buildfile="build-ejb3-4.0-testsuite.xml"
-           target="copyresults"
-	   timeout="7200"
-           logbuilddirectory="ejb3-4.0-testsuite"
-           testResults="checkout/ejb3-4.0-testsuite/ejb3/output/reports/TESTS-TestSuites.xml">
-  </project>
--->  
-<!-- 
+ 
    <project template="projecttemplate.vm"
             name="cruisecontrol"
             modificationset="cruisecontrol"




More information about the jboss-cvs-commits mailing list