Changeset 19506 for gli


Ignore:
Timestamp:
2009-05-18T13:28:08+12:00 (15 years ago)
Author:
ak19
Message:

Part of changes to how GLI deals with an independently launched GSI which uses llssite.cfg (as opposed to one that GLI launches and which uses glisite.cfg). Still need to commit the changes in LocalLibraryServer.java

File:
1 edited

Legend:

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

    r19308 r19506  
    367367
    368368        // Check that we now know the Greenstone library URL, since we need this for previewing collections
     369        // It is not necessary if an independent GSI was launched and the user hasn't pressed Enter Library yet
    369370        DebugStream.println("Configuration.library_url = " + Configuration.library_url);
    370         if (Configuration.library_url == null) {
     371        if (Configuration.library_url == null && !LocalLibraryServer.isURLPending()) {
    371372        missingEXEC();
    372373        }
Note: See TracChangeset for help on using the changeset viewer.