Re: [m2] Maven 2 and Cobertura - 100% coverage???

2007-02-23 Thread bkbonner
OK, I'll revert back to 2.0, thanks for the tip. dan tran wrote: > > use 2.0 > > latest 2.1 is bad, and it should be taken out of repo1 > > -D > > > On 2/23/07, Arnaud Bailly <[EMAIL PROTECTED]> wrote: >> >> Hello, >> You may want to try the following configuration >> >> >> >> >> >> >

Re: [m2] Maven 2 and Cobertura - 100% coverage???

2007-02-23 Thread bkbonner
Thank you all for the suggestions. I apologize, but I am new to running cobertura. I looked at the msgs in the log and they indicated that they didn't have instrumentation for the classes in question. [cobertura] INFO [main] net.sourceforge.cobertura.reporting.html.HTMLReport - D ata file doe

Re: [m2] Maven 2 and Cobertura - 100% coverage???

2007-02-23 Thread Brad Szabo
Since the Cobertura plugin does not properly execute 'clean' by default, add the following declaration in to bind its 'clean' goal: org.codehaus.mojo cobertura-maven-plugin clean -Brad

Re: [m2] Maven 2 and Cobertura - 100% coverage???

2007-02-23 Thread Wayne Fay
Sounds like simply a bug in Cobertura. Submit a unit test and someone will surely take a look at it. Wayne On 2/23/07, bkbonner <[EMAIL PROTECTED]> wrote: btw, my plugin definition in reporting is: org.codehaus.mojo

Re: [m2] Maven 2 and Cobertura - 100% coverage???

2007-02-23 Thread Hilco Wijbenga
On 2/23/07, bkbonner <[EMAIL PROTECTED]> wrote: org.codehaus.mojo cobertura-maven-plugin "mvn clean" by default doesn't clean the Cobertura generated file. Unless this has been fix

Re: [m2] Maven 2 and Cobertura - 100% coverage???

2007-02-23 Thread bkbonner
btw, my plugin definition in reporting is: org.codehaus.mojo cobertura-maven-plugin Brian -- View this message in context: http://www.nabble.com/Maven-2-and-Cobertura---100--cover