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


Author: whitingjr
Date: 2010-07-09 04:04:12 -0400 (Fri, 09 Jul 2010)
New Revision: 33788

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-08 17:00:30 UTC (rev 33787)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-09 08:04:12 UTC (rev 33788)
@@ -107,7 +107,7 @@
    </target>
    
    <target name="process-gc-stats">
-      <echo>Processing gc stats</echo>
+      <echo>Processing gc stats[${env.HOME}][${framework.properties.dir}][${framework.file}][${framework.properties.dir}/specjms.seq]</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