Ignore:
Timestamp:
2010-08-24T19:49:00+12:00 (14 years ago)
Author:
ak19
Message:

More changes for ticket 152: making the collectdir moveable. When using server.exe, if GLI was last shutdown when another collectdir was active, this needs to be read in from the user config.xml by GLI, and server.exe needs to use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java

    r20447 r22771  
    410410       
    411411    // If we're using the Local Library we must release the collection before writing to the collect.cfg file
    412     String collection_name = CollectionManager.getLoadedCollectionName ();
     412    String collection_name = CollectionManager.getLoadedCollectionName (false); // url style slash
    413413    boolean collection_released = false;
    414414    if (Gatherer.c_man.built () && LocalLibraryServer.isRunning () == true) {
Note: See TracChangeset for help on using the changeset viewer.