No, this problem has not been reported before. It actuall took me some moments to spot the problem, but if you look closely at the exception message you will notice the type org/jacoco/asm/MethodVisitor in the signature which does only exist in the shaded version of the Ant jar.

Here you find a description of all JARs: http://www.eclemma.org/jacoco/trunk/index.html

Cheers,
-marc



On 09.02.14 16:50, Alexander Shyrokov wrote:

    it looks like you're using the all-in-one JAR jacocoant.jar on
    your class path. This contains a shaded version of ASM and cannot
    be used to for development.

Great! I removed jacocoagent.jar and jacocoant.jar from my build path and the example started to work. Thanks a lot. I assume you have seen this problem before, because I can not see how I could have deducted that information from the exception trace.


--
You received this message because you are subscribed to the Google Groups "JaCoCo 
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to