Changeset 4947 for trunk/gli/makegli.sh


Ignore:
Timestamp:
2003-07-16T13:58:56+12:00 (21 years ago)
Author:
mdewsnip
Message:

Added check for correct version of javac before attempting to compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.sh

    r4935 r4947  
    1818fi
    1919
    20 # If a command-line argument has been specified, just compile that file
     20# If a file has been specified at the command-line, just compile that file
    2121if [ ! "x$*" = "x" ] ; then
    2222    echo "Compiling $*"
     
    2626
    2727# Otherwise compile the lot...
    28 echo "Compiling The Greenstone Librarian Interface..."
     28echo "Compiling the Greenstone Librarian Interface..."
    2929javac -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/calpa.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar:lib/skinlf.jar:lib/nanoxml.jar src/org/greenstone/gatherer/*.java
    3030javac -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/calpa.jar:lib/jp.jar:lib/polloxml.jar:lib/qfslib.jar:lib/skinlf.jar:lib/nanoxml.jar src/org/greenstone/gatherer/cdm/*.java
Note: See TracChangeset for help on using the changeset viewer.