[aspectj-users] APT and AspectJ in the same project, using Maven

2010-09-07 Thread Sean Patrick Floyd
Hello, I have to use Annotation Processing (apt) and AspectJ in the same Maven project. Both work for themselves, but I need to create aspects based on code created by apt. So I would need binary weaving (the original source files are extended by apt). How can I enable binary weaving within

Re: [aspectj-users] how to find the end-of-method line number?

2010-09-07 Thread Ramnivas Laddad
You should probably use thisJoinPointStaticPart.getSourceLocation(). -Ramnivas On Sun, Sep 5, 2010 at 11:58 PM, Hagai Cibulski wrote: > The following turns out to be too slow: > > (and probably might be incorrect with certain compiler optimizations) > > > > *after*(): methodUnderTestExecu