I have setup with Sonar 4.1.2, jacoco-0.6.0, JDK 1.7 and JBOSS EAP6. Following argument is set in JVM file set JAVA_OPTS=-javaagent:%AGENT_JAR_FOLDER%/jacocoagent.jar=destfile=%AGENT_JAR_FOLDER%/jacoco.exec,includes=com.xxx.* %JAVA
After navigation / execution in application when we shutdown JVM, jacoco.exec file is getting created with 1 KB Data and when executed the sonar report, it gives 0% integration coverage. I doubt that the jacoco.exec file is not properly generated. Can anybody help me in this? We even try with jacoco version 0.7.0 but did not get any success. Thanks, Chinmay -- 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]. For more options, visit https://groups.google.com/d/optout.
