[jboss-svn-commits] JBL Code SVN: r17083 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 7 05:12:51 EST 2007


Author: kevin.conner at jboss.com
Date: 2007-12-07 05:12:51 -0500 (Fri, 07 Dec 2007)
New Revision: 17083

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/esb-config.xml
Log:
Add timestamp and echo log file for shutdown: JBESB-1366

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/esb-config.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/esb-config.xml	2007-12-07 07:12:48 UTC (rev 17082)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/esb-config.xml	2007-12-07 10:12:51 UTC (rev 17083)
@@ -91,7 +91,10 @@
     	<attribute name="serverConfig"/>
         <attribute name="seconds" default="120"/>
         <sequential>
-            <echo message="Waiting for ESB server to stop..."/>
+            <tstamp>
+                <format property="shutdown.time" pattern="yyyy-MM-dd HH:mm:ss z"/>
+            </tstamp>
+            <echo message="${shutdown.time}: waiting for ESB server to stop, checking file @{serverHome}/server/@{serverConfig}/log/server.log ..."/>
             <waitfor maxwait="@{seconds}" maxwaitunit="second" checkevery="5" checkeveryunit="second" timeoutproperty="shutdown.timeout">
                 <available file="server.log">
 	                <filepath>
@@ -178,11 +181,7 @@
 			file="${esb.config.location}/ftpd.properties" overwrite="true"/>
 	</target>
 	
-	<!-- initialise the classpath for the server -->
-	<target name="esb.init-classpath">
-	</target>
-
-    <target name="esb.init" depends="esb.init-app-server, esb.init-esb-server, esb.init-ftp-server, esb.init-classpath"
+    <target name="esb.init" depends="esb.init-app-server, esb.init-esb-server, esb.init-ftp-server"
     	 description="target for initialising properties">
     	<path id="server.classpath">
         	<pathelement location="${java.home}/lib/tools.jar"/>




More information about the jboss-svn-commits mailing list