RE: Problem with Cobertura plugin

2007-09-14 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) I get

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: ?xml version=1.0 encoding=UTF-8? project xmlns=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-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 having this

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:

Re: Problem with Cobertura plugin

2007-09-13 Thread Wayne Fay
Send your plugin node with configuration 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