[jboss-svn-commits] JBL Code SVN: r35031 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Sep 6 13:12:19 EDT 2010
Author: whitingjr
Date: 2010-09-06 13:12:19 -0400 (Mon, 06 Sep 2010)
New Revision: 35031
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties
Log:
Replaced hard coded property to environment variable.
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-09-06 16:46:34 UTC (rev 35030)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties 2010-09-06 17:12:19 UTC (rev 35031)
@@ -8,7 +8,7 @@
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 &
+start.eap.command=nohup ${env.EAP_HOME}/bin/run.sh -c production -b hornetq &
server.startup.sleep.inMinutes=3
server.startup.check.inMilliseconds=500
@@ -17,9 +17,9 @@
jps.output.file=/tmp/jpsProgram.pid
start.jstat.1=jstat -gcutil -t -h12
-start.jstat.2=5s > /jboss-5.1.0.Branch/server/production/log/jstat-hornetq.txt &
+start.jstat.2=5s > ${env.EAP_HOME}/server/production/log/jstat-hornetq.txt &
-server.deployment.dir=/jboss-5.1.0.Branch
+server.deployment.dir=${env.EAP_HOME}
benchmark.process.name=SPECjmsControlDriver
@@ -27,4 +27,6 @@
wait.benchmark.startup.period.inSeconds=25
-waitfor.eap.url=http://hornetq:8080/index.html
\ No newline at end of file
+waitfor.eap.url=http://hornetq:8080/index.html
+
+timestamp.file.name=run-start.properties
\ No newline at end of file
More information about the jboss-svn-commits
mailing list