* minor fix - sleep is not a valid window batch file command.

This commit is contained in:
Heng Sin Low 2007-03-09 13:54:41 +00:00
parent 2d2f54e552
commit fa9bf55dba
1 changed files with 3 additions and 2 deletions

View File

@ -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)