Changeset 6196 for trunk


Ignore:
Timestamp:
2003-12-10T16:25:55+13:00 (20 years ago)
Author:
jmt12
Message:

Changed exception message when the provided library path is discovered not to be a file

File:
1 edited

Legend:

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

    r6179 r6196  
    144144        // All sorts of errors might be thrown by a bogus file path.
    145145        catch (Exception error) {
    146         Gatherer.println("Not a valid file.");
    147         Gatherer.printStackTrace(error);
     146        Gatherer.println("Library url does not indicate the server.exe file.");
     147        ///atherer.printStackTrace(error);
    148148        }
    149149        // We can generate the path to where the local library should be and use that if it is there.
Note: See TracChangeset for help on using the changeset viewer.