Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Annotation Processors in Neon (4.6.0) and Maven(My custom annotation processor is not invoked in eclipse)
Annotation Processors in Neon (4.6.0) and Maven [message #1752147] Thu, 19 January 2017 04:03
Eclipse UserFriend
First of all the setup:
- Eclipse Neon (4.6.0) win64
- Maven
- GIT
- Java 8

I have a module that contains an annotation processor and a second module that contains code that should trigger the annotation processor.

For some reason the annotation processor is never triggered from within Eclipse.
If I do a mvn install then the annotation processor is executing properly, so the maven projects seems to be correct.

I tried installing the m2e-apt plugin, but that did not make any difference (tried the 3 different options of integration).

So what is the deal with annotation processors in eclipse ?
Previous Topic:I need help making a calculator in java
Next Topic:Hide running Threads while debugging vs suspended threads
Goto Forum:
  


Current Time: Sat May 24 20:03:50 EDT 2025

Powered by FUDForum. Page generated in 0.03358 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top