Ignore:
Timestamp:
2004-11-23T10:41:36+13:00 (19 years ago)
Author:
mdewsnip
Message:

Tidied up some more local library stuff.

File:
1 edited

Legend:

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

    r8621 r8622  
    185185        if (Utility.isWindows() && local_library_path != null && !GS3) {
    186186        LocalLibraryServer.start(gsdl_path, local_library_path);
     187        DebugStream.println("Having started server.exe, exec_address is: " + Configuration.exec_address);
    187188        }
    188189
    189190        // Having loaded the configuration (necessary to determine if certain warnings have been disabled) and dictionary, we now check if the necessary path variables have been provided.
    190         if (local_library_path == null && Configuration.exec_address == null) {
    191         DebugStream.println("local_library_path is null");
     191        if (Configuration.exec_address == null) {
    192192        DebugStream.println("config.exec_address is null");
    193193        missingEXEC();
Note: See TracChangeset for help on using the changeset viewer.