Ignore:
Timestamp:
2008-07-02T09:04:06+12:00 (16 years ago)
Author:
davidb
Message:

Support for 'collectgroup' added, whereby Greenstone 2 collections can be grouped into different sets of collections. Thought I had all the angles covered but it turns out I've overlooked the case of 'base this on' collection feature of GLI, which currently doesn't know about the collectgroup feature. Committing what I have for now, as since there are no instructions on how to use this feature, no one is going to activating it

File:
1 edited

Legend:

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

    r14974 r16267  
    252252        Process process = runtime.exec(args);
    253253
    254         /*
     254       
    255255        for (int i=0; i<args.length; i++) {
    256256            System.err.print(args[i] + " ");
    257257        }
    258258        System.err.println("");
    259         */
     259       
    260260
    261261
Note: See TracChangeset for help on using the changeset viewer.