[jboss-svn-commits] JBL Code SVN: r34816 - 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:24:43 EDT 2010


Author: whitingjr
Date: 2010-08-20 10:24:43 -0400 (Fri, 20 Aug 2010)
New Revision: 34816

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 14:20:04 UTC (rev 34815)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties	2010-08-20 14:24:43 UTC (rev 34816)
@@ -3,10 +3,10 @@
 ant.home=/usr/share/apache-ant/v1.7.1
 
 # the commands need placing in this properties file
-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.controller.command=nohup /usr/share/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/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/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/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 &
 



More information about the jboss-svn-commits mailing list