Hi All, Im running jacocoagent.jar inside docker contanier by passing JAVA_OPTS options. Everything is fine except for the part that im not able to generate output file for execution data. I see the file getting generated but its blank. Nothing is present in the file.
Command: java -javaagent:/appl/si/resources/jacocoagent.jar=append=true,output=file,destfile=/appl/si/resources/jacoco.exec -jar linkage.jar This runs inside the docker container and i see the file "jacoco.exec" getting generated but with size 0. Anybody knows what is wrong in the approach i have choosen? ls -lrt: -rwxrwxrwx. 1 root root 281427 Apr 23 12:02 jacocoagent.jar -rw-r--r--. 1 root 40002 0 Apr 27 12:50 jacoco.exec Please help! Thanks, Amith -- 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/bb11dc95-e3f3-4188-9d67-020ed0d04a2f%40googlegroups.com.
