sbt/run
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
..
Fork.scala task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00
NOTICE move remaining pieces of sbt subproject to sbt_pending and fix notices 2010-09-21 21:55:50 -04:00
Run.scala task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00
SelectMainClass.scala minor rework of main class selection 2010-09-27 18:52:13 -04:00
TrapExit.scala task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00