[jboss-svn-commits] JBL Code SVN: r34992 - in labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts: server-controller and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Sep 3 04:06:20 EDT 2010
Author: whitingjr
Date: 2010-09-03 04:06:20 -0400 (Fri, 03 Sep 2010)
New Revision: 34992
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml
Log:
Remove and gather the server.log 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-09-03 04:34:40 UTC (rev 34991)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml 2010-09-03 08:06:20 UTC (rev 34992)
@@ -123,6 +123,7 @@
<parallel failonany="false">
<scp remotefile="${eap.server.username}@${eap.server.host}:/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="${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}:/jboss-5.1.0.Branch/server/production/log/server.log" localTodir="${spec.install.dir}/output/${org.spec.internal.runId}/config/server.log" failonerror="false" password="${eap.server.password}"/>
</parallel>
</target>
Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml 2010-09-03 04:34:40 UTC (rev 34991)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml 2010-09-03 08:06:20 UTC (rev 34992)
@@ -61,6 +61,7 @@
</xmltask>
<delete dir="${large.messages.dir}"/>
<delete file="${sever.home}/${jstat.command.arguments.7}" failonerror="false"/>
+ <delete file="${sever.home}/server/production/log/server.log"/>
</target>
<target name="create-server-pid">
More information about the jboss-svn-commits
mailing list