Emma plugin for maven 2.0

2006-06-22 Thread Janhavi Phirke
HI, Has anybody used Emma with maven2.0? If yes, please let me know how to do it... Regards, Janhavi

Re: Emma plugin for maven 2.0

2006-06-22 Thread Tim Kettler
Hi, According to the emma website[1] there is currently no plugin for maven2. But there is a submitted plugin as a patch in their database[2] and here is the corresponing thread in their forum[3]. Also this mail[4] might be of interest. I never tried the plugin or the approach in the mail, so

Re: Emma plugin for maven 2.0

2006-06-22 Thread Subhash Chandran
Till the Emma gang come up with a maven 2 plugin, u may use the Cobertura plugin: http://mojo.codehaus.org/cobertura-maven-plugin/ Regards, Subhash. On 6/22/06, Tim Kettler <[EMAIL PROTECTED]> wrote: Hi, According to the emma website[1] there is currently no plugin for maven2. But there is a

Re: Emma plugin for maven 2.0

2006-06-22 Thread Jo Vandermeeren
Yeah, cobertura works like a charm.. Take care, Jo On 6/22/06, Subhash Chandran <[EMAIL PROTECTED]> wrote: Till the Emma gang come up with a maven 2 plugin, u may use the Cobertura plugin: http://mojo.codehaus.org/cobertura-maven-plugin/ Regards, Subhash.

Re: Emma plugin for maven 2.0

2006-06-22 Thread Janhavi Phirke
can I use the same with ant also and is it free? On 6/22/06, Subhash Chandran <[EMAIL PROTECTED]> wrote: Till the Emma gang come up with a maven 2 plugin, u may use the Cobertura plugin: http://mojo.codehaus.org/cobertura-maven-plugin/ Regards, Subhash. On 6/22/06, Tim Kettler <[EMAIL PROTEC

Re: Emma plugin for maven 2.0

2006-06-22 Thread Subhash Chandran
Cobertura is licenced under GPL: http://cobertura.sourceforge.net/license.html Like any other Java code coverage software, it has supporting Ant tasks: http://cobertura.sourceforge.net/anttaskreference.html Any specific doubts regarding Cobertura Ant tasks, u may post to the cobertura mailing

Re: Emma plugin for maven 2.0

2006-06-27 Thread Janhavi Phirke
Emma is required for my project. If you search, you can see that "maven-emma-plugin" is available but when I am writing the code in my pom.xml for it, it is not getting downloaded. I pointed my repository to that location also. I am confused whether emma plugin for maven 2.0 is really

RE: Emma plugin for maven 2.0

2006-06-27 Thread LECAN Damien
> I am confused whether emma plugin for maven 2.0 is really available or > not... > If anybody knows about this, then please let me know... According to this page http://emma.sourceforge.net/maven-emma-plugin/ this plugin is only avalaible for M1