Streaming output with commons-exec?
- by Stefan Kendall
Can anyone give me an example of how to stream the output of an external program executed with DefaultExecutor? I'm not finding any documentation describing how to do this.
My external process will run for several hours, so just grabbing all output data isn't feasible; it must be streamed.