Changeset 18917 for gli


Ignore:
Timestamp:
2009-04-08T14:16:24+12:00 (15 years ago)
Author:
kjdon
Message:

add -collection and -use_collection_plugin_options options to explode command, so that it will get options for the exploding plugin from the config file

File:
1 edited

Legend:

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

    r18645 r18917  
    263263    }
    264264    command_parts_list.add(LocalGreenstone.getBinScriptDirectoryPath() + "explode_metadata_database.pl");
    265    
     265    // Add in the options we preset in GLI
     266    command_parts_list.add("-collection");
     267    command_parts_list.add(Gatherer.c_man.getCollection ().getName ());
     268    command_parts_list.add("-use_collection_plugin_options");
    266269    // Add in all the options from the user
    267270    String[] explode_options = options.getValues();
Note: See TracChangeset for help on using the changeset viewer.