Ignore:
Timestamp:
2005-08-01T12:10:30+12:00 (19 years ago)
Author:
mdewsnip
Message:

Added a new "-gliserver_url" command-line option for running a local GLI and using a remote Greenstone for building.

File:
1 edited

Legend:

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

    r10330 r10367  
    4040    public String collect_directory_path = null;
    4141    public String filename = null;
     42    public String gliserver_url_string = null;
    4243    public String gsdl_path = null;
    4344    public String gsdl3_path = null;
     
    189190            library_url_string = argument_value;
    190191            }
     192            // Specify the URL to the gliserver CGI script for remote collection building
     193            else if (argument_name.equals(StaticStrings.GLISERVER_URL_ARGUMENT)) {
     194            gliserver_url_string = argument_value;
     195            }
    191196            // Parse the path to PERL. If not provided it assumes
    192197            // perl should be availble on the PATH.
Note: See TracChangeset for help on using the changeset viewer.