I you have more info to do the job with the ant script, or better via maven if some workaround are possible.
You might take a look at the JaCoCo build itself: https://github.com/jacoco/jacoco/blob/master/org.jacoco.doc/pom.xml#L76
As I understand the problem is the agent will process only classes from the same project not any dependencies ?
It's not about the agent. The agent instruments all classes which are loaded into the JVM. It's about the report goal which needs the set of classes which should show up in the report.
Regards, -marc On 23.01.15 12:32, [email protected] wrote:
Ok thx for the support ! :) I you have more info to do the job with the ant script, or better via maven if some workaround are possible. As I understand the problem is the agent will process only classes from the same project not any dependencies ? Thx again !
-- 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/54C282A0.9020105%40mountainminds.com. For more options, visit https://groups.google.com/d/optout.
