Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] JP Matching report?

Hi Andrew, all,

I have been making good progress in my little JP Matching report plugin, but now am facing another problem: I'd like to know about precedence declarations in my aspects. I've tried to catch them in my IAdviceChangedListener using the getRelationshipsForProject (AJRelationshipManager.getAllRelationshipTypes()) of the AJProjectModelFacade, but apparantly this is not a relationship that shows up there. How can I get to this information?

Thanks in advance!

On 13 Jan 2009, at 15:36, Andrew Eisenberg wrote:

Hi Johan!

Well, you can get this information if you do a regular compile through
AJDT.  There is an API that you can use.  See:
http://wiki.eclipse.org/Developer%27s_guide_to_building_tools_on_top_of_AJDT_and_AspectJ

This may not be exactly what you are looking for, but it might be a start.

--
Johan Fabry
jfabry@xxxxxxxxxxxxx - http://dcc.uchile.cl/~jfabry
PLEIAD Lab - Computer Science Department (DCC) - University of Chile





Back to the top