Hi,
I want know is there any possibility is their to use combination of
output=file and output=tcp? Means on exit jvm generate exec file and on tcp request it will provide coverage data to client.
At present i am able to use any of following :-
javaagent:/var/lib_jacoco/jacocoagent.jar=destfile=/var/jacoco.exec,append=true,dumponexit=true,output=file
or
javaagent:/var/lib_jacoco/jacocoagent.jar=output=tcpserver,address=111.11.1.111,port=6300
I am ok with something like as below if it works :-
javaagent:/var/lib_jacoco/jacocoagent.jar=destfile=/var/jacoco.exec,append=true,dumponexit=true,output=tcpserver,address=111.11.1.111,port=6300
Thanks
Abhishek