Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » RCP Plugins and AspectJ
RCP Plugins and AspectJ [message #67007] Wed, 13 September 2006 18:50 Go to next message
Eclipse UserFriend
Originally posted by: canterburry.gmail.com

I am thinking of using Aspectj to weave some into my plugins on an RCP
platform...will this work properly with Eclipse's plugin activation and
plugin dependency approach?

I presume people have tired this. Any negative experiences?

Thanks
-HC
Re: RCP Plugins and AspectJ [message #67015 is a reply to message #67007] Thu, 14 September 2006 11:07 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
I know that it has been done successfully. It's really not much
difference to weaving plugins for use in the Eclipse SDK. When you
convert a plugin project to an AspectJ project it should prompt to add a
plugin dependency on the org.aspectj.runtime plugin. You then need to
make sure this plugin is included when you export the feature/product.
Shout if you hit any problems.

Regards,

Matt.

HC wrote:
> I am thinking of using Aspectj to weave some into my plugins on an RCP
> platform...will this work properly with Eclipse's plugin activation and
> plugin dependency approach?
>
> I presume people have tired this. Any negative experiences?
>
> Thanks
> -HC
>
Re: RCP Plugins and AspectJ [message #594763 is a reply to message #67007] Thu, 14 September 2006 11:07 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
I know that it has been done successfully. It's really not much
difference to weaving plugins for use in the Eclipse SDK. When you
convert a plugin project to an AspectJ project it should prompt to add a
plugin dependency on the org.aspectj.runtime plugin. You then need to
make sure this plugin is included when you export the feature/product.
Shout if you hit any problems.

Regards,

Matt.

HC wrote:
> I am thinking of using Aspectj to weave some into my plugins on an RCP
> platform...will this work properly with Eclipse's plugin activation and
> plugin dependency approach?
>
> I presume people have tired this. Any negative experiences?
>
> Thanks
> -HC
>
Previous Topic:RCP Plugins and AspectJ
Next Topic:Is it possible to capture a newly initialized object in call pointcut?
Goto Forum:
  


Current Time: Fri Mar 29 06:57:08 GMT 2024

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

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

Back to the top