The commons-exec-team is pleased to announce the commons-exec-1.0.1.jar
release!

A library to reliably execute external processes from within the JVM

Changes in this version include:

Fixed Bugs:
o On a Mac, the unit tests never finish. Culprit is InputStreamPumper which
sets its stop member in the run method; however, run might really be
executed
after the stopProcessing method is called if the process
thread completes before the InputStreamPumper starts.  Issue: EXEC-33.
o Fixes NPE in DefaultExecutor.setExitValues().  Issue: EXEC-40. Thanks
to Peter Henderson.
o Copies all data from an System.input stream to an output stream of
the executed process.  Issue: EXEC-33. Thanks to Milos Kleint.

Have fun!
-commons-exec-team


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to