mirror of https://github.com/sbt/sbt.git
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 |
||
|---|---|---|
| .. | ||
| api | ||
| inc | ||
| integration/src/main/scala/sbt/compiler | ||
| interface | ||
| ivy/src/main/scala/sbt/compiler | ||
| persist | ||
| src | ||
| NOTICE | ||