Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] how to set up/config a plugin project to workwithaspectJ

Thanks a lot, Adrian. It helps.

On Tue, 2003-07-08 at 11:40, Adrian Colyer wrote:
> Hi John.
> We've used AspectJ on plugin projects very successfully - you can
> simply take your plugin project and select "convert to AspectJ
> project" from the context menu.. The action leaves all the pde
> builders intact so everything continues to work as expected.
> 
> -- Adrian
> Adrian_Colyer@xxxxxxxxxx
> 
> 
> 
> John Wang
> <jwang@xxxxxxxxxxxxxx>
> Sent by:
> aspectj-users-admin@xxxxxxxxxxx
> 
> 08/07/2003 15:39
> Please respond to
> aspectj-users
>         
>         To:      
> aspectj-users@xxxxxxxxxxx
>         cc:        
>         Subject:      
> [aspectj-users] how to
> set up/config a plugin
> project to work with
> aspectJ
> 
> 
> Here is what I am trying to do. I have set up a plugin project that is
> able to launch as running workbench from hosting workbench. I also
> have
> an aspectJ project based off ajdt. Both projects work fine separately.
> The question is how to merge these two projects or add aspectJ
> features
> to the plugin project? I was trying to create aspect(s) in the plugin
> project, but failed, since the plugin project environment wont even
> recognizes the "aspect" keyword.
> 
> I'd appreciate if anyone can help me on this issue or give any hint.
> 
> -john
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
> 


Back to the top