sbt, the interactive build tool
Go to file
Mark Harrah 64bf50cd08 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
cache lazy InputCache for recursive caches 2011-06-20 15:25:23 -04:00
interface store hashes of API instead of full API. fixes #21 2011-10-05 18:09:27 -04:00
util task execution interruptible using ctrl+c. fixes #228,#229 2011-10-18 22:43:25 -04:00
LICENSE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
NOTICE * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00