Changeset 24603


Ignore:
Timestamp:
2011-09-15T19:15:30+12:00 (13 years ago)
Author:
ak19
Message:

Prefix ant bin folder and other path changes to PATH, instead of suffixing them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-setup.bat

    r24374 r24603  
    3737if "!GS_CP_SET!" == "yes" goto skipSetCp
    3838set CLASSPATH=!GSDL3HOME!\WEB-INF\classes;!GSDL3SRCHOME!\resources\java;!GSDL3SRCHOME!\cp.jar;!CLASSPATH!;
    39 set PATH=!PATH!;!GSDL3SRCHOME!\bin;!GSDL3SRCHOME!\bin\script;!GSDL3SRCHOME!\lib\jni;!ANT_HOME!\bin
     39set PATH=!GSDL3SRCHOME!\bin;!GSDL3SRCHOME!\bin\script;!GSDL3SRCHOME!\lib\jni;!ANT_HOME!\bin;!PATH!
    4040
    4141:: Override Imagemagick and Ghostscript paths to the bundled applications shipped with greenstone if they exists otherwise use default environment variables.
Note: See TracChangeset for help on using the changeset viewer.