Changeset 6056


Ignore:
Timestamp:
2003-12-01T11:48:04+13:00 (20 years ago)
Author:
kjdon
Message:

put the whole path in the output for successful export

File:
1 edited

Legend:

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

    r5922 r6056  
    309309   
    310310    args[0] = coll_names.toString();
     311    args[1] = Gatherer.config.gsdl_path+"tmp"+File.separator;
    311312    if(cd_title.equals("")) {
    312         args[1] = "exported_collections";
     313        args[1] += "exported_collections";
    313314    } else {
    314         args[1] = "exported_"+cd_title.replaceAll("\\s","");
     315        args[1] += "exported_"+cd_title.replaceAll("\\s","");
    315316    }
    316317    if (success) {
Note: See TracChangeset for help on using the changeset viewer.