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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 9 22:03:58 EDT 2006


Author: rrajesh
Date: 2006-10-09 22:03:56 -0400 (Mon, 09 Oct 2006)
New Revision: 57521

Modified:
   trunk/tools/etc/cruisecontrol/templates/jbosslabstemplate.vm
   trunk/tools/etc/cruisecontrol/templates/projecttemplate.vm
Log:
Updated ant installation

Modified: trunk/tools/etc/cruisecontrol/templates/jbosslabstemplate.vm
===================================================================
--- trunk/tools/etc/cruisecontrol/templates/jbosslabstemplate.vm	2006-10-10 00:37:19 UTC (rev 57520)
+++ trunk/tools/etc/cruisecontrol/templates/jbosslabstemplate.vm	2006-10-10 02:03:56 UTC (rev 57521)
@@ -36,7 +36,7 @@
 		#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
+                    <ant buildfile="$project.getAttributeValue("buildfile")" target="$project.getAttributeValue("target")" antscript="/opt/apache-ant-1.6.5/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
 #if( !($svnurl == "")) <property name="svn.url" value="$svnurl"/> #end

Modified: trunk/tools/etc/cruisecontrol/templates/projecttemplate.vm
===================================================================
--- trunk/tools/etc/cruisecontrol/templates/projecttemplate.vm	2006-10-10 00:37:19 UTC (rev 57520)
+++ trunk/tools/etc/cruisecontrol/templates/projecttemplate.vm	2006-10-10 02:03:56 UTC (rev 57521)
@@ -33,7 +33,7 @@
 		#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
+		    <ant buildfile="$project.getAttributeValue("buildfile")" target="$project.getAttributeValue("target")" antscript="/opt/apache-ant-1.6.5/bin/ant" #if( !($time == "") ) time="$project.getAttributeValue("time")" #end
 			 uselogger="$project.getAttributeValue("uselogger")" usedebug="$project.getAttributeValue("usedebug")" timeout="$project.getAttributeValue("timeout")" antWorkingDir="scripts">
 			 #if( !($cvsbranch == "") ) <property name="cvs.branch" value="$cvsbranch"/> #end
 #if( !($cvsmodule == "")) <property name="cvs.module" value="$cvsmodule"/> #end




More information about the jboss-cvs-commits mailing list