You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
When I import Maven project with commons-math-2.2 the library is recognized as annotation processor and registered in .factorypath file.
I scanned source files and I don't see any *Processor in math-2.2
I'm afraid it is unclear to me. I expect math-2-2 is NOT registered in .factorypath, but actually is.
If my expectation is correct then issue should be open. If my expectation is wrong please explain me my mistake
This is a known issue (see #13), hence closed as duplicate. Basically the problem is all project dependencies are currently added to the factorypath because, in some cases, ClassNotFoundExceptions could be thrown if some of these non-AP dependencies were missing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I import Maven project with commons-math-2.2 the library is recognized as annotation processor and registered in .factorypath file.
I scanned source files and I don't see any *Processor in math-2.2
Steps to reproduce: Import project https://github.com/michaldo/m2e-apt-problem2
Environment:
Eclipse Mars 4.5.2
Maven Integration for Eclipse JDT APT 1.3.0.201606081857
Window>Preferences>Maven>Annotation Processing>Automaticaly configure JDT...
The text was updated successfully, but these errors were encountered: