Changeset 13027


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

No longer uses the -wget option.

Location:
trunk/gli
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/gli.bat

    r13015 r13027  
    249249echo.
    250250
    251 :: ---- Set wget path manually if don't want to use the version (1.9)
    252 :: that comes with Greenstone -------
    253 set WGETPATH=
    254 
    255251if "%GLILANG%" == "en" echo Running the Greenstone Librarian Interface...
    256252if "%GLILANG%" == "es" echo Ejecutando la Interfaz de la Biblioteca Digital Greenstone...
     
    268264
    269265:webLib
    270     "%JAVAPATH%\java" -Xmx128M -cp classes/;GLI.jar;lib/apache.jar;lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl %GSDLHOME% -gsdlos %GSDLOS% -perl %PERLPATH% -wget %WGETPATH% %1 %2 %3 %4 %5 %6 %7 %8 %9
     266    "%JAVAPATH%\java" -Xmx128M -cp classes/;GLI.jar;lib/apache.jar;lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl %GSDLHOME% -gsdlos %GSDLOS% -perl %PERLPATH% %1 %2 %3 %4 %5 %6 %7 %8 %9
    271267
    272268    if ERRORLEVEL 2 goto webLib
     
    279275
    280276:localLib
    281     "%JAVAPATH%\java" -Xmx128M -cp classes/;GLI.jar;lib/apache.jar;lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl %GSDLHOME% -gsdlos %GSDLOS% -perl %PERLPATH% -local_library %GSDLHOME%\server.exe -wget %WGETPATH% %1 %2 %3 %4 %5 %6 %7 %8 %9
     277    "%JAVAPATH%\java" -Xmx128M -cp classes/;GLI.jar;lib/apache.jar;lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl %GSDLHOME% -gsdlos %GSDLOS% -perl %PERLPATH% -local_library %GSDLHOME%\server.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
    282278
    283279    if ERRORLEVEL 2 goto localLib
     
    297293set PERLPATH=
    298294set JAVAPATH=
    299 set WGETPATH=
  • trunk/gli/gli.sh

    r13015 r13027  
    218218    exit 1
    219219fi
    220 
    221 ## ---- Set wgetpath manually if you don't want to use the default Greenstone version -----
    222 wgetpath=
    223220
    224221## ---- Check that the GLI has been compiled ----
     
    266263
    267264
    268   $javapath -Xmx128M -classpath classes/:GLI.jar:lib/apache.jar:lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl $GSDLHOME -gsdlos $GSDLOS -wget $wgetpath $*
     265  $javapath -Xmx128M -classpath classes/:GLI.jar:lib/apache.jar:lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl $GSDLHOME -gsdlos $GSDLOS $*
    269266  exit_status=$?
    270267
  • trunk/gli/gli4gs3.bat

    r13015 r13027  
    299299echo.
    300300
    301 :: ---- Set wget path manually if don't want to use the version (1.9)
    302 :: that comes with Greenstone -------
    303 set WGETPATH=
    304 
    305301if "%GLILANG%" == "en" echo Running the Greenstone Librarian Interface...
    306302if "%GLILANG%" == "es" echo Ejecutando la Interfaz de la Biblioteca Digital Greenstone...
     
    315311:: -Xloggc:<file>   Write garbage collection log
    316312
    317 "%JAVAPATH%\java" -cp classes/;GLI.jar;lib/apache.jar;lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl %GSDLHOME% -gsdlos %GSDLOS% -gsdl3 %GSDL3HOME% -gsdl3src %GSDL3SRCHOME% -perl %PERLPATH% -wget %WGETPATH% %1 %2 %3 %4 %5 %6 %7 %8 %9
     313"%JAVAPATH%\java" -cp classes/;GLI.jar;lib/apache.jar;lib/qfslib.jar org.greenstone.gatherer.GathererProg -gsdl %GSDLHOME% -gsdlos %GSDLOS% -gsdl3 %GSDL3HOME% -gsdl3src %GSDL3SRCHOME% -perl %PERLPATH% %1 %2 %3 %4 %5 %6 %7 %8 %9
    318314
    319315if "%GLILANG%" == "en" echo Done!
     
    331327set PERLPATH=
    332328set JAVAPATH=
    333 set WGETPATH=
  • 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.