Changeset 13027 for trunk/gli/gli4gs3.sh


Ignore:
Timestamp:
2006-10-06T09:47:25+13:00 (18 years ago)
Author:
mdewsnip
Message:

No longer uses the -wget option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli4gs3.sh

    r13015 r13027  
    272272    exit 1
    273273fi
    274 
    275 ## ---- Set wgetpath manually if you don't want to use the default Greenstone version -----
    276 wgetpath=
    277274
    278275## ---- Check that the GLI has been compiled ----
     
    318315# -Xloggc:<file>   Write garbage collection log
    319316
    320     $javapath -Xmx128M -classpath classes/:GLI.jar:lib/apache.jar:lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl $GSDLHOME -gsdlos $GSDLOS -gsdl3 $GSDL3HOME -gsdl3src $GSDL3SRCHOME -wget $wgetpath $*
     317    $javapath -Xmx128M -classpath classes/:GLI.jar:lib/apache.jar:lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl $GSDLHOME -gsdlos $GSDLOS -gsdl3 $GSDL3HOME -gsdl3src $GSDL3SRCHOME $*
    321318    exit_status=$?
    322319
Note: See TracChangeset for help on using the changeset viewer.