From 590c4d07ef4efa989730d72340a58274d022acdc Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Wed, 11 Nov 2015 14:41:26 +0100 Subject: [PATCH] Notes for sbt/sbt#2272 --- notes/0.13.10/dont-pass-jflag-to-local-java.md | 11 +++++++++++ notes/0.13.10/parse-non-compile-errors.md | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 notes/0.13.10/dont-pass-jflag-to-local-java.md create mode 100644 notes/0.13.10/parse-non-compile-errors.md diff --git a/notes/0.13.10/dont-pass-jflag-to-local-java.md b/notes/0.13.10/dont-pass-jflag-to-local-java.md new file mode 100644 index 000000000..a1e660b63 --- /dev/null +++ b/notes/0.13.10/dont-pass-jflag-to-local-java.md @@ -0,0 +1,11 @@ + + [@Duhemm]: http://github.com/Duhemm + [1968]: https://github.com/sbt/sbt/issues/1968 + [2272]: https://github.com/sbt/sbt/pull/2272 + +### Fixes with compatibility implications + +### Improvements + +### Bug fixes +- Don't pass `-J` options to the local java compiler (issue [#1968][1968]) [#2272][2272] by [@Duhemm][@Duhemm] diff --git a/notes/0.13.10/parse-non-compile-errors.md b/notes/0.13.10/parse-non-compile-errors.md new file mode 100644 index 000000000..3d45366b7 --- /dev/null +++ b/notes/0.13.10/parse-non-compile-errors.md @@ -0,0 +1,11 @@ + + [@Duhemm]: http://github.com/Duhemm + [2256]: https://github.com/sbt/sbt/issues/2256 + [2272]: https://github.com/sbt/sbt/pull/2272 + +### Fixes with compatibility implications + +### Improvements + +### Bug fixes +- Improve `JavaErrorParser` to parse non-compile-errors (issue [#2256][2256]) [#2272][2272] by [@Duhemm][@Duhemm]