[jboss-svn-commits] JBL Code SVN: r33773 - 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 08:07:02 EDT 2010


Author: whitingjr
Date: 2010-07-08 08:07:01 -0400 (Thu, 08 Jul 2010)
New Revision: 33773

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Fixed incorrect message element.

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 11:38:59 UTC (rev 33772)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-08 12:07:01 UTC (rev 33773)
@@ -69,7 +69,7 @@
    </target>
    
    <target name="gather-logs">
-      <message echo="Gathering log files" />
+      <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}/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}/config" failonerror="false" password="${r_p}"/>
@@ -78,7 +78,7 @@
    </target>
    
    <target name="process-gc-stats">
-      <message echo="Processing gc stats" />
+      <echo>Processing gc stats</echo>
       <sshexec host="jmsclient1"
          username="root"
          password="${r_p}"
@@ -86,12 +86,12 @@
    </target>
 
    <target name="generate-submission">
-      <message echo="Generating submission" />
+      <echo>Generating submission</echo>
    </target>
 
    
    <target name="usage">
-      <message echo="usage: Do not call this directly, instead use build-commands" />
+      <echo>usage: Do not call this directly, instead use build-commands</echo>
    </target>
 
 



More information about the jboss-svn-commits mailing list