Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AJDT and APT processors in Eclipse
AJDT and APT processors in Eclipse [message #599144] Mon, 13 October 2008 22:22
David Pytel is currently offline David PytelFriend
Messages: 4
Registered: July 2009
Junior Member
Hi,

I was wondering if there is any possibility to process an AJDT project
with an APT processor?

I'd like to generate some code using the processor. It works perfectly
fine with plain eclipse Java project. However, when I convert it to
AspectJ project the processor is called only in reconcile phase. The
problem is that files can be generated by apt processors only in Build
phase.

Now I use an ant script and an ant's apt task. It's not a very nice
solution because I can't debug my apt processor.

Is there any other solution?

Thanks,

David Pytel
Previous Topic:On Invoke 1st Bean Ok; 2nd Throws Exception!
Next Topic:inpath aspectpath and multiple projects
Goto Forum:
  


Current Time: Fri Apr 26 02:18:48 GMT 2024

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

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

Back to the top