Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ + Cobetura

Howard,

Can you check what version of Cobertura is used by Maven plugin? AspectJ issues should be fixed in Cobertura 1.7+. Though there are some differences in Cobertura 1.7 and 1.8 in regards to custom AJ attributes support. Cobertura 1.8 is using ASM 2.2.1 which is using "pass-trough" mode to process unknown/custom attributes (like those added by AJ).

 I may be also worth to check if it work from Ant...

 regards,
 Eugene


Howard Lewis Ship wrote:
Has anyone managed to get AspectJ working with Cobetura under Maven 2?

http://cobertura.sourceforge.net/

Cobetura is open source code coverage tool. It does bytecode
enhancement and trips up over some of the AspectJ bytecode.




Back to the top