Hi Marc, my point is, that I cannot find any solution how to start the jboss in eclemma. Additionally I have restassured and other tests, which itself run in their own vms. Also this vms need to be added into one common coverage result file. I couldn't find neither a setting nor a doc how to configure my VMs to run automagically with the mutliple VMs.
Right now I am searching for a solution something like: - run jboss write the coverate to /coverage/commonresultfile - run restassured write the coverate also to /coverage/commonresultfile - run any other vm write the coverate also to /coverage/commonresultfile - in eclipse open automagically after every run the /coverage/commonresultfile or update the existing, if it is already open. Does anybody knows how to handle this? Especially, how to start the jboss in WTP to run automagically the coverage? Currently eclemma runs by itself the coverage and writes to a undefined temporary result file. If I could tell eclemma to write to a specific file it would maybe solve already my problem about the common file. But the problem with WTP and jboss is still unresolved (for me). bye hans On Sunday, January 19, 2014 11:02:00 AM UTC+1, Marc R. Hoffmann wrote: > > 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, hkai...@gmail.com <javascript:> 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 jacoco+un...@googlegroups.com <javascript:>. > > 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 jacoco+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.