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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 19 08:27:16 EDT 2011


Author: whitingjr
Date: 2011-04-19 08:27:16 -0400 (Tue, 19 Apr 2011)
New Revision: 36950

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml
Log:
Fixed file names.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml	2011-04-18 19:26:14 UTC (rev 36949)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml	2011-04-19 12:27:16 UTC (rev 36950)
@@ -155,11 +155,11 @@
          <scp remotefile="${eap.server.username}@${eap.server.host}:${env.EAP_HOME}/server/production/log/jstat-hornetq.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/jstat-hornetq.txt" failonerror="false" password="${eap.server.password}"/>
          <scp remotefile="${eap.server.username}@${eap.server.host}:/tmp/verbose-gc.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/verbose-gc.txt" failonerror="false" password="${eap.server.password}"/>
          <scp remotefile="${eap.server.username}@${eap.server.host}:${env.EAP_HOME}/server/production/log/server.log" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/server.log" failonerror="false" password="${eap.server.password}"/>
-         <scp remotefile="${benchmark.client.01.username}@${benchmark.client.01.host}:/tmp/controller.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/controller.txt" failonerror="false" password="${benchmark.client.01.password}"/>
-         <scp remotefile="${benchmark.client.01.username}@${benchmark.client.01.host}:/tmp/satellite-jmsclient1.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-01.txt" failonerror="false" password="${benchmark.client.01.password}"/>
-         <scp remotefile="${benchmark.client.02.username}@${benchmark.client.02.host}:/tmp/satellite-jmsclient1.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-02.txt" failonerror="false" password="${benchmark.client.02.password}"/>
-         <scp remotefile="${benchmark.client.03.username}@${benchmark.client.03.host}:/tmp/satellite-jmsclient1.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-03.txt" failonerror="false" password="${benchmark.client.03.password}"/>
-         <scp remotefile="${benchmark.client.04.username}@${benchmark.client.04.host}:/tmp/satellite-jmsclient1.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-04.txt" failonerror="false" password="${benchmark.client.04.password}"/>
+         <scp remotefile="${benchmark.client.01.username}@${benchmark.client.01.host}:/tmp/controller.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/controller-jmsclient-01.txt" failonerror="false" password="${benchmark.client.01.password}"/>
+         <scp remotefile="${benchmark.client.01.username}@${benchmark.client.01.host}:/tmp/satellite-jmsclient1.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-jmsclient-01.txt" failonerror="false" password="${benchmark.client.01.password}"/>
+         <scp remotefile="${benchmark.client.02.username}@${benchmark.client.02.host}:/tmp/satellite-jmsclient2.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-jmsclient-02.txt" failonerror="false" password="${benchmark.client.02.password}"/>
+         <scp remotefile="${benchmark.client.03.username}@${benchmark.client.03.host}:/tmp/satellite-jmsclient3.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-jmsclient-03.txt" failonerror="false" password="${benchmark.client.03.password}"/>
+         <scp remotefile="${benchmark.client.04.username}@${benchmark.client.04.host}:/tmp/satellite-jmsclient4.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/satellite-jmsclient-04.txt" failonerror="false" password="${benchmark.client.04.password}"/>
       </parallel>
    </target>
    



More information about the jboss-svn-commits mailing list