[jboss-svn-commits] JBL Code SVN: r33909 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jul 15 13:52:20 EDT 2010


Author: whitingjr
Date: 2010-07-15 13:52:20 -0400 (Thu, 15 Jul 2010)
New Revision: 33909

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml
Log:
Changed the name of the target to call.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml	2010-07-15 17:49:49 UTC (rev 33908)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml	2010-07-15 17:52:20 UTC (rev 33909)
@@ -24,8 +24,9 @@
       <ant antfile="server-api.xml" target="shutdown"/>
       <ant antfile="server-api.xml" target="clean-server"/>
       <ant antfile="server-api.xml" target="startup"/>
-   		<sleep minutes="1"/>
-      <ant antfile="server-api.xml" target="start-jstat"/>
+      <ant antfile="server-api.xml" target="create-server-pid"/>
+      <sleep minutes="1"/>
+      <ant antfile="server-api.xml" target="create-server-pid"/>
    </target>
    
    <target name="stop" >



More information about the jboss-svn-commits mailing list