On Sat Feb 21 2015 at 10:12:23 Jeff MAURY <jeffma...@jeffmaury.com> wrote:

> Sure this is not a Javac problem ?
>

No it's not.
target/classes contains the
META-INF/services/javax.annotation.processing.Processor and it's put in the
classpath, and because there's no support for processorpath [1], javac
looks up annotation processors in the classpath; so it finds that file,
which references a class that you're about to compile, and tries to find
the class in the classpath, where it's obviously not.

This issue is actually known for YEARS:
https://jira.codehaus.org/browse/MCOMPILER-97

[1] https://jira.codehaus.org/browse/MCOMPILER-134

Reply via email to