[Repost as I forgot to add a meaningful title]

I have a folder with multiple JAR files files called /lib

from the root folder of "lib" I wanted to create a batch script, which 
executes a main file in "A.jar", but also collects information about the 
coverage of "B.jar" (A.jar has dependecies in B.jar)

A simplified version of the script I am executing is:

java.exe -ea -Xmx2g -javaagent:jacocoagent.jar=destfile=./coverage.exec -cp 
"lib/*" at.my.Main Param1 Param2

Result: I get code coverage results for all classes in "A.jar", but none 
for "B.jar".

Do you have an idea how to get results as well from "B.jar"?

If possible please answer for the Gradle plugin jacoco

Thanks for your time!

Florian

-- 
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/fbad7e15-e563-491d-80f6-c4d8eb2a8bc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to