Replies: 1 comment 1 reply
-
After digging deeper, I think the issue actually lies within this module ( When I patch cc @olamy |
Beta Was this translation helpful? Give feedback.
-
After digging deeper, I think the issue actually lies within this module ( When I patch cc @olamy |
Beta Was this translation helpful? Give feedback.
-
Hi!
Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=542090#c43 for the general problem.
Given the age of that bug and the lack of activity, I was thinking about possible workarounds via
plexus-compiler-eclipse
.What if
EclipseJavaCompiler
would deletetarget/generated-sources/annotations
(or.../generated-test-sources/...
) before calling ECJ?Maybe controlled by a flag?
I would really like to use ECJ in my Maven projects because it's so much faster than javac and it also minimizes the risk of differences between IDE (Eclipse) and command line, but not being able to compile without
clean
(when e.g. mapstruct is involved) is a showstopper.WDYT?
Cheers,
Falko
Beta Was this translation helpful? Give feedback.
All reactions