sbt/util
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
..
appmacro/src/main/scala/sbt/appmacro set position on parameter references in task/setting macros 2013-06-19 11:53:11 -04:00
classfile extract public inherited dependencies from Java class files 2013-05-01 17:54:10 -04:00
classpath source compatibility of ClasspathUtilities.isArchive for sbt-assembly 2013-06-20 16:37:14 -04:00
collection Experimental task progress interface. Fixes #592. 2013-06-23 19:57:30 -04:00
complete SoftInvalid parser, which defers being invalid in order to preserve a failure message on empty input. 2013-06-17 12:06:13 -04:00
control Silence boring Eclipse warnings: catching all exceptions 2013-01-22 09:05:15 -05:00
cross/src/main/input_sources -Xlint 2013-02-04 17:30:31 -05:00
datatype deprecations 2013-02-25 09:24:04 -05:00
io work around URI problems with encoding and resolving. Fixes #725 2013-04-12 12:47:44 -04:00
log Logger.Null that discards logged messages 2013-03-13 12:40:03 -04:00
process local SyncVar implementation to deal with std lib deprecations 2013-05-27 19:12:39 -04:00
relation/src Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00