Re: how to EMMA-instrument dependencies

2009-03-18 Thread Stephen Connolly
gt; > http://maven.apache.org/guides/mini/guide-maven-classloading.html > > Should be possible but there's a real work to do. > > -Message d'origine- > De : vasiliy.bara...@sun.com [mailto:vasiliy.bara...@sun.com] > Envoyé : mercredi 18 mars 2009 16:48 >

RE: how to EMMA-instrument dependencies

2009-03-18 Thread COURCY Michael
;mode="overwrite" > > > > > > > > > Thus running > > Mvn package -P instrument > > produce an instrumented war > > And > > Mvn package > > Produce a regular one

Re: how to EMMA-instrument dependencies

2009-03-18 Thread Vasiliy Baranov
ce an instrumented war And Mvn package Produce a regular one Good luck, emma rocks !! -Message d'origine- De : vasiliy.bara...@sun.com [mailto:vasiliy.bara...@sun.com] Envoyé : mercredi 18 mars 2009 15:32 À : users@maven.apache.org Objet : how to EMMA-instrument dependenci

RE: how to EMMA-instrument dependencies

2009-03-18 Thread COURCY Michael
Envoyé : mercredi 18 mars 2009 15:32 À : users@maven.apache.org Objet : how to EMMA-instrument dependencies Hi, I have a Maven 2 project that depends on a number of other Maven 2 projects that are built locally and installed into the local repository. I need to instrument some of the dependency J

how to EMMA-instrument dependencies

2009-03-18 Thread Vasiliy Baranov
Hi, I have a Maven 2 project that depends on a number of other Maven 2 projects that are built locally and installed into the local repository. I need to instrument some of the dependency JARs with the EMMA coverage tool and have Maven run unit tests against instrumented JARs rather than the