Ignore:
Timestamp:
2009-05-01T14:57:14+12:00 (15 years ago)
Author:
ak19
Message:

The download panel should be available in client-gli if there's a gs2build folder inside the client-gli checkout. In such a case, the gsdl flag is set to the gs2build folder in client-gli.sh/bat scripts, and gli is launched with this. Still only partially complete: the download panel is available AND it no longer throws an exception when you try to download, but it doesn't download anything either at the moment.

File:
1 edited

Legend:

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

    r17837 r19306  
    236236        command_list.add("-S");
    237237    }
     238
     239    // the following also works for client-gli if downloading is enabled (when there's a gs2build directory inside gli)
    238240    command_list.add(LocalGreenstone.getBinScriptDirectoryPath()+"downloadfrom.pl");
    239241    command_list.add("-download_mode");
Note: See TracChangeset for help on using the changeset viewer.