sbt/util
Mark Harrah 77092b7888 resolver keys, javaHome, scalaHome, and change Java source resolution
- rename resolvers to fullResolvers, baseResolvers to resolvers
- if set, use javaHome for compilation as well as running
- add scalaHome configuration for easily configuring scalaInstance
   for a local Scala installation
- no longer require source roots for Java sources.  Instead, resolve
   ambiguities by package name and then distance to root.  Common
   package suffixes in different directories within the same project
   are a potential problem.
2011-03-09 18:07:43 -05:00
..
classfile resolver keys, javaHome, scalaHome, and change Java source resolution 2011-03-09 18:07:43 -05:00
classpath fix - error 2011-03-05 07:37:03 -05:00
collection join for tasks and settings 2011-03-01 08:48:14 -05:00
complete add 'seq' combinator that applies one or more parsers, collecting all valid results 2011-02-21 10:00:40 -05:00
control first shot at general command/definition model 2010-07-17 12:07:41 -04:00
datatype improving incremental compilation 2010-10-22 21:55:16 -04:00
env * move Environment classes to util/env module 2010-07-14 19:24:50 -04:00
io continuous polling interval now in milliseconds 2011-03-01 08:51:14 -05:00
log success indication and timestamps for actions 2011-03-06 21:57:31 -05:00
process add another Process constructor 2010-09-27 18:50:17 -04:00