sbt/compile
Martin Duhem d125a36b6c Parse javac non-compile-errors in JavaErrorParser
Upon startup, javac may report errors because (for instance) because it
received incorrect flags. These errors were not correctly parsed by the
JavaErrorParser and were never reported to the user.

This commit fixes this problem by adding a new parsing rule in
JavaErrorParser: errors that start with the prefix "javac:" are now
correctly parsed and reported to the user.

Fixes sbt/sbt#2256
2015-11-11 14:33:30 +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 Parse javac non-compile-errors in JavaErrorParser 2015-11-11 14:33:30 +01:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00