Re: [aspectj-users] Examining a destructive read in an aspect

2011-02-02 Thread Grey, Lee
I've done what you suggested, and I think it would work fine, except that I can't get the pointcut right for the two calls I need to intercept. I seem to be getting all or nothing. What pointcut would intercept the calls to ctx.hasNextIncoming() and ctx.getNextIncoming() when they come from th

[aspectj-users] AspectJ-1.6.10 ajdoc doesn't like aj files

2011-02-02 Thread Alexandre Paz Mena
Hi, i'm trying to generate the docs for a project and I'm working on. When I run the ajdoc command from Eclipse or from the command line I get the following error: javadoc: error - Illegal package name: "src/main/java/arson/txncom/Meter_Requests.aj" And I haven't found anything like this error ex