[jboss-svn-commits] JBL Code SVN: r33796 - 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 07:02:41 EDT 2010


Author: whitingjr
Date: 2010-07-09 07:02:41 -0400 (Fri, 09 Jul 2010)
New Revision: 33796

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:


Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-09 10:59:58 UTC (rev 33795)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-09 11:02:41 UTC (rev 33796)
@@ -95,8 +95,8 @@
    <target name="gather-logs">
       <echo>Gathering log files[${env.HOME}]</echo>
       <parallel failonany="false">
-         <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/server/production/log/jstat-hornetq.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config" failonerror="false" password="${r_p}"/>
-         <scp remotefile="root at hornetq:/tmp/verbose-gc.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config" failonerror="false" password="${r_p}"/>
+         <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/server/production/log/jstat-hornetq.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/jstat-hornetq.txt" failonerror="false" password="${r_p}"/>
+         <scp remotefile="root at hornetq:/tmp/verbose-gc.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/verbose-gc.txt" failonerror="false" password="${r_p}"/>
       </parallel>
    </target>
    



More information about the jboss-svn-commits mailing list