I forgot to mention:

The ant version
Apache Ant(TM) version 1.9.2 compiled on June 10 2014

The Java version
openjdk version "1.8.0_141"
OpenJDK Runtime Environment (build 1.8.0_141-b16)
OpenJDK 64-Bit Server VM (build 25.141-b16, mixed mode)

The jacoco version is  0.8.1.

Also note: when I put the classpath element into the taskdef, the problem 
is gone.
So as a workaround I could use the builtin ant.home property like this:
<taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml">
    <classpath path="${ant.home}/lib/jacocoant.jar"/>
</taskdef>






-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/60de081c-aed5-464f-9ed3-7233204fadd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to