Hi Abhishek,
output modes are exclusive.
But dumponexit=exit and e.g. output=tcpxxx can be combined. This means
the JaCoCo agent dumps coverage data to a open connection on JVM exit.
Regards,
-marc
On 2015-09-05 20:55, [email protected] wrote:
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/796ec2d8c0a46711d66332eeb2357378%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.