[jboss-svn-commits] JBL Code SVN: r33813 - 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 Jul 9 14:32:32 EDT 2010


Author: whitingjr
Date: 2010-07-09 14:32:32 -0400 (Fri, 09 Jul 2010)
New Revision: 33813

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
Log:
Fixed the procesing of file replacement.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml	2010-07-09 17:09:00 UTC (rev 33812)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml	2010-07-09 18:32:32 UTC (rev 33813)
@@ -21,6 +21,7 @@
 	<target name="benchmark" >
 		<echo>Preparing for a benchmark run.</echo>
 	   <input message="Enter root password for servers:" addproperty="r_p" />
+	   <ant antfile="build-api.xml" target="substitute-remote-config"/>
 		<ant antfile="build-api.xml" target="prepare-eap-server"/>
 		<ant antfile="build-api.xml" target="gather-configuration"/>
 		<ant antfile="build-api.xml" target="start-benchmark"/>



More information about the jboss-svn-commits mailing list