Ignore:
Timestamp:
2009-06-09T13:38:05+12:00 (15 years ago)
Author:
ak19
Message:
  1. Search4j was previously given a hint that assumed that findjava was working with GLI instead of a more general case (such as gs2-server.sh). Now it is uses GSDLHOME to work out the hint. 2. PROGNAME needs to be passed in as a parameter for display. The scripts gli.sh and client-gli.sh are now updated to pass PROGNAME (or PROGABBR) as an additional argument to findjava.sh. 3. Instead of merely testing whether the search4j file exists, Oran suggested testing whether search4j file exists AND is executable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/client-gli.sh

    r19737 r19769  
    8686# call the script with source, so that we have the variables it sets ($javapath)
    8787exit_status=0
    88 source ./findjava.sh $glilang
     88source ./findjava.sh "$glilang" "$PROGABBR"
    8989exit_status=$?
    9090if [ "$exit_status" -eq 1 ]; then
Note: See TracChangeset for help on using the changeset viewer.