How to aspectize a set of eclipse plugins? [message #37497] |
Mon, 21 June 2004 22:17  |
Eclipse User |
|
|
|
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 08:05  |
Eclipse User |
|
|
|
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 08:05  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.03900 seconds