Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:03
David Nouls is currently offline David NoulsFriend
Messages: 1
Registered: July 2009
Junior Member
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: Thu Sep 19 11:19:41 GMT 2024

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

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

Back to the top