Ignore:
Timestamp:
2009-05-18T16:10:45+12:00 (15 years ago)
Author:
ak19
Message:

Reverting to before recent commits for working with independently launched GSI (which wrote out URL_pending to llssite.cfg file)

File:
1 edited

Legend:

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

    r19506 r19513  
    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
    370369        DebugStream.println("Configuration.library_url = " + Configuration.library_url);
    371         if (Configuration.library_url == null && !LocalLibraryServer.isURLPending()) {
     370        if (Configuration.library_url == null) {
    372371        missingEXEC();
    373372        }
Note: See TracChangeset for help on using the changeset viewer.