Changeset 7853


Ignore:
Timestamp:
2004-08-04T11:35:00+12:00 (20 years ago)
Author:
kjdon
Message:

made this up to date with gli.sh, most importantly, now run GathererProg instead of Gatherer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli4gs3.sh

    r7328 r7853  
    231231fi
    232232
     233## ---- Set wgetpath manually if you don't want to use the default Greenstone version -----
     234wgetpath=
     235
    233236## ---- Check that the GLI has been compiled ----
    234 if [ ! -f "classes/org/greenstone/gatherer/Gatherer.class" ] && [ ! -f "GLI.jar" ]; then
     237if [ ! -f "classes/org/greenstone/gatherer/GathererProg.class" ] && [ ! -f "GLI.jar" ]; then
    235238    echo
    236239    if [ "$glilang" == "es" ]; then
     
    264267    echo "Arguments $*"
    265268    fi
    266     $javapath -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar $2 $3
     269    $javapath -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/qfslib.jar $2 $3
    267270    exit 0
    268271fi
     
    288291# -Xloggc:<file>   Write garbage collection log
    289292
    290 $javapath -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar org.greenstone.gatherer.Gatherer -gsdl $GSDLHOME -gsdl3 $GSDL3HOME -wget $wok$wgetpath $*
     293$javapath -classpath classes/:GLI.jar:lib/apache.jar:lib/jp.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar org.greenstone.gatherer.GathererProg -gsdl $GSDLHOME -gsdl3 $GSDL3HOME -wget $wgetpath $*
    291294
    292295if [ "$glilang" == "es" ]; then
Note: See TracChangeset for help on using the changeset viewer.