[java code coverage] Can't find the correct syntax for parameter in jacoco:report-aggregate

2016-10-13 Thread chris . nehind
Hello, As described in http://www.eclemma.org/jacoco/trunk/doc/report-aggregate-mojo.html, I'm trying to use the parameter in jacoco:report-aggregate: org.jacoco jacoco-maven-plugin 0.7.7.201606060606

[java code coverage] can jacoco results be diffents depending on jdk, os , agent and maven plugin

2016-10-13 Thread ponsonio
Can they data generated by jacoco files be diffent depending on one of those? jdk/os/agent/maven plugin... ?? -- 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

Re: [java code coverage] Simple questions about JaCoCo design (agent.rt).

2016-10-13 Thread Marc R. Hoffmann
Hi Roberto, it is because the agent can be considered as a plain resource. It has no API. The module org.jacoco.agent provide an API to retrieve the agent as a resource. Regards, -marc On 14.10.16 01:54, Roberto Andrioli wrote: Hey guys, I have a simple question about the JaCoCo design. I