RE: Clover and Maven 2

2006-06-23 Thread Vincent Massol
6 17:20 To: [EMAIL PROTECTED]; users@maven.apache.org Subject: Clover and Maven 2 Hi Think I may have tracked it down ... My Junit test was a blank one, so didn't instantiate the class under test. This it would seem does not then recognise that the class has had no tests (and hence

Clover and Maven 2

2006-06-23 Thread Andrew-A . Davies
Title: Clover and Maven 2 Hi Think I may have tracked it down ... My Junit test was a blank one, so didn't instantiate the class under test. This it would seem does not then recognise that the class has had no tests (and hence has no coverage). What I was expecting was to say tha

RE: Clover and Maven 2

2006-06-23 Thread Mike Perham
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 23, 2006 8:41 AM > To: users@maven.apache.org > Cc: [EMAIL PROTECTED] > Subject: RE: Clover and Maven 2 > > Hi > > The database got created automatically. I cleaned everything, > tried what > you instru

RE: Clover and Maven 2

2006-06-23 Thread Andrew-A . Davies
Hi Vincent, As requested. Full Debug Attached. Rgds Andy -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: 23 June 2006 15:12 To: 'Maven Users List' Subject: RE: Clover and Maven 2 _ From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent

RE: Clover and Maven 2

2006-06-23 Thread Vincent Massol
_ From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 14:24 To: 'Maven Users List' Subject: RE: Clover and Maven 2 Hi Andrew, [snip] Well I could try to help you if you could run maven in debug mode (-X) and attach the console output.

RE: Clover and Maven 2

2006-06-23 Thread Andrew-A . Davies
ment Rgds Andy -Original Message- From: Janhavi Phirke [mailto:[EMAIL PROTECTED] Sent: 23 June 2006 14:26 To: Maven Users List Subject: Re: Clover and Maven 2 Is that database related to your work or you are using it just to generate

Re: Clover and Maven 2

2006-06-23 Thread Janhavi Phirke
INFO] Final Memory: 9M/17M -Original Message- From: Janhavi Phirke [mailto:[EMAIL PROTECTED] Sent: 23 June 2006 13:55 To: Maven Users List Subject: Re: Clover and Maven 2 The error is coming since the clover database is not generated. When you want to generate the Clover report, you have to generate

RE: Clover and Maven 2

2006-06-23 Thread Andrew-A . Davies
ST 2006 [INFO] Final Memory: 9M/17M -Original Message- From: Janhavi Phirke [mailto:[EMAIL PROTECTED] Sent: 23 June 2006 13:55 To: Maven Users List Subject: Re: Clover and Maven 2 The error is coming since the clover database is not generated. When you want to generate the Clover report,

Re: Clover and Maven 2

2006-06-23 Thread Janhavi Phirke
In my previous mail, the following code is to generate the report: org.apache.maven.plugins maven-clover-plugin pre-site instrument On 6/23/06, Janhavi Phirke <[EMAIL PROTEC

Re: Clover and Maven 2

2006-06-23 Thread Janhavi Phirke
The error is coming since the clover database is not generated. When you want to generate the Clover report, you have to generate the Clover database first. Otherwise no report will be generated. To generate the report, add following code in your pom.xml: org.apache.maven.plu

RE: Clover and Maven 2

2006-06-23 Thread Vincent Massol
Hi Andrew, _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 14:19 To: users@maven.apache.org Subject: Clover and Maven 2 Hi, Has anybody succesfully used clover to generate a report with Mave 2 ? Yes. I have followed docs on <h

Clover and Maven 2

2006-06-23 Thread Andrew-A . Davies
Title: Clover and Maven 2 Hi, Has anybody succesfully used clover to generate a report with Mave 2 ? I have followed docs on http://maven.apache.org/plugins/maven-clover-plugin/howto.html However, I continually get the error as below