Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » add the aspectj nature in my plugin
add the aspectj nature in my plugin [message #592036] Tue, 31 January 2006 17:56
Luca Zenti is currently offline Luca ZentiFriend
Messages: 4
Registered: July 2009
Junior Member
Hi, I'm developing an eclipse plugin that doesn't use aspectj on its own
classes but needs to weave the classes of the projects it is applied to
when deployed (I have a custom nature). All the aspects I need are
contained in the plugin itself.

The first thing I tried is to add the aspectj nature to the project when I
add my own one but I have to use an internal ajdt class (AspectJUtils) and
it does the job asynchronously, hence I can't do the rest of the job in
the same action.

Copy and paste the code from the internal classes of ajdt doesn't appear
to be a good idea, so any suggestion?

What exactly is a "aspectj-enabled plugin"? Doesn't seem to fit my problem
from the docs, but I can surely miss something.

Thanks a lot in advance.

Luca.
Previous Topic:ajdt support ast.newPointCutDeclartion() now?
Next Topic:Which version for Websphere WSAD
Goto Forum:
  


Current Time: Fri Apr 26 21:03:22 GMT 2024

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

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

Back to the top