Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top