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 noticed that the 
*agent.rt* is deployed to Maven central as a classifier (runtime) 
from artifact *agent*. There is any reason for that?


I'm guessing that this is due the fact that the *agent.rt* is built as 
a standalone JAR (with ASM included) and is not supplied wirh Javadoc 
and Sources (a requirement for Sonatype).


This is right? there is any other reason?

Regards

Roberto
--
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 jacoco+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/8500294d-fd0d-4a66-ad0a-c56c37b8097a%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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 jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/d2440152-7da7-4918-f2d8-28ae990a3eb7%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.


[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 email 
to jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/fb72d7da-6554-4bc2-ad7e-0aeb15f01f55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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


report-aggregate
verify

report-aggregate


**/*.exec







Maven replies:
"[ERROR] Failed to execute goal 
org.jacoco:jacoco-maven-plugin:0.7.7.201606060606:report-aggregate 
(report-aggregate) on project virtualization-jacoco-aggregate: Unable to parse 
configuration of mojo 
org.jacoco:jacoco-maven-plugin:0.7.7.201606060606:report-aggregate for 
parameter dataFileIncludes: Cannot assign configuration entry 
'dataFileIncludes' with value '**/*.exec' of type java.lang.String to property 
of type java.util.List -> [Help 1]

Please, can someone explain what's the right syntax to use this parameter?
Thanks.

Chris

-- 
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 jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/c0ef7bbe-b578-4560-b946-0de3f1edda1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.