Changeset 9336


Ignore:
Timestamp:
2005-03-09T12:20:23+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed the specific compilation of the feedback directory, since the classes that were missed aren't used.

Location:
trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.bat

    r9315 r9336  
    161161if "%GLILANG%" == "ru" echo Š®¬¯š«šà®¢ ­š¥ ¡š¡«š®â¥ç­®£® š­â¥àä¥©á  Greenstone...
    162162
    163 # The GLI
     163:: Compile the GLI
    164164"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/GathererProg.java
    165165
    166 # The GEMS
     166:: Compile the GEMS
    167167"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/gems/GEMS.java
    168168
    169 # Stand-alone programs for GLI applet
     169:: Compile the stand-alone programs used by the GLI applet
    170170"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/util/Unzip.java
    171171"%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/util/Zipup.java
    172 
    173 # Feedback stuff (some of these classes aren't compiled with GathererProg.java, not sure why -- maybe not used)
    174 "%JAVACPATH%\javac.exe" -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/feedback/*.java
    175172
    176173if "%GLILANG%" == "en" echo Done!
  • trunk/gli/makegli.sh

    r9315 r9336  
    154154fi
    155155
    156 # The GLI
     156# Compile the GLI
    157157$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/GathererProg.java
    158158
    159 # The GEMS
     159# Compile the GEMS
    160160$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/gems/GEMS.java
    161161
    162 # Stand-alone programs for GLI applet
     162# Compile the stand-alone programs used by the GLI applet
    163163$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/util/Unzip.java
    164164$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/util/Zipup.java
    165 
    166 # Feedback stuff (some of these classes aren't compiled with GathererProg.java, not sure why -- maybe not used)
    167 $javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/feedback/*.java
    168165
    169166if [ "$glilang" == "es" ]; then
Note: See TracChangeset for help on using the changeset viewer.