Ignore:
Timestamp:
2017-04-07T18:38:05+12:00 (7 years ago)
Author:
ak19
Message:

Porting the modifications for SafeProcess.java from GS3 src code to GLI. Now GLI also uses the new SafeProcess.CustomProcessHandler instead of the LineByLineHandler whose process flow may have been less transparent to developers. GLI's updated SafeProcess.java has now been tested successfully against DownloadPane, GS3ServerThread and FormatConversionDialog all of which use SafeProcess.java since yesterday. Things that worked still work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/DownloadPane.java

    r31585 r31593  
    280280        // This time we expect XML to have come out of the process std error stream.
    281281        String errStreamOutput = process.getStdError();
     282        ///System.err.println("*********\nDownload Pane data, got:\n" + errStreamOutput + "\n**********\n");
    282283        StringReader xmlStrReader = new StringReader(errStreamOutput);
    283284        document = XMLTools.parseXML(xmlStrReader);
Note: See TracChangeset for help on using the changeset viewer.