[jboss-svn-commits] JBL Code SVN: r33802 - 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 09:28:45 EDT 2010
Author: whitingjr
Date: 2010-07-09 09:28:44 -0400 (Fri, 09 Jul 2010)
New Revision: 33802
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Changed the scp command to copy the file.
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 12:13:09 UTC (rev 33801)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml 2010-07-09 13:28:44 UTC (rev 33802)
@@ -65,7 +65,7 @@
<target name="gather-configuration" depends="clean">
<echo>Gathering configuration located on EAP server.</echo>
- <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/bin/run.conf" localTodir="${spec.install.dir}/config" failonerror="true" password="${r_p}"/>
+ <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/bin/run.conf" localTodir="${spec.install.dir}/config/run.conf" failonerror="true" password="${r_p}"/>
</target>
@@ -93,7 +93,7 @@
</target>
<target name="gather-logs">
- <echo>Gathering log files[${env.HOME}]</echo>
+ <echo>Gathering log files</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/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}"/>
More information about the jboss-svn-commits
mailing list