sbt/main/actions
Fred Dubois 2f4be49cf6 Added JavacLogger, for issue #68
- JavacLogger.msgs uses ListBuffer for constant time append
- Synchronized access to JavacLogger.msgs since appends comes from multiple
  threads
- JavacLogger.info uses Level.Info instead of Level.Debug
- Wrapped call to javac in allCatch to guarantee logger being flushed
2011-06-25 09:55:23 -04:00
..
AggressiveCompile.scala small change to compiling message 2011-05-31 18:37:07 -04:00
CacheIvy.scala add ChainedResolver(name: String, resolvers: Seq[Resolver]), closes #63 2011-06-20 15:25:23 -04:00
Compiler.scala Added JavacLogger, for issue #68 2011-06-25 09:55:23 -04:00
Console.scala Cache doc task 2011-04-20 18:31:10 -04:00
Doc.scala replace Path with RichFile 2011-05-14 18:21:41 -04:00
DotGraph.scala reorganize main 2011-04-08 19:15:13 -04:00
Package.scala task/setting/attribute descriptions 2011-04-20 20:18:58 -04:00
Sync.scala build sxr, api docs and use sbinary 0.4.0 2011-05-17 20:09:20 -04:00
Tests.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00