[jboss-svn-commits] JBL Code SVN: r33778 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 8 10:02:43 EDT 2010
Author: whitingjr
Date: 2010-07-08 10:02:42 -0400 (Thu, 08 Jul 2010)
New Revision: 33778
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Remove additional files before benchmark run.
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-08 13:54:20 UTC (rev 33777)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml 2010-07-08 14:02:42 UTC (rev 33778)
@@ -31,6 +31,9 @@
<target name="clean">
<echo>Removing prior run collected data.</echo>
<delete file="config/run.conf" />
+ <delete file="config/jstat-hornetq.txt" />
+ <delete file="config/verbose-gc.txt" />
+ <delete file="config/verbose-gc-stats.txt" />
</target>
<target name="prepare-eap-server">
@@ -85,8 +88,8 @@
<target name="gather-logs">
<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}" failonerror="false" password="${r_p}"/>
- <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/server/production/log/verbose-gc.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}" 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" failonerror="false" password="${r_p}"/>
+ <scp remotefile="root at hornetq:/jboss-5.1.0.Branch/server/production/log/verbose-gc.txt" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config" failonerror="false" password="${r_p}"/>
</parallel>
</target>
More information about the jboss-svn-commits
mailing list