Hi, I am trying to implement JaCoCo for UAT for an application hosted on customised Weblogic server. it does not have traditional setDomainenv.sh nor we can use Admin console to update JVM parameters. So to add JaCoCo agent i updated startup script with the following command.
java -javaagent:[path to jacocoagent.jar]=destFile=[path to destfile],append=false Now it created jacoco.exec at the desired location, however size of the file is 58B. Ideally it should be 0B. Now when I do my UAT and bring the server down ( gracefully ) nothing is written in the file. Size of the file is still same as 58B. Could anybody throw the light as what I might be doing wrong. Thanks Amar -- 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/dd24725f-5856-4124-b71e-69e18802494a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
