Changeset 5027


Ignore:
Timestamp:
2003-07-25T15:52:13+12:00 (21 years ago)
Author:
mdewsnip
Message:

Added check for JAR file.

Location:
trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.bat

    r5023 r5027  
    155155:: ---- Check that the GLI has been compiled ----
    156156if exist "classes/org/greenstone/gatherer/Gatherer.class" goto runGLI
     157if exist "GLI.jar" goto runGLI
    157158    echo.
    158159    echo You need to compile the Greenstone Librarian Interface (using makegli.bat)
  • trunk/gli/gli.sh

    r5003 r5027  
    115115
    116116## ---- Check that the GLI has been compiled ----
    117 if [ ! -f "classes/org/greenstone/gatherer/Gatherer.class" ]; then
     117if [ ! -f "classes/org/greenstone/gatherer/Gatherer.class" ] && [ ! -f "GLI.jar" ]; then
    118118    echo
    119119    echo "You need to compile the Greenstone Librarian Interface (using makegli.sh)"
Note: See TracChangeset for help on using the changeset viewer.