sbt/util/process
Daniel C. Sobral be6cd00b81 Fix file descriptor leak.
Close an InputStream when finished reading it. When given an
OutputStream to connect to a process input, close it when the
transfer is completed. Protect System.in in this latter case.
2012-02-19 16:30:30 -05:00
..
src/test/scala work on tests 2011-04-08 19:17:58 -04:00
NOTICE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
Process.scala task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00
ProcessImpl.scala Fix file descriptor leak. 2012-02-19 16:30:30 -05:00