Trying to get coverage from our product running on a server using JDK17. The server starts several java processes and I put the javaagent definition on each cmd line with a different port (-javaagent:jacocoagent.jar=output=tcpserver,address=localhost,port=6305,classdumpdir=jacocolog6305,includes=com.actuate.*,com.opentext.*,com.nimble.*,com.f1j.*,org.eclipse.birt.*). Everything starts up fine and I excercise some tests and then dump each java process's coverage data using ant ( <jacoco:dump) and it connects fine to the localhost:port but the .exec that it creates has no coverage data. Additionally, it doesn't create any classdump directory that I can find.
It there something I;m doiung wrong? I can't figure out what's foing on - the logging for jacoco is almost non existent. -- 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/90f38119-dd5d-481e-bb3c-7a66c208216en%40googlegroups.com.
