Skip to main content



      Home
Home » Language IDEs » AspectJ » AJDT and annotation processing(ajdt apt m2e annotation processing)
AJDT and annotation processing [message #723392] Thu, 08 September 2011 09:09 Go to next message
Eclipse UserFriend
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 09:35 Go to previous message
Eclipse UserFriend
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: Sat May 17 21:49:08 EDT 2025

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

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

Back to the top