Changeset 9463 for trunk/gli/makegli.sh


Ignore:
Timestamp:
2005-03-18T13:39:48+13:00 (19 years ago)
Author:
mdewsnip
Message:

Changed clean.sh to just remove everything in the classes/org/greenstone/gatherer directory, and also remove GLI.jar, and made makegli.sh run clean.sh to prevent problems with files not being recompiled properly. Windows changes to follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.sh

    r9336 r9463  
    154154fi
    155155
     156# Remove any existing class files
     157./clean.sh > /dev/null
     158
    156159# Compile the GLI
    157160$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
Note: See TracChangeset for help on using the changeset viewer.