sbt/compile
Martin Duhem 4a4a3ca94e Report failed compilation if errors are registered.
In some cases, the local java compiler may report compilation errors,
but succeed in compiling the source files (for instance, if there are
encoding problems in the source). However, the command line javac will
report a failed compilation on the same input.

To have the local java compiler behave like the forked java compiler, we
now report the compilation as failed if error messages have been
registered during compilation.

Fixes sbt/sbt#2228
2015-11-11 14:21:54 +01:00
..
api Add support for parsing system classes. 2015-09-18 16:37:22 -07:00
inc Merge pull request #2158 from twitter-forks/stuhood/fix-error-message-when-name-hashing-is-enabled 2015-08-18 17:55:43 -04:00
integration/src/main/scala/sbt/compiler Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
interface Fix additional warnings 2015-08-07 00:23:14 +02:00
ivy/src/main/scala/sbt/compiler Fix deprecation messages 2015-09-04 12:25:59 +02:00
persist Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
src Report failed compilation if errors are registered. 2015-11-11 14:21:54 +01:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00