sbt/util
Mark Harrah 5fd3c1d2e5 task execution interruptible using ctrl+c. fixes #228,#229
- interrupts task execution only
- no further tasks scheduled
- existing tasks interrupted
- a task must terminate any other started threads when interrupted
- set cancelable to true to enable
- currently, 'run' properly terminates if the application properly
   terminates when interrupted
- 'console' does not, 'test' depends on the test framework

- also bundled: set connectInput to true to connect standard input to forked run
2011-10-18 22:43:25 -04:00
..
classfile support incremental recompilation when using exportJars. fixes #108 2011-07-18 17:14:22 -04:00
classpath directly read compiler.properties so that Scala classes don't need to be loaded when no work needs to be done. 2011-10-05 18:09:27 -04:00
collection task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00
complete add support for a masked readline 2011-10-13 20:42:39 -04:00
control error handling adjustments, including showing failing task in red (for #29) 2011-05-30 22:10:01 -04:00
datatype port build to 0.10, fixes #30 2011-06-10 07:58:18 -04:00
env replace Path with RichFile 2011-05-14 18:21:41 -04:00
io method to create temporary directory in arbitrary directory 2011-08-05 21:56:32 -04:00
log part II of fix for #90 2011-07-09 16:54:41 -04:00
process task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00