[jboss-svn-commits] JBL Code SVN: r34810 - 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 07:19:57 EDT 2010


Author: whitingjr
Date: 2010-08-20 07:19:57 -0400 (Fri, 20 Aug 2010)
New Revision: 34810

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

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 10:42:53 UTC (rev 34809)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-08-20 11:19:57 UTC (rev 34810)
@@ -15,7 +15,6 @@
 	This file contains the low level api that should not be called
 	on the command line directly.
 -->
-
 <project name="RedHat-JBoss-Performance:API" default="usage" basedir=".">
    
    <taskdef name="xmltask" classname="com.oopsconsultancy.xmltask.ant.XmlTask"/>
@@ -46,7 +45,7 @@
       <sshexec host="${eap.server.host}"
          username="${eap.server.username}"
          password="${eap.server.password}"
-         command="apache-ant-1.7.1/bin/ant -buildfile java/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml start"/>
+         command="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}"/-->
@@ -81,7 +80,7 @@
       <sshexec host="${eap.server.host}"
          username="${eap.server.username}"
          password="${eap.server.password}"
-         command="apache-ant-1.7.1/bin/ant -buildfile java/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml stop"/>
+         command="ant -buildfile java/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml stop"/>
    </target>
    
    <target name="gather-configuration" depends="clean">



More information about the jboss-svn-commits mailing list