Changeset 9382


Ignore:
Timestamp:
2005-03-10T15:40:37+13:00 (19 years ago)
Author:
kjdon
Message:

now uses gs2build instead of gs2extra, and added in the classpath fix from gli.sh for CheckJavaVersion - needs . on the classpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli4gs3.sh

    r8901 r9382  
    108108    gsdlpath=$GSDLHOME
    109109
    110     # If it is not set, assume that the gs2extra subdirectory of Greenstone 3 exists
    111     else
    112     gsdlpath=$GSDL3HOME/gs2extra
     110    # If it is not set, assume that the gs2build subdirectory of Greenstone 3 exists
     111    else
     112    gsdlpath=$GSDL3HOME/gs2build
    113113    fi
    114114fi
     
    246246
    247247## -- Check the version of Java is new enough (1.4.0 or higher) to run the GLI --
    248 `$javapath CheckJavaVersion > /dev/null`
     248`$javapath -classpath . CheckJavaVersion > /dev/null`
    249249if [ $? -ne 2 ] ; then
    250250    echo
Note: See TracChangeset for help on using the changeset viewer.