Changeset 10208


Ignore:
Timestamp:
2005-07-05T12:23:46+12:00 (19 years ago)
Author:
davidb
Message:

Retrieval of building/build.cfg now done in a platform independent way.

File:
1 edited

Legend:

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

    r9895 r10208  
    611611            File buildDir = new File(Gatherer.c_man.getCollectionBuildingDirectoryPath());
    612612            Utility.delete(buildDir); // remove current build dir
    613             //buildDir.mkdir(); //Make a clean dir
    614             GathererApplet.download_url_zip(col_name, "building/build.cfg", this, "", ""); //Only need build.cfg
    615             //Maybe change to GathererApplet.download_url_zip(col_name, "building", this, "build.cfg")
     613            //Only need build.cfg
     614            GathererApplet.download_url_zip(col_name, "building", this, ".*build\\.cfg", "");
    616615            if (!hasSignalledStop()) {
    617616            Utility.unzip(Gatherer.getCollectDirectoryPath(), col_name);
Note: See TracChangeset for help on using the changeset viewer.