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.

File:
1 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!
Note: See TracChangeset for help on using the changeset viewer.