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 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'
> >
> > Cause: Class name which was explicitly given in configuration using
> > 'implementation' attribute:
> > 'org.codehaus.mojo.cobertura.configuration.ConfigCheck' cannot be
> > loaded
> >
> >
> > But when I run it from a console (typing mvn cobertura:cobertura), I
> > have no problems.
> >
> > I thought that m2eclipse does the same thing than running from console
> > but inside eclipse and with some "IDE" benefits, but now I can see
> > that its not the same thing.
> >
> > Any advices?
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 

Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---


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












org.apache.maven.plugins
maven-surefire-plugin





net.sourceforge.cobertura.datafile



target/cobertura/cobertura.ser






org.codehaus.mojo
cobertura-maven-plugin
2.1





ar/com/panenergy/bdrc/tests/**/*.class









Thanks for you help!

2007/9/14, Thomas Fischer <[EMAIL PROTECTED]>:
> 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 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'
> >
> > Cause: Class name which was explicitly given in configuration using
> > 'implementation' attribute:
> > 'org.codehaus.mojo.cobertura.configuration.ConfigCheck' cannot be
> > loaded
> >
> >
> > But when I run it from a console (typing mvn cobertura:cobertura), I
> > have no problems.
> >
> > I thought that m2eclipse does the same thing than running from console
> > but inside eclipse and with some "IDE" benefits, but now I can see
> > that its not the same thing.
> >
> > Any advices?
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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)
> 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'
>
> Cause: Class name which was explicitly given in configuration using
> 'implementation' attribute:
> 'org.codehaus.mojo.cobertura.configuration.ConfigCheck' cannot be
> loaded
>
>
> But when I run it from a console (typing mvn cobertura:cobertura), I
> have no problems.
>
> I thought that m2eclipse does the same thing than running from console
> but inside eclipse and with some "IDE" benefits, but now I can see
> that its not the same thing.
>
> Any advices?
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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'
>
> Cause: Class name which was explicitly given in configuration using
> 'implementation' attribute:
> 'org.codehaus.mojo.cobertura.configuration.ConfigCheck' cannot be
> loaded
>
>
> But when I run it from a console (typing mvn cobertura:cobertura), I
> have no problems.
>
> I thought that m2eclipse does the same thing than running from console
> but inside eclipse and with some "IDE" benefits, but now I can see
> that its not the same thing.
>
> Any advices?
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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'

Cause: Class name which was explicitly given in configuration using
'implementation' attribute:
'org.codehaus.mojo.cobertura.configuration.ConfigCheck' cannot be
loaded


But when I run it from a console (typing mvn cobertura:cobertura), I
have no problems.

I thought that m2eclipse does the same thing than running from console
but inside eclipse and with some "IDE" benefits, but now I can see
that its not the same thing.

Any advices?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]