|
|
|
|
|
|
|
|
|
|
Re: Circular dependencies [message #1234400 is a reply to message #1233969] |
Tue, 21 January 2014 17:20  |
Eclipse User |
|
|
|
Strangely enough, after I updated my project from the source-control repository the error disappeared. I'm using Eclipse Kepler with AJDT 2.2.3 and AspectJ 1.7.3, which is the latest as far as I can tell.
I got the aspects to work, kind of, by adding the aspect project to the class-path and move it above the target projects. Now my aspects are being woven in and executed when I run the application. However, the output is quite different. Advice has been woven in at places where it wasn't before, most notably within the advice code itself despite a !within(<AspectClass>) clause to keep it out. And advice was left out at at least one place where it was woven in before. And quite straightforward at that, a fully qualified static function that clearly gets called but no aspect advice. And no more gutter icons to guide me...
Thanks for the pointers though, at least I learned a few useful things from your advice.
|
|
|
Powered by
FUDForum. Page generated in 0.07292 seconds