Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Eclipse RCP and advices

Hi everybody,

I created a dummy RCP project for testing AspectJ and RCP plugin
development.
I have two plugin projects, one containing aspects and the other containing
the "hello World" plugin project.

I wrote some aspects and they work very well, but i can't see the typical
marker of aspects only in the "hello world" project( where effectively the
aspects make effect) while in the aspect plugin, precisely in the aspects
defined, i see the warning saying that "advice defined in
aspects.AnnotatedLog has not been applied [Xlint:adviceDidNotMatch]".

Yeah, i know, it is only a visual problem, but it is useful for larger
projects... what is the problem here?

--
View this message in context: http://aspectj.2085585.n4.nabble.com/Eclipse-RCP-and-advices-tp3346745p3346745.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top