On Wednesday, August 29, 2018 at 1:23:16 PM UTC+2, [email protected] wrote: > > Thanks, Marc for your reply. > > I can only use the second file if I take the approach of running a thread > inside Agent class where I can have a second variable like destfile_backup > and dump it in there. > > But if automate via JMX style it will still use the destfile only. >
Via JMX you get access to https://www.jacoco.org/jacoco/trunk/doc/api/org/jacoco/agent/rt/IAgent.html and so method "getExecutionData" that returns "byte[]" which is exactly content for exec file see https://github.com/jacoco/jacoco/blob/v0.8.2/org.jacoco.examples/src/org/jacoco/examples/MBeanClient.java -- 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/6d4f2936-f970-470d-ac9e-5790955aa754%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
