Hi Martin, I submitted a bug titled "[aspects] declare precedence is not working when using 'after' advice"
Regards, Oren -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Lippert Sent: Thursday, May 15, 2008 5:54 PM To: Equinox development mailing list Subject: Re: [equinox-dev] AOSGi: declare prcedence seems to have no effect Hi Oren, > I'm using AOSGi and trying to define precedence between two aspects that > operate on the same join-point however it doesn't work (In one aspect I > defined 'declare precedence: B, A;' and still A's advice operates before B's > advice). Is AOSGi supposed to support 'declare precedence' at all? Equinox Aspects should support all of the AspectJ features, of course... ;-) Could you open a bug report against Equinox/Incubator with "[aspects]" in the subject and maybe attach a small example to reproduce the problem? That would be great. -Martin _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev _______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
