From fa9bf55dba3c33e110fbf5c026f3ac7c557d4f94 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Fri, 9 Mar 2007 13:54:41 +0000 Subject: [PATCH] * minor fix - sleep is not a valid window batch file command. --- serverRoot/RUN_build.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/serverRoot/RUN_build.bat b/serverRoot/RUN_build.bat index 444db2175d..159a54700e 100644 --- a/serverRoot/RUN_build.bat +++ b/serverRoot/RUN_build.bat @@ -11,8 +11,9 @@ @"%JAVA_HOME%\bin\java" -Dant.home="." %ANT_PROPERTIES% org.apache.tools.ant.Main main @Echo Done ... -@sleep 60 -@exit +@Rem Wait 60 second +@PING 1.1.1.1 -n 1 -w 60000 > NUL +@Exit :NOBUILD @Echo Check myDevEnv.bat (copy from myDevEnvTemplate.bat)