Ignore:
Timestamp:
2004-01-27T16:35:34+13:00 (20 years ago)
Author:
jmt12
Message:

More modifications to mirroring including testing for a valid version of Wget (and complaining if its missing or it is old) and rearranging buttons on the GProgressBar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/AppendLineOnlyFileDocument.java

    r6539 r6622  
    895895    }
    896896
    897     /** Listens for actions on the read button, and if detected creates a new ReadTask to test the document. */
     897    /** Listens for actions on the read button, and if detected creates a new ReadTask to test the document.
     898     * @author John Thompson, Greenstone Project, New Zealand Digital Library, University of Waikato
     899     * @version 2.41 final
     900     */
    898901    static private class ReadButtonListener
    899902    implements ActionListener {
     
    918921    }
    919922
    920     /** This threaded task opens a large document, aptly named 'big.txt', and then bombards the document object we are testing with lines from the file. This file should be several megs (such as Alice or TREC) to fully test functionality, thread conditions etc. */
     923    /** This threaded task opens a large document, aptly named 'big.txt', and then bombards the document object we are testing with lines from the file. This file should be several megs (such as Alice or TREC) to fully test functionality, thread conditions etc.
     924     * @author John Thompson, Greenstone Project, New Zealand Digital Library, University of Waikato
     925     * @version 2.41 final
     926     */
    921927    static private class ReadTask
    922928    extends Thread {
Note: See TracChangeset for help on using the changeset viewer.