Hi Marc, I shutdown the jvm gracefully only. Still nothing happens on the jacoco.exec. When I start the server and do "ps -ef | grep jacoco", I do see the java agent is been set : -javaagent:/xyz/home/emahaboo/work/deployment/deployment_active/xyz/site/xyz/WEB-INF/lib/org.jacoco.agent-0.5.8.201206210517.jar=includes=com.xyz.xx.*,excludes=com.xyz.xx.webclient.command.*UIBean*,output=file,address=lxdm839m7,port=6301
-Eajaz On Monday, December 8, 2014 9:07:59 PM UTC-8, Marc R. Hoffmann wrote: > The coverage data is written at the moment the JVM under test shuts > down. Make sure the tomcat server is properly shut down, not just killed. > > Regards, > -marc -- 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/908e4773-d700-4330-a608-149cabf31d91%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
