Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

commons-math-2.2 is recognized as annotation processor #54

Closed
michaldo opened this issue Jun 9, 2016 · 3 comments
Closed

commons-math-2.2 is recognized as annotation processor #54

michaldo opened this issue Jun 9, 2016 · 3 comments

Comments

@michaldo
Copy link

michaldo commented Jun 9, 2016

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...

@fbricon
Copy link
Member

fbricon commented Jun 9, 2016

This is a duplicate of #13.

@fbricon fbricon closed this as completed Jun 9, 2016
@michaldo
Copy link
Author

michaldo commented Jun 9, 2016

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

@fbricon
Copy link
Member

fbricon commented Jun 9, 2016

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants