Ignore:
Timestamp:
2005-08-01T10:59:47+12:00 (19 years ago)
Author:
mdewsnip
Message:

Now sets the gli directory path correctly.

File:
1 edited

Legend:

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

    r10342 r10362  
    7777    }
    7878
     79    // We have a local GLI
     80    Gatherer.setGLIDirectoryPath(System.getProperty("user.dir") + File.separator);
     81
    7982    // Create an instance of the Gatherer class, which will parse the args and prepare the rest of the GLI
    8083    Gatherer gatherer = new Gatherer(args);
Note: See TracChangeset for help on using the changeset viewer.