[jboss-svn-commits] JBL Code SVN: r34814 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 20 10:19:44 EDT 2010


Author: whitingjr
Date: 2010-08-20 10:19:44 -0400 (Fri, 20 Aug 2010)
New Revision: 34814

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties
Log:
Updated Ant paths.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties	2010-08-20 13:40:55 UTC (rev 34813)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties	2010-08-20 14:19:44 UTC (rev 34814)
@@ -1,17 +1,19 @@
 #Thu Jul 01 13:05:21 BST 2010
 spec.install.dir=/specjms2007
+ant.home=/usr/share/apache-ant/v1.7.1
 
 # the commands need placing in this properties file
-start.controller.command=nohup ${spec.install.dir}/ant -buildfile ${spec.install.dir}/build.xml startController -Dcontroller.host=jmsclient1 > /tmp/controller.txt &
-start.satellite.one=nohup ${spec.install.dir}/ant -buildfile ${spec.install.dir}/build.xml startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient1.txt &
-start.satellite.two=nohup ${spec.install.dir}/ant -buildfile ${spec.install.dir}/build.xml startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient2.txt &
-start.satellite.three=nohup ${spec.install.dir}/ant -buildfile ${spec.install.dir}/build.xml startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient3.txt &
+start.controller.command=nohup /usr/share/apache-ant/v1.7.1/bin/ant -buildfile ${spec.install.dir}/build.xml startController -Dcontroller.host=jmsclient1 > /tmp/controller.txt &
+start.satellite.one=nohup /usr/share/apache-ant/v1.7.1/bin/ant -buildfile ${spec.install.dir}/build.xml startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient1.txt &
+start.satellite.two=nohup /usr/share/apache-ant/v1.7.1/bin/ant -buildfile ${spec.install.dir}/build.xml startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient2.txt &
+start.satellite.three=nohup /usr/share/apache-ant/v1.7.1/bin/ant -buildfile ${spec.install.dir}/build.xml startSatellite -Dcontroller.host=jmsclient1 > /tmp/satellite-jmsclient3.txt &
 
 start.eap.command=nohup /jboss-5.1.0.Branch/bin/run.sh -c production -b hornetq &
 
 server.startup.sleep.inMinutes=3
 server.startup.check.inMilliseconds=500
 
+temporary.directory=/tmp
 jps.output.file=/tmp/jpsProgram.pid
 
 start.jstat.1=jstat -gcutil -t -h12



More information about the jboss-svn-commits mailing list