-
Notifications
You must be signed in to change notification settings - Fork 19
Provider org.eclipse.sisu.space.SisuIndexAPT6 not found error when using m2e-apt #43
Comments
Do you have a sample project reproducing the error? |
Unfortunately, the projects i'm trying to use m2e-apt with are quite extensive, so it would be hard to provide one of these as a sample. I'll see if I can cobble one together |
the |
I still see the error with this setting. It runs my annotations, but then I get the above error. Just to clarify, i'm seeing the error when I run a maven build from an Eclipse run configuration. I'm not sure yet that it's running yet during incremental compilation. |
well m2e-apt is only relevant in the context of Eclipse builds (incremental or not), not while executing Maven build commands from the |
m2e-apt's code is now included in https://github.com/eclipse-m2e/m2e-core , please consider reporting issue to https://github.com/eclipse-m2e/m2e-core/issues if it's still relevant. |
I've installed m2e-apt in Eclipse Mars, and am running into the following error:
The error seems to occur in several different projects, regardless whether i'm directly using annotations, though perhaps dependencies are annotated, unless I explicitly disable it using
using
makes no difference. Any ideas how to fix it?
thanks, Mitchell
The text was updated successfully, but these errors were encountered: