Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AJDT and annotation processing(ajdt apt m2e annotation processing)
AJDT and annotation processing [message #723392] Thu, 08 September 2011 13:09 Go to next message
Ivica Loncar is currently offline Ivica LoncarFriend
Messages: 41
Registered: July 2009
Member
With plain java projects annotation processing works fine:

```
!ENTRY org.eclipse.jdt.apt.pluggable.core 1 1 2011-09-08 14:40:05.905
!MESSAGE Running JPAAnnotationProcessor
```

but when I enable ajdt annotation processors aren't run. Do you have any ideas?


Btw. If it matters I'm configuring apt from m2e configurer using apt API.
Source code available at:
https://github.com/ilx/m2e-annotations


AJDT:

Version: 2.1.3.e37x-20110628-1900
AspectJ version: 1.6.12.20110613132200


Eclipse - STS:
Version: 2.7.1.RELEASE
Build Id: 201107091000

M2E - 1.0.0.20110607-2117

Re: AJDT and annotation processing [message #723408 is a reply to message #723392] Thu, 08 September 2011 13:35 Go to previous message
Ivica Loncar is currently offline Ivica LoncarFriend
Messages: 41
Registered: July 2009
Member
As suggested in bug 169857 I have manually edited .project file and added:


		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>


and annotation processing is being triggered.

I configure AJDT and QUERYDSL projects through m2e configurators so this is not acceptable workaround for me.

Previous Topic:Error if super class not carrying annotation
Next Topic:problem using method param in after advice
Goto Forum:
  


Current Time: Fri Apr 19 21:11:02 GMT 2024

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

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

Back to the top