> -----Original Message-----
> From: Raphaël Piéroni [mailto:[EMAIL PROTECTED]
> Sent: vendredi 16 juillet 2004 10:38
> To: Maven Users List
> Subject: RE: [test coverage] jcoverage and cactus tests
> 
> i have looked a bit more at the output.
> 
> when i use "maven clover:on cactus", it pass the tests
> 
> but when i use "maven clover:report" just after,
> clover says it override its database, then execute the
> unit tests only and i do not have the cactus tests covered.

Hmmm. I would need to try it. You can try calling "maven
clover:html-report-internal" instead of "maven clover:report" so that the
tests are not run. Beware though that clover:html-report-internal is a
non-public goal so it can disappear anytime in the future. Thus we'll need
to modify the clover plugin to support generating the reports without
running the tests.

-Vincent

> 
> R
> 
> 
> --- Raphaël Piéroni <[EMAIL PROTECTED]> a écrit : > Thanks
> Vincent,
> > but clover only has instrumented the junit tests
> > and let the cactus tests un intrumented
> >
> > Raphaël
> >
> > --- Vincent Massol <[EMAIL PROTECTED]> a écrit : > Hi Raphael,
> > >
> > > Simply type "maven clover:on cactus" and then "maven clover:report"
> > >
> > > -Vincent
> > >
> > > > -----Original Message-----
> > > > From: Raphaël Piéroni [mailto:[EMAIL PROTECTED]
> > > > Sent: vendredi 16 juillet 2004 07:57
> > > > To: Maven Users List
> > > > Subject: Re: [test coverage] jcoverage and cactus tests
> > > >
> > > > even with clover ?
> > > >
> > > > --- Brett Porter <[EMAIL PROTECTED]> a écrit : > There is a
> > > bug
> > > > filed against the jcoverage plugin to implement this.
> > > > > Not yet possible.
> > > > >
> > > > > - Brett
> > > > >
> > > > > On Thu, 15 Jul 2004 12:49:24 +0200 (CEST), Raphaël Piéroni
> > > > > <[EMAIL PROTECTED]> wrote:
> > > > > > Hello list,
> > > > > >
> > > > > > Does any one know how to have the jcoverage of the cactus
> > tests
> > > > > > of a webapp using maven (1.0-rc4) ?
> > > > > >
> > > > > > and a subsidiary question : how can i have the jxr of those
> > > > > > cactus tests ?
> > > > > >
> > > > > > in advance thanks for any answer.
> > > > > >
> > > > > > Raphaël
> 
> 
> 
> 
> 
> 
> 
> Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage !
> Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
> 
> Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez
> Yahoo! Messenger sur http://fr.messenger.yahoo.com
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to