John Thompson (the developer of the Librarian Interface) tells me that
your problems with the plugins and classifiers are caused by the first
problem (spaces in the paths). After fixing the paths (as you have done),
try deleting the "plugins.dat" and "classifiers.dat" files in the GLI folder.
When you next run the GLI, these files should be rebuilt with the correct
information.
You may get a few popup messages when doing this (Phind, ConvertToPlug,
ConvertToRogPlug and DBPlug). Unfortunately there is a problem with the
interface between these modules and the GLI, and they may not appear in
the GLI (they can still be used when creating collections, however). All
the other plugins and classifiers should be available in the GLI.
just having some problems with the librarian...
1. On Win2000 it doesn't like spaces'C:Progam Files'....' - it kept
making a C:Program folder so I changed the paths to the dos style;
set GSDLHOME=C:PROGRA~1gsdl
set PERLHOME=C:PROGRA~1gsdlbinwindowsperlbin
set JAVAHOME=C:PROGRA~1JavaJ2RE14~1.1_0
set CGIBINHOME=C:PROGRA~1gsdlserver.exe
2. Plugins menu option doesn't respond at all
3. Classifiers- the drop down menu fails doesn't include any classifiers
Anyone have any hints?
(I am using 2.40 with win2000)
stephen
-Gatherer.bat-
@echo off
if "%OS%" == "Windows_NT" goto Run
if "%OS%" == "" goto Win95
:Win95
if "%1" == "SetEnv" goto Run
REM We'll invoke a second copy of the command processor to make
REM sure there's enough environment space
COMMAND /E:2048 /K %0 SetEnv
goto End
:Run
REM ********************************************
set GSDLHOME=C:PROGRA~1gsdl
set PERLHOME=C:PROGRA~1gsdlbinwindowsperlbin
set JAVAHOME=C:PROGRA~1JavaJ2RE14~1.1_0
set CGIBINHOME=C:PROGRA~1gsdlserver.exe
REM ********************************************
set GSDLOS=Windows
if "%OS%" == "Windows_NT" set PATH=%PERLHOME%;%JAVAHOME%bin;%GSDLHOME%binwindows;%GSDLHOME%binscript;%PATH%
if "%OS%" == "" set PATH="%PERLHOME%""%JAVAHOME%bin""%GSDLHOME%binwindows""%GSDLHOME%binscript"%PATH%
java.exe -cp classes/;GLI.jar;lib/apache.jar;lib/calpa.jar;lib/jp.jar;lib/polloxml.jar;lib/qfslib.jar;lib/skinlf.jar
org.greenstone.gatherer.Gatherer -gsdl %GSDLHOME% -perl %PERLHOME% -library
%CGIBINHOME%
echo "Done!"
:End
REM There is an extra layer of complexity added by the creation of a
second console from the first
if "%1" == "" goto SimpleEnd
exit
:SimpleEnd
cls
_______________________________________________
greenstone-users mailing list
greenstone-users@list.scms.waikato.ac.nz
https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users