Hello, I have attached jacoco agent in catalina.bat.
set JACOCO_OPTS=-javaagent:c:/tmp/lib/jacocoagent.jar=destfile=c:/temp/jacoco.exec,append=true,includes=com.mycompany.* set JAVA_OPTS=%JAVA_OPTS% %ACTIVEMQ_OPTS% %JACOCO_OPTS% But the jacoco.exec never created while startup or shutdown. How to create the jacoco.exec file in TomEE? Is there anything I am missing? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-Code-coverage-with-JACOCO-jacoco-exec-file-does-not-create-tp4679046.html Sent from the TomEE Users mailing list archive at Nabble.com.
