Changeset 9827


Ignore:
Timestamp:
2005-05-06T09:42:13+12:00 (19 years ago)
Author:
kjdon
Message:

under windows, the DragTreeSelectionModel didn't get compiled (why???) so added it in to teh javac command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.bat

    r9665 r9827  
    162162
    163163:: Compile the GLI
    164 "%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
     164"%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
    165165
    166166:: Compile the GEMS
Note: See TracChangeset for help on using the changeset viewer.