I had a similar problem that I could only solve by manually modifying the clover plugin. In my case I was trying to instrument code that was compiled into a .war and deployed to an appserver. I raised a JIRA item to cover it here but no movement yet: http://jira.codehaus.org/browse/MPCLOVER-18
Matt. > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: 16 July 2004 10:03 > To: 'Maven Users List' > Subject: RE: [test coverage] jcoverage and cactus tests > > > > > -----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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
