Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AJ only working in top-level RCP/plug-in
AJ only working in top-level RCP/plug-in [message #595317] Thu, 16 November 2006 08:25
Eclipse UserFriend
Originally posted by: mailto.mike-wendler.de

Hi there,

I'm having an RCP application consisting of several plug-ins (each in its
own eclipse project). On top of the top-level project a added a 'support'
RCP project which I converted to an AJ project. The application started
from this project runs just fine so project dependencies and compilation
is o.k. and anything.
The problem is that only those aspects work that crosscut classes in this
top-level 'support' project. Aspects defined on classes in the
'lower-level' projects do compile (i.e. the required classes are found
obviously) but the advice do not match. E.g. an aspect 'Test' shows the
warning 'advice in 'aj.Test' has not been applied [XLint:
adviceDidNotMatch]. The cross-references view confirms that.
The 'lower-level' projects (those I eventually want to test/enhance with
aspects) I have converted to AJ projects as well. Are there any other
preconditions for cross-cutting classes in other projects?

project structure:

support (AJ)
- demo (AJ
- framework (AJ)
- ...

Thanks a lot in advance for any hint!
Cheerio, Mike
Previous Topic:folders excluded from the build path
Next Topic:AJ only working in top-level RCP/plug-in
Goto Forum:
  


Current Time: Fri Apr 26 18:47:17 GMT 2024

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

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

Back to the top