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. On Tue, Jan 13, 2009 at 10:18 AM, Johan Fabry <[email protected]> wrote: > Hi, all, > > This question is inspired by the 1.6.3 release and it's split of matching > and weaving. I've been trying to get a handle on this, but it seems that I > am too ignorant of AspectJ internals to see the light. > > My goal seems quite simple: I'd like some kind of report of pointcuts and > their shadows, i.e. take a bunch of classes and aspects (say, a list of > packages) and give me all the pointcut -> shadow associations. Ideally this > report integrates in Eclipse, so if it gives me the Eclipse jdt.core > reification of the shadow (and the pointcut, if such a reification exists), > great. If this is not possible, a filename and line number will of course > also make me happy. > > Looking at what's in the 1.6.3 release, sadly I see no way to get at this > information. I would appreciate any hints/tips/pointers to get me under way. > > Thanks in advance! > -- > Johan Fabry > [email protected] - http://dcc.uchile.cl/~jfabry > PLEIAD Lab - Computer Science Department (DCC) - University of Chile > > > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
