Ignore:
Timestamp:
2005-02-16T11:58:56+13:00 (19 years ago)
Author:
mdewsnip
Message:

First stab at adding a -collectdir option to the GLI. This is designed for people running the GLI in a network environment -- rather than everyone requiring an installation of Greenstone and the GLI, it can be installed once and each user uses the -collectdir argument to specify their own, private collect directory. Previewing collections would likely require setting up symbolic links to the users collect directories.

File:
1 edited

Legend:

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

    r9039 r9055  
    8686        gatherer.feedback_dialog = dlg;
    8787    }
    88    
     88
     89    if (go.collect_directory_path != null) {
     90        // Use non-standard collect directory (for when running one GLI in a network environment)
     91        Gatherer.setCollectDirectoryPath(go.collect_directory_path);
     92    }
     93
    8994    // Splash screen.
    9095    Splash splash = new Splash();
Note: See TracChangeset for help on using the changeset viewer.