Re: JUnit Test Converage Reporting

2003-09-09 Thread Paul Libbrecht
I might be just handwaving as I don't know these output formats but 
merging XML and doing many mainpulations on them is a real snap with 
jelly. It's beta stage makes it somewhat hard to write but it's still an 
unparallelled luxury compared to just anything available before (like 
XSLT for example).

Note that using the dom4j API is probably needed to modify existing files...

Paul

[EMAIL PROTECTED] wrote:
Yes, you'd need to manually combine the xml files clover produces.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
"Bateman, Patrick eMEDIA" <[EMAIL PROTECTED]> wrote on 
09/09/2003 07:00:12 PM:


Do you know any way to integrate the Clover Plugin with the Multiproject
features to get an overall test coverage report?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 04 September 2003 01:29
To: Maven Users List
Subject: Re: JUnit Test Converage Reporting
The Clover plugin? 
The new jcoverage plugin?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/

"Bateman, Patrick eMEDIA" <[EMAIL PROTECTED]> wrote on 
04/09/2003 04:19:23 AM:


Has anyone out there used a test coverage tool within Maven.

I want to generate a report that gives me ratios of unit tests against
concreate, abstract and interfaces, by package.
Also to report on packages that have not been covered.

Any ideas.

Thanks

Pat


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


RE: JUnit Test Converage Reporting

2003-09-09 Thread dion
Yes, you'd need to manually combine the xml files clover produces.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Bateman, Patrick eMEDIA" <[EMAIL PROTECTED]> wrote on 
09/09/2003 07:00:12 PM:

> Do you know any way to integrate the Clover Plugin with the Multiproject
> features to get an overall test coverage report?
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 04 September 2003 01:29
> To: Maven Users List
> Subject: Re: JUnit Test Converage Reporting
> 
> 
> The Clover plugin? 
> The new jcoverage plugin?
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
> 
> 
> "Bateman, Patrick eMEDIA" <[EMAIL PROTECTED]> wrote on 
> 04/09/2003 04:19:23 AM:
> 
> > Has anyone out there used a test coverage tool within Maven.
> > 
> > I want to generate a report that gives me ratios of unit tests against
> > concreate, abstract and interfaces, by package.
> > 
> > Also to report on packages that have not been covered.
> > 
> > Any ideas.
> > 
> > Thanks
> > 
> > Pat
> > This email and any files transmitted with it are confidential and 
> intended
> > solely for the use of the individual or entity to whom they are 
> addressed.
> > If you have received this email in error please notify the system 
> manager. 
> > 
> > -
> > 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]
> This email and any files transmitted with it are confidential and 
intended
> solely for the use of the individual or entity to whom they are 
addressed.
> If you have received this email in error please notify the system 
manager. 
> 
> -
> 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: JUnit Test Converage Reporting

2003-09-09 Thread Bateman, Patrick eMEDIA
Do you know any way to integrate the Clover Plugin with the Multiproject
features to get an overall test coverage report?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 04 September 2003 01:29
To: Maven Users List
Subject: Re: JUnit Test Converage Reporting


The Clover plugin? 
The new jcoverage plugin?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Bateman, Patrick eMEDIA" <[EMAIL PROTECTED]> wrote on 
04/09/2003 04:19:23 AM:

> Has anyone out there used a test coverage tool within Maven.
> 
> I want to generate a report that gives me ratios of unit tests against
> concreate, abstract and interfaces, by package.
> 
> Also to report on packages that have not been covered.
> 
> Any ideas.
> 
> Thanks
> 
> Pat
> This email and any files transmitted with it are confidential and 
intended
> solely for the use of the individual or entity to whom they are 
addressed.
> If you have received this email in error please notify the system 
manager. 
> 
> -
> 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]
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager. 

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



Re: JUnit Test Converage Reporting

2003-09-03 Thread dion
The Clover plugin? 
The new jcoverage plugin?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Bateman, Patrick eMEDIA" <[EMAIL PROTECTED]> wrote on 
04/09/2003 04:19:23 AM:

> Has anyone out there used a test coverage tool within Maven.
> 
> I want to generate a report that gives me ratios of unit tests against
> concreate, abstract and interfaces, by package.
> 
> Also to report on packages that have not been covered.
> 
> Any ideas.
> 
> Thanks
> 
> Pat
> This email and any files transmitted with it are confidential and 
intended
> solely for the use of the individual or entity to whom they are 
addressed.
> If you have received this email in error please notify the system 
manager. 
> 
> -
> 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: JUnit Test Converage Reporting

2003-09-03 Thread Henri Yandell

Clover works well inside Maven.

Hen

On Wed, 3 Sep 2003, Bateman, Patrick eMEDIA wrote:

> Has anyone out there used a test coverage tool within Maven.
>
> I want to generate a report that gives me ratios of unit tests against
> concreate, abstract and interfaces, by package.
>
> Also to report on packages that have not been covered.
>
> Any ideas.
>
> Thanks
>
> Pat
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify the system manager.
>
> -
> 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]



JUnit Test Converage Reporting

2003-09-03 Thread Bateman, Patrick eMEDIA
Has anyone out there used a test coverage tool within Maven.

I want to generate a report that gives me ratios of unit tests against
concreate, abstract and interfaces, by package.

Also to report on packages that have not been covered.

Any ideas.

Thanks

Pat
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager. 

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