sbt/tasks/src/main/scala/sbt
Mark Harrah 1cc2f57e15 Experimental task progress interface. Fixes #592.
Set sbt.task.timings=true to print timings for tasks.
This sample progress handler shows how to get names for tasks and
deal with flatMapped tasks.  There are still some tasks that make
it through as anonymous, which needs to be investigated.

A setting to provide a custom handler should come in a subsequent commit.
2013-06-23 19:57:30 -04:00
..
CompletionService.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
ConcurrentRestrictions.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
Execute.scala Experimental task progress interface. Fixes #592. 2013-06-23 19:57:30 -04:00
ExecuteProgress.scala Experimental task progress interface. Fixes #592. 2013-06-23 19:57:30 -04:00
Incomplete.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
Node.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
Result.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00