Changeset 5908


Ignore:
Timestamp:
2003-11-20T10:15:30+13:00 (20 years ago)
Author:
jmt12
Message:

New collection processes, ie mkcol.pl calls, are no longer passed through the stream listening loop as it seems to hang there for some unknown reason

File:
1 edited

Legend:

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

    r5904 r5908  
    186186        StringBuffer eline_buffer = new StringBuffer();
    187187        StringBuffer stdline_buffer = new StringBuffer();
    188         while(processRunning(prcs) && !hasSignalledStop()) {
     188        while(type != GShell.NEW && processRunning(prcs) && !hasSignalledStop()) {
    189189        // Hopefully this doesn't block if the process is trying to write to STDOUT.
    190190        if(eisr.ready()) {
Note: See TracChangeset for help on using the changeset viewer.