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


Author: whitingjr
Date: 2010-07-08 11:57:10 -0400 (Thu, 08 Jul 2010)
New Revision: 33786

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Moved the sleep configuration to the properties file.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties	2010-07-08 15:48:42 UTC (rev 33785)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.properties	2010-07-08 15:57:10 UTC (rev 33786)
@@ -8,4 +8,4 @@
 
 start.eap.command=nohup /jboss-5.1.0.Branch/bin/run.sh -c production -b hornetq &
 
-
+sever.startup.sleep.inMinutes=3

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 15:48:42 UTC (rev 33785)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-08 15:57:10 UTC (rev 33786)
@@ -55,8 +55,8 @@
          username="root"
          password="${r_p}"
          command="/root/apache-ant-1.7.1/bin/ant -buildfile /root/java/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml start"/>
-      <echo>Waiting some time to allow the server to startup.</echo>
-      <sleep seconds="180"/>
+      <echo>Waiting ${sever.startup.sleep.inMinutes} minutes to allow the server to startup.</echo>
+      <sleep minutes="${sever.startup.sleep.inMinutes}"/>
    </target>
    
    <target name="stop-eap-server">



More information about the jboss-svn-commits mailing list