Changeset 31726 for main/trunk


Ignore:
Timestamp:
2017-06-09T16:43:38+12:00 (7 years ago)
Author:
ak19
Message:

Fix to previous commit. The path to using build.properties is now conditional, so we don't do it when launching GLI for GS2

File:
1 edited

Legend:

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

    r31725 r31726  
    163163
    164164
    165 :dispGS3
     165:: Run GS3 if version = 3
     166:rungs3
    166167    rem In a web-dispersed GS3 set up like in the labs, gsdl3home.isreadonly would be true and
    167168    rem we need to run the web server in read-only mode. This section of code borrowed from gs3-server.bat.
     
    180181    )
    181182
    182 :: Run GS3 if version = 3
    183 :rungs3
    184183    if "%_VERSION%" == "3" "%JAVA_EXECUTABLE%" -cp classes/;GLI.jar;lib/apache.jar;lib/jna.jar;lib/jna-platform.jar;lib/qfslib.jar;lib/rsyntaxtextarea.jar org.greenstone.gatherer.GathererProg -gsdl "%GSDLHOME%" -gsdlos %GSDLOS% -gsdl3 "%GSDL3HOME%" -gsdl3src "%GSDL3SRCHOME%" -perl "%PERLPATH%" %1 %2 %3 %4 %5 %6 %7 %8 %9
    185184    if ERRORLEVEL 2 (
Note: See TracChangeset for help on using the changeset viewer.