Changeset 24768


Ignore:
Timestamp:
2011-10-18T20:25:48+13:00 (13 years ago)
Author:
ak19
Message:

Related to previous commit: may after all require to sleep/wait an additional second when unjarring packages for the GLI.jar, since the installer still had issues in generating a complete GLI.jar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/makejar.bat

    r24766 r24768  
    110110:: Running programs (or commands) with start /wait will wait for each program in turn to finish.
    111111:: This is needed when unjarring org (com and de) pkgs below, else it doesn't exist upon moving.
     112:: We still need to give it a couple of seconds, so adding in the 1 second ping call for this.
    112113:: See http://www.computerhope.com/forum/index.php?topic=83771.0 and
    113114:: http://stackoverflow.com/questions/4317020/windows-batch-sleep
     
    121122  start "" /wait /b "%JARPATH%\jar" xf apache.jar org
    122123  start "" /wait /b "%JARPATH%\jar" xf qfslib.jar de
    123 
     124  PING -n 2 127.0.0.1>nul
     125 
    124126  move com ..\jar\com     >NUL
    125127  move de ..\jar\de       >NUL
Note: See TracChangeset for help on using the changeset viewer.