Changeset 37746


Ignore:
Timestamp:
2023-05-18T18:14:44+12:00 (11 months ago)
Author:
anupama
Message:

Dr Bainbridge has fixed up the base ant-start-with-exts script (that other ant-start scripts also call) to do what service.d/greenstone3-start.sh does first before it launches the GS3 server as a service. Which is: to setup the GS3 environment as usual. This is especially needed for WebSwing GLI to work properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/ant-start-with-exts.sh

    r37685 r37746  
    77full_progdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
    88cd "$full_progdir"
     9
     10if [ "x$GSDL3SRCHOME" = "x" ] ; then
     11    if [ -f SETUP.bash ] ; then
     12        . ./SETUP.bash
     13    fi
     14fi
    915
    1016if test "x$gsopt_noexts" != "x1" ; then
Note: See TracChangeset for help on using the changeset viewer.