Hi,

I don't know of a tutorial but you migth check the EclEmma documentation: http://www.eclemma.org/userdoc/

For your particular scenario EclEmma allows you to:

1) Run as many processes in parallel in coverage mode as you need
2) Request intermediate execution data dump from long-running processes like an server
3) Merge coverage data from muliple sessions.

If you can't run the JBoss server from Eclipse you can configure the JaCoCo agent manually (http://www.eclemma.org/jacoco/trunk/doc/agent.html) and read execution data with EclEmma's import options.

Cheers,
-marc


On 19.01.14 00:24, [email protected] wrote:
Hello all,

can anyone point me a doc or a tutorial, how to setup eclemma with jboss to be able to see the code coverage in eclipse for both the application server (jboss) and the remote clients (a separate VM) So I have at least 2 JVMs running parallel for the collection of the code coverage.

bye hans
--
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].
For more options, visit https://groups.google.com/groups/opt_out.

--
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to