sbt/compile
Mark Harrah a1c70c7462 Include jars from java.ext.dirs in incremental classpath. Fixes #678.
Ideally, we wouldn't need to construct the classpath ourselves and instead
reuse the classpath construction code from a compiler (scalac or javac).
However, we need to ensure that we only call the compiler when needed.
Because we need to construct the classpath even when compilation might
not happen, we have to duplicate classpath construction.
2013-02-22 16:31:32 -05:00
..
api short-circuit the macro check in the incremental compiler if the source isn't a Scala source file 2013-02-22 16:31:32 -05:00
inc short-circuit the macro check in the incremental compiler if the source isn't a Scala source file 2013-02-22 16:31:32 -05:00
integration/src/main/scala/sbt/compiler Include jars from java.ext.dirs in incremental classpath. Fixes #678. 2013-02-22 16:31:32 -05:00
interface Stop using Predef.error 2013-01-28 22:29:48 +01:00
ivy/src/main/scala/sbt/compiler Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
persist Add `compilations` field to `Analysis`. 2012-12-10 09:15:52 -05:00
src/main/scala/sbt Include jars from java.ext.dirs in incremental classpath. Fixes #678. 2013-02-22 16:31:32 -05:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00