Ignore:
Timestamp:
2011-12-15T20:21:40+13:00 (12 years ago)
Author:
ak19
Message:

Need quotes around collecthome in gsdlsite.cfg to handle spaces and brackets in any non-standard collecthome path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java

    r23433 r24904  
    677677                               
    678678                Gatherer.gsdlsite_collecthome = Utility.updatePropertyConfigFile(
    679                     Gatherer.getGsdlSiteConfigFile(), "collecthome", serverColDir);
     679                    Gatherer.getGsdlSiteConfigFile(), "collecthome", "\""+serverColDir+"\"");   
    680680               
    681681                colHomeDialog.dispose();
Note: See TracChangeset for help on using the changeset viewer.