Ignore:
Timestamp:
2017-04-06T15:24:43+12:00 (7 years ago)
Author:
ak19
Message:

Removed debugging and other minor cosmetic changes after successful Windows testing of the new SafeProcess class used by the modified GS2PerlConstructor.runPerlCommand() method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/build/CollectionConstructor.java

    r31572 r31578  
    2525    protected EventListenerList listeners = null;
    2626    /** A flag used to determine if this process has been asked to cancel. */
    27     protected boolean cancel = false;
     27    protected boolean cancel = false; // Not really used (in any way that works)
    2828    /** Stores the name of the manifest file (if one is needed) */
    2929    protected String manifest_file = null;
    30     /** The URL params constructed as a query string, representing the CGI QUERY_STRING to the process */
    31     protected String query_string = null;
     30    /** The URL params constructed as a query string, representing the CGI QUERY_STRING to the process */
     31    protected String query_string = null;
    3232
    3333    public CollectionConstructor(String name)
Note: See TracChangeset for help on using the changeset viewer.