[jboss-svn-commits] JBL Code SVN: r33787 - 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 13:00:31 EDT 2010
Author: whitingjr
Date: 2010-07-08 13:00:30 -0400 (Thu, 08 Jul 2010)
New Revision: 33787
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Changed home environment property.
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 15:57:10 UTC (rev 33786)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml 2010-07-08 17:00:30 UTC (rev 33787)
@@ -25,7 +25,7 @@
<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
<property environment="env"/>
- <property name="framework.properties.dir" location="${env.USER_HOME}/.specjms" />
+ <property name="framework.properties.dir" location="${env.HOME}/.specjms" />
<property name="framework.file" location="${framework.properties.dir}/specjms.seq" />
<fileset id="previous-run-files" dir="${spec.install.dir}/config">
@@ -99,12 +99,11 @@
</target>
<target name="gather-logs">
- <echo>Gathering log files</echo>
+ <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:/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>
- <copy file="{spec.install.dir}/config/ant-log.txt" todir="${spec.install.dir}/output/${org.spec.internal.runId}"/>
</target>
<target name="process-gc-stats">
More information about the jboss-svn-commits
mailing list