[jboss-svn-commits] JBL Code SVN: r33918 - 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 15 15:24:54 EDT 2010
Author: whitingjr
Date: 2010-07-15 15:24:54 -0400 (Thu, 15 Jul 2010)
New Revision: 33918
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Chanfed attribute name.
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-15 19:20:47 UTC (rev 33917)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml 2010-07-15 19:24:54 UTC (rev 33918)
@@ -48,7 +48,7 @@
<sleep minutes="${sever.startup.sleep.inMinutes}"/>
<delete file="${jps.output.file}" failonerror="false"/>
- <scp remotefile="root at hornetq:${jps.output.file}" localFile="${jps.output.file}" failonerror="false" password="${r_p}"/>
+ <scp remotefile="root at hornetq:${jps.output.file}" localTodir="${jps.output.file}" failonerror="false" password="${r_p}"/>
<condition property="pid.file.isAvailable">
<available file="${jps.output.file}"/>
@@ -188,7 +188,7 @@
<and>
<isset property="replacement.runconf.source.name"/>
<isset property="replacement.runconf.target.name"/>
- <available file="${replacement.runconf.file}"/>
+ <available file="${replacement.runconf.source.name}"/>
</and>
</condition>
@@ -202,7 +202,7 @@
<if>
<equals arg1="true" arg2="${replacement.file.exists}"/>
<then>
- <echo>Replacing file ${replacement.runconf.file} </echo>
+ <echo>Replacing file ${replacement.runconf.source.name} </echo>
<scp localFile="${replacement.runconf.source.name}" remoteTofile="root at hornetq:${replacement.runconf.target.name}" failonerror="true" password="${r_p}" />
</then>
<else>
More information about the jboss-svn-commits
mailing list