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
--
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/fbf0b6b2-7063-4260-967a-a4d8ebee4482%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.