Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » How to aspectize a set of eclipse plugins?
How to aspectize a set of eclipse plugins? [message #37497] Tue, 22 June 2004 02:17 Go to next message
Eclipse UserFriend
Originally posted by: Michael-Scharf.gmx.de

Hi,

I have a very simple problem: I want to aspectize some of our
eclipse plugins (for logging and debugging purposes). We want to
have the aspects in separate plugins (or alt least not to copy
the aspects into each of the plugins).

Is there somewhere a description how to use AJDT for eclipse
plugins?

I spend some hours but I was not able to get it to
run. Any help/links appreciated.

Michael
Re: How to aspectize a set of eclipse plugins? [message #37531 is a reply to message #37497] Tue, 22 June 2004 12:05 Go to previous message
George Harley is currently offline George HarleyFriend
Messages: 70
Registered: July 2009
Member
Hi Michael,

There has been some recent activity in this area that was prompted by
AJDT defect 62625 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=62625).

With the release of AJDT 1.1.11, converting your plug-in projects to
Aspect projects will automatically add a plug-in dependency on AJDT
plug-in org.aspectj.ajde that contains the AspectJ runtime library.
As indicated in the defect information, the org.aspectj.ajde plug-in
contains far more than just the AspectJ runtime library that your
"aspectized" plug-ins will need to run and so is larger than it should
be for a runtime dependency. This will be fixed in a subsequent
release of AJDT when the AspectJ runtime will be split into a dedicated,
more lightweight plug-in.

Hope this helps,
George


Michael Scharf wrote:
> Hi,
>
> I have a very simple problem: I want to aspectize some of our
> eclipse plugins (for logging and debugging purposes). We want to
> have the aspects in separate plugins (or alt least not to copy
> the aspects into each of the plugins).
>
> Is there somewhere a description how to use AJDT for eclipse
> plugins?
>
> I spend some hours but I was not able to get it to
> run. Any help/links appreciated.
>
> Michael
>
Re: How to aspectize a set of eclipse plugins? [message #580815 is a reply to message #37497] Tue, 22 June 2004 12:05 Go to previous message
George Harley is currently offline George HarleyFriend
Messages: 70
Registered: July 2009
Member
Hi Michael,

There has been some recent activity in this area that was prompted by
AJDT defect 62625 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=62625).

With the release of AJDT 1.1.11, converting your plug-in projects to
Aspect projects will automatically add a plug-in dependency on AJDT
plug-in org.aspectj.ajde that contains the AspectJ runtime library.
As indicated in the defect information, the org.aspectj.ajde plug-in
contains far more than just the AspectJ runtime library that your
"aspectized" plug-ins will need to run and so is larger than it should
be for a runtime dependency. This will be fixed in a subsequent
release of AJDT when the AspectJ runtime will be split into a dedicated,
more lightweight plug-in.

Hope this helps,
George


Michael Scharf wrote:
> Hi,
>
> I have a very simple problem: I want to aspectize some of our
> eclipse plugins (for logging and debugging purposes). We want to
> have the aspects in separate plugins (or alt least not to copy
> the aspects into each of the plugins).
>
> Is there somewhere a description how to use AJDT for eclipse
> plugins?
>
> I spend some hours but I was not able to get it to
> run. Any help/links appreciated.
>
> Michael
>
Previous Topic:How to aspectize a set of eclipse plugins?
Next Topic:Aspect Visualizer not properly updated
Goto Forum:
  


Current Time: Tue Mar 19 05:38:19 GMT 2024

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

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

Back to the top