Ignore:
Timestamp:
2004-10-20T17:01:08+13:00 (20 years ago)
Author:
mdewsnip
Message:

Commented out an exception for the Windows local library.

File:
1 edited

Legend:

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

    r8336 r8396  
    159159        catch (MalformedURLException error) {
    160160        DebugStream.println("Not an address.");
    161         DebugStream.printStackTrace(error);
     161        // !!! When the Local Library is used on Windows this exception is thrown -- needs to be fixed
     162        // DebugStream.printStackTrace(error);
    162163        }
    163164    }
Note: See TracChangeset for help on using the changeset viewer.