Re: Problem with Cobertura plugin

2007-09-14 Thread Mick Knutson
2.0 work great, 2.1 does not seem to work at all for me. On 9/13/07, Thomas Fischer <[EMAIL PROTECTED]> wrote: > > Cobertura 2.1 is buggy anyway, it computes wrong coverages. Try using 2.0 > > Thomas > > "Juan Ignacio Garzón" <[EMAIL PROTECTED]> schrieb am 13.09.2007 > 23:06:43: > > > Hi im h

Re: Problem with Cobertura plugin

2007-09-14 Thread Juan Ignacio Garzón
Ok! I will use 2.0 for now. Wayne here is the plugin part of my pom: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0

RE: Problem with Cobertura plugin

2007-09-13 Thread Thomas Fischer
Cobertura 2.1 is buggy anyway, it computes wrong coverages. Try using 2.0 Thomas "Juan Ignacio Garzón" <[EMAIL PROTECTED]> schrieb am 13.09.2007 23:06:43: > Hi im having this problem when using the Cobertura plugin. > > When I execute the cobertura:cobertura goal within eclipse (m2eclipse)

Re: Problem with Cobertura plugin

2007-09-13 Thread Wayne Fay
Send your node with and perhaps we can help figure out what's going on and how to fix it. Wayne On 9/13/07, Juan Ignacio Garzón <[EMAIL PROTECTED]> wrote: > Hi im having this problem when using the Cobertura plugin. > > When I execute the cobertura:cobertura goal within eclipse (m2eclipse) > I

Problem with Cobertura plugin

2007-09-13 Thread Juan Ignacio Garzón
Hi im having this problem when using the Cobertura plugin. When I execute the cobertura:cobertura goal within eclipse (m2eclipse) I get the following error: [INFO] Failed to configure plugin parameters for: org.codehaus.mojo:cobertura-maven-plugin:2.1 on the command line, specify: '-Dcheck=VALUE

Re: Problem with Cobertura

2006-03-26 Thread John Allen
Cobertura's m2 support is flakey. Maybe its been fixed. See previous posts for background - Original Message - From: "Arnaud Bailly" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Thursday, March 23, 2006 12:27 PM Subject: Re: Problem with Cobertura

Re: Problem with Cobertura

2006-03-23 Thread Arnaud Bailly
The current cobertura plugin is for maven 2.0.3. You need to build your own or retrieve a version for maven 2.0.2. AFAIK ,you can retrieve from subversion repository the revision 1377 and build it : it worked for me. regards, -- Arnaud Bailly, Dr. - Ingénieur de Recherche NORSYS 1, rue de la Ce

Re: Problem with Cobertura

2006-03-23 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, >When I am trying to use Cobertura plugin, It it generating FATAL ERROR. A little bit more information (mvn -e -X ...) would be useful... AFAIK the cobertura plugin for Maven 2 is not yet finished, but a couple of days Boris Lenzinger wro

Problem with Cobertura

2006-03-23 Thread Venkatagopalaraju
Dear Maven Users, When I am trying to use Cobertura plugin, It it generating FATAL ERROR. In my pom.xml, I just added as org.codehaus.mojo cobertura-maven-plugin clean

problem with Cobertura as Ant task

2006-01-04 Thread Mathieu Vanderwhale
I am working on Cobertura and my problem is as follows : As there is still no Maven2 Cobertura plug-in, I am trying to integrate it under an ant task. Everything goes well but the report Cobertura creates has always 0% coverage. The reason is that Cobertura needs to know where are all the c