Ignore:
Timestamp:
2011-05-06T15:06:04+12:00 (13 years ago)
Author:
ak19
Message:

No .app files in windows binaries, because they are for Mac machines: so don't need to process .app files if gsdlhome is changed on Windows machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/gsicontrol.bat

    r23987 r24006  
    190190:: Also re-initialise the log4j.properties and force regeneration of
    191191:: Mac .app files since cfgweb will generate these if they don't exist
    192 ::set log4jprop=%GSDLHOME%\lib\java\log4j.properties
    193 ::%_sed% "s^@gsdl2home@^%GSDLHOME%^g" "%log4jprop%.in" > "%log4jprop%"
    194192type "lib\java\log4j.properties.in" | %_sed% "s\@gsdl2home@\%safepath%\g" > "lib\java\log4j.properties"
    195 for %%G in (gs2-server.app gli.app client-gli.app gems.app) do if exist "%%G\Contents\document.wflow" del "%%G\Contents\document.wflow"
     193:: No use for Mac .app files on Windows, so they're not there in Windows binaries including caveat
     194::for %%G in (gs2-server.app gli.app client-gli.app gems.app) do if exist "%%G\Contents\document.wflow" del "%%G\Contents\document.wflow"
    196195goto cfgweb
    197196
     
    201200:cfgweb
    202201:: first set up Mac's .app files if that's not already been done (if this is the first time we're running GS3)
    203 for %%G in (gs2-server.app gli.app client-gli.app gems.app) do if not exist "%%G\Contents\document.wflow" type "%%G\Contents\document.wflow.in" | %_sed% "s@\*\*GSDLHOME\*\*@%safepath%@g" > "%%G\Contents\document.wflow"
     202:: No use for Mac .app files on Windows, so they're not there in Windows binaries including caveat
     203:: for %%G in (gs2-server.app gli.app client-gli.app gems.app) do if not exist "%%G\Contents\document.wflow" type "%%G\Contents\document.wflow.in" | %_sed% "s@\*\*GSDLHOME\*\*@%safepath%@g" > "%%G\Contents\document.wflow"
    204204
    205205:cfgcgi
Note: See TracChangeset for help on using the changeset viewer.