[jboss-svn-commits] JBL Code SVN: r34815 - 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 Aug 20 10:20:04 EDT 2010


Author: whitingjr
Date: 2010-08-20 10:20:04 -0400 (Fri, 20 Aug 2010)
New Revision: 34815

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Updated Ant paths.

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-08-20 14:19:44 UTC (rev 34814)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-08-20 14:20:04 UTC (rev 34815)
@@ -45,7 +45,7 @@
       <sshexec host="${eap.server.host}"
          username="${eap.server.username}"
          password="${eap.server.password}"
-         command="ant -buildfile java/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml start"/>
+         command="${ant.home}/bin/ant -buildfile java/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml start"/>
       
       <echo>Waiting ${server.startup.sleep.inMinutes} minutes to allow the server to startup.</echo>
       <!--sleep minutes="${server.startup.sleep.inMinutes}"/-->



More information about the jboss-svn-commits mailing list