[jboss-svn-commits] JBL Code SVN: r33789 - 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 04:08:18 EDT 2010


Author: whitingjr
Date: 2010-07-09 04:08:17 -0400 (Fri, 09 Jul 2010)
New Revision: 33789

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

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 08:04:12 UTC (rev 33788)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-09 08:08:17 UTC (rev 33789)
@@ -27,6 +27,7 @@
    <property environment="env"/>
    <property name="framework.properties.dir" location="${env.HOME}/.specjms" />
    <property name="framework.file" location="${framework.properties.dir}/specjms.seq" />
+   <property file="${framework.file}" />
    
    <fileset id="previous-run-files" dir="${spec.install.dir}/config">
       <includesfile name="run.conf"/>
@@ -107,7 +108,7 @@
    </target>
    
    <target name="process-gc-stats">
-      <echo>Processing gc stats[${env.HOME}][${framework.properties.dir}][${framework.file}][${framework.properties.dir}/specjms.seq]</echo>
+      <echo>Processing gc stats[${env.HOME}][${framework.properties.dir}][${framework.file}][${org.spec.internal.runId}]</echo>
       <exec executable="printgcstats" output="${spec.install.dir}/output/${org.spec.internal.runId}/verbose-gc-stats.txt">
          <arg value="-v"/>
          <arg value="cpus=16"/>



More information about the jboss-svn-commits mailing list