Changeset 13327


Ignore:
Timestamp:
2006-11-24T13:24:27+13:00 (17 years ago)
Author:
mdewsnip
Message:

No longer explicitly compiles Unzip.java. This is only required by the remote building code and will be compiled whenever GLIServer.jar is created.

Location:
trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.bat

    r12453 r13327  
    143143"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/;lib/apache.jar;lib/qfslib.jar src/org/greenstone/gatherer/gems/GEMS.java
    144144
    145 :: Compile the stand-alone programs used by the GLI applet
    146 "%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/;lib/apache.jar;lib/qfslib.jar src/org/greenstone/gatherer/util/Unzip.java
    147 
    148145if "%GLILANG%" == "en" echo Done!
    149146if "%GLILANG%" == "es" echo ­Hecho!
  • trunk/gli/makegli.sh

    r12453 r13327  
    129129$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar src/org/greenstone/gatherer/gems/GEMS.java
    130130
    131 # Compile the stand-alone programs used by the GLI applet
    132 $javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar src/org/greenstone/gatherer/util/Unzip.java
    133 
    134131if [ "$glilang" = "es" ]; then
    135132    echo "¡Hecho!"
Note: See TracChangeset for help on using the changeset viewer.