sbt/interface/src/main/java/xsbti
Josh Suereth f0a8f5d44f 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 equals/hashCode on Modifiers. 2013-10-10 20:43:13 -07:00
compile Create a new API for calling Java toolchains. 2014-10-29 20:06:08 -04:00
AnalysisCallback.java Add support for tracking names used in Scala source files. 2013-12-03 12:27:29 +01:00
ArtifactInfo.java reorganize compilation modules 2012-04-18 08:08:25 -04:00
CompileCancelled.java Handle compilation cancellation properly. 2013-07-19 14:39:26 -07:00
CompileFailed.java more flexible scalac logging 2010-10-23 16:34:22 -04:00
F0.java Setting up compiler support and several related additions to util/io 2009-08-17 10:51:43 -04:00
Logger.java Setting up compiler support and several related additions to util/io 2009-08-17 10:51:43 -04:00
Maybe.java more flexible scalac logging 2010-10-23 16:34:22 -04:00
Position.java more flexible scalac logging 2010-10-23 16:34:22 -04:00
Problem.java move to revised warning interface in the compiler 2012-05-06 14:15:03 -04:00
Reporter.java Merge ExtendedReporter into Reporter. 2013-05-27 19:12:39 -04:00
Severity.java more flexible scalac logging 2010-10-23 16:34:22 -04:00