sbt/compile
Josh Suereth 70cdce0830 Create a new API for calling Java toolchains.
* Create a new sbt.compiler.javac package
* Create new interfaces to control running `javac` and `javadoc` whether forked or local.
* Ensure new interfaces make use of `xsbti.Reporter`.
* Create new method on `xsbti.compiler.JavaCompiler` which takes a `xsbti.Reporter`
* Create a new mechanism to parse (more accurately) Warnings + Errors, to distinguish the two.
* Ensure older xsbti.Compiler implementations still succeed via catcing NoSuchMethodError.
* Feed new toolchain through sbt.actions.Compiler API via dirty hackery until we can break things in sbt 1.0
* Added a set of unit tests for parsing errors from Javac/Javadoc
* Added a new integration test for hidden compilerReporter key, including testing threading of javac reports.

Fixes #875, Fixes #1542,  Related #1178 could be looked into/cleaned up.
2014-10-29 20:06:08 -04:00
..
api Use Option.apply instead of Some.apply in ClassToAPI 2014-09-24 23:05:52 +02:00
inc Don't hardcode existing relations in TextAnalysisFormat 2014-09-11 14:45:47 +02:00
integration/src/main/scala/sbt/compiler Create a new API for calling Java toolchains. 2014-10-29 20:06:08 -04:00
interface Create a new API for calling Java toolchains. 2014-10-29 20:06:08 -04:00
ivy/src/main/scala/sbt/compiler added scalariform 2014-05-01 12:50:07 -04:00
persist Don't hardcode existing relations in TextAnalysisFormat 2014-09-11 14:45:47 +02:00
src Create a new API for calling Java toolchains. 2014-10-29 20:06:08 -04:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00