Changeset 10243


Ignore:
Timestamp:
2005-07-13T14:12:19+12:00 (19 years ago)
Author:
mdewsnip
Message:

The GathererApplet.java file wasn't being compiled.

Location:
trunk/gli
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.bat

    r9920 r10243  
    134134:: Compile the GLI
    135135"%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 src/org/greenstone/gatherer/util/DragTreeSelectionModel.java
     136"%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/GathererApplet.java
    136137
    137138:: Compile the GEMS
  • trunk/gli/makegli.sh

    r9862 r10243  
    123123# Compile the GLI
    124124$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
     125$javacpath -deprecation -d classes/ -sourcepath src/ -classpath classes/:lib/apache.jar:lib/qfslib.jar:lib/mail.jar:lib/activation.jar src/org/greenstone/gatherer/GathererApplet.java
    125126
    126127# Compile the GEMS
Note: See TracChangeset for help on using the changeset viewer.