Changeset 13386


Ignore:
Timestamp:
2006-12-01T10:44:52+13:00 (17 years ago)
Author:
mdewsnip
Message:

Changed my mind: these scripts now compile the standalone programs for GLIServer.jar.

Location:
trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.bat

    r13327 r13386  
    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 standalone programs needed on the server for remote building
     146"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/ src/org/greenstone/gatherer/remote/Zip*.java
     147"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/ src/org/greenstone/gatherer/remote/Unzip.java
     148
    145149if "%GLILANG%" == "en" echo Done!
    146150if "%GLILANG%" == "es" echo ­Hecho!
  • trunk/gli/makegli.sh

    r13327 r13386  
    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 standalone programs needed on the server for remote building
     132$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/ src/org/greenstone/gatherer/remote/Zip*.java
     133$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/ src/org/greenstone/gatherer/remote/Unzip.java
     134
    131135if [ "$glilang" = "es" ]; then
    132136    echo "¡Hecho!"
Note: See TracChangeset for help on using the changeset viewer.