Changeset 13386 for trunk/gli/makegli.sh


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.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.