Ignore:
Timestamp:
2004-05-05T15:14:48+12:00 (20 years ago)
Author:
kjdon
Message:

tidied up some stuff to do with creating BasicCollectionConfigurations - now check for the existence of the config file before creation. and other bits

Location:
trunk/gli/src/org/greenstone/gatherer/util
Files:
2 edited

Legend:

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

    r7251 r7281  
    9898    static final public String ENUM_STR                                   = "enum";
    9999    static final public String EQUALS_CHARACTER                           = "=";
    100     static final public String ERROR_STR                                  = "Error";
    101100    static final public String ESCAPE_PATTERN                             = "\\\\";
    102101    static final public String ESCAPE_STR                                 = "\\";
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r7275 r7281  
    264264     * @return The collect.cfg File or null if not found.
    265265     */
    266     static final public File findConfigFile(File start) {
     266    /*    static final public File findConfigFile(File start) {
    267267    if(start == null) {
    268268        return null;
     
    280280    // Otherwise search this directories parent if its not null.
    281281    return findConfigFile(start.getParentFile());
    282     }
     282    }*/
    283283
    284284    /** Convert a long, detailing the length of a file in bytes, into a nice human readable string using b, kb, Mb and Gb. */
Note: See TracChangeset for help on using the changeset viewer.