Re: Clover plugin: docs svn are not docs in site.

2007-04-03 Thread Dennis Lundberg
Marcos Silva Pereira wrote: Hello, I take a look at clover plugin and I see that documentation in svn are different of documention in site. I also made some little changes in docs (to add an example about method filters using contextFilters parameter). How can I apply a patch to this plugin? Kin

Re: clover plugin

2006-12-13 Thread jcaddel
> When I get that message, I usually delete > $M2_REPO/org/apache/maven/plugins/[plugin-name] That did the trick. Thanks. -- View this message in context: http://www.nabble.com/clover-plugin-tf2816112s177.html#a7859970 Sent from the Maven - Users mailing list archive at Nabble.com. -

Re: clover plugin

2006-12-13 Thread Carlos Sanchez
you're looking in the wrong place the right one is http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clover-plugin/ I don't know what is http://repo1.maven.org/maven2/plugins but it shouldn't affect you at all provided you didn't change your repo or mirror. On 12/13/06, jcaddel <[EMA

Re: clover plugin

2006-12-13 Thread Wendy Smoak
On 12/13/06, jcaddel <[EMAIL PROTECTED]> wrote: What's the current status of the maven-clover-plugin? There is nothing but an empty directory at http://repo1.maven.org/maven2/plugins/org/apache/maven/plugins/maven-clover-plugin/ Try: http://repo1.maven.org/maven2/org/apache/maven/plugins/mave

RE: Clover Plugin doesn't generate XML report

2006-10-11 Thread Vincent Massol
> -Original Message- > From: Gisbert Amm [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 octobre 2006 16:47 > To: Maven Users List > Subject: Re: Clover Plugin doesn't generate XML report > > Vincent Massol wrote: > > > >>>There shoul

Re: Clover Plugin doesn't generate XML report

2006-10-11 Thread Gisbert Amm
Vincent Massol wrote: There should be a site/clover/clover.xml file generated. It isn't, that's why I ask. Ok sorry. I misunderstood. I thought you meant XML report when you only meant that there's no XML file... :-) What could be the reason for that? Hmmm... Very strange. What versi

RE: Clover Plugin doesn't generate XML report

2006-10-11 Thread Vincent Massol
> -Original Message- > From: Gisbert Amm [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 octobre 2006 15:04 > To: Maven Users List > Subject: Re: Clover Plugin doesn't generate XML report > > Vincent Massol wrote: > >> > >>I've set >

Re: Clover Plugin doesn't generate XML report

2006-10-11 Thread Gisbert Amm
Vincent Massol wrote: I've set true as described on http://maven.apache.org/plugins/maven-clover-plugin/howto.html, but the plugin doesn't seem to produce the XML report. As the doc says there's no report generated, only an XML file which you can link to your web site. See http://tiny

RE: Clover Plugin doesn't generate XML report

2006-10-11 Thread Vincent Massol
Hi, > -Original Message- > From: Gisbert Amm [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 octobre 2006 12:18 > To: Maven Users List > Subject: Clover Plugin doesn't generate XML report > > I've set > > > true > > > as described on > http://maven.apache.org/plugins/maven-clover-pl

RE: clover plugin problem

2006-08-26 Thread Vincent Massol
Hi Charlie, I’m answering on the maven list as this is the right location where to ask questions. Please use the list in the future. I don’t know what’s wrong in your case but I know how to find the answer. Please run maven in debug mode (-X) and check the console logs. More specifically lo

Re: Clover Plugin

2006-03-26 Thread John Allen
quot;Maven Users List" Sent: Sunday, March 26, 2006 1:16 AM Subject: RE: Clover Plugin I think it would be better to have the location defined in the user's settings.xml file. That would allow having a build machine with its own license file etc. The absolute path is seldom a

RE: Clover Plugin

2006-03-25 Thread Andreas Guther
ECTED] Sent: Friday, March 24, 2006 2:03 PM To: Maven Users List Subject: Re: Clover Plugin You could perhaps try an absolute pathname to the file ie /home/afreeman/clover/clover.license or c:/maven/clover/clover.license etc but I'm not certain that this would work... Wayne On 3/24/06, Aar

RE: Clover Plugin

2006-03-25 Thread Vincent Massol
Hi Aaron, I'm fixing the doc on this. You need to specify a licenseFile element. Here's what I'm adding to the doc: " Specifying a custom license file The Clover plugin provides a default evaulation license. However if your project is a commercial project you need to purchase your own licens

RE: Clover Plugin

2006-03-25 Thread Vincent Massol
> -Original Message- > From: Aaron Freeman [mailto:[EMAIL PROTECTED] > Sent: vendredi 24 mars 2006 21:34 > To: Maven Users List > Subject: Re: Clover Plugin > > That worked. I guess I was putting the license in the wrong place. > However, if you do it this way th

Re: Clover Plugin

2006-03-24 Thread Wayne Fay
You could perhaps try an absolute pathname to the file ie /home/afreeman/clover/clover.license or c:/maven/clover/clover.license etc but I'm not certain that this would work... Wayne On 3/24/06, Aaron Freeman <[EMAIL PROTECTED]> wrote: > That worked. I guess I was putting the license in the wron

Re: Clover Plugin

2006-03-24 Thread Aaron Freeman
That worked. I guess I was putting the license in the wrong place. However, if you do it this way then you would have to put the clover.license file in every project that you want a clover report on. Is this the only way to do it. I was looking for some way to put it in one location so all POM's co

Re: Clover Plugin

2006-03-24 Thread Wayne Fay
I believe this is "correct"... org.apache.maven.plugins maven-clover-plugin clover.license Wayne On 3/24/06, Boris Lenzinger <[EMAIL PROTECTED]> wrote: > Have a look here: > http://mavenbook.xwiki.com/xwiki/bin/view/Clover%20Plugin%20v1/9%20released > and search license in the pag

Re: Clover Plugin

2006-03-24 Thread Boris Lenzinger
Have a look here: http://mavenbook.xwiki.com/xwiki/bin/view/Clover%20Plugin%20v1/9%20released and search license in the page. They point out a property maven.clover.license.path (this is from 2005 so I hope it is not out of date) I don't know if it is working since I do not use Clover but it ca

RE: Clover plugin question - how to use clover1.3.8.jar

2005-06-27 Thread Vincent Massol
Hi Tim, > -Original Message- > From: Tim Dyck [mailto:[EMAIL PROTECTED] > Sent: lundi 27 juin 2005 21:48 > To: users@maven.apache.org > Subject: Clover plugin question - how to use clover1.3.8.jar > > Where can I download the maven clover snapshot 1.10 - I need to be able to > use version

RE: [clover plugin] Error on executing clover:off

2005-05-24 Thread Vincent Massol
Hi Wim, Yes, this is a bug unfortunately. See http://jira.codehaus.org/browse/MPCLOVER-38, just entered by Julien. I think this bug only happens when you specify the test.skip=true property. Is that the case with your build? Thanks -Vincent > -Original Message- > From: Wim Deblauwe [mai

RE: [clover plugin] Error on executing clover:off

2005-05-24 Thread Vincent Massol
Hi Wim, Yes, this is a bug unfortunately. See http://jira.codehaus.org/browse/MPCLOVER-38, just entered by Julien. I think this bug only happens when you specify the test.skip=true property. Is that the case with your build? Thanks -Vincent > -Original Message- > From: Wim Deblauwe [mai

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-11 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 mai 2005 07:04 > To: Maven Users List > Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 > > This looks like a much better solution to me, and could make for a

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-11 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 mai 2005 07:04 > To: Maven Users List > Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 > > This looks like a much better solution to me, and could make for a

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-11 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 mai 2005 07:04 > To: Maven Users List > Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 > > This looks like a much better solution to me, and could make for a

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-11 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 11 mai 2005 07:04 > To: Maven Users List > Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 > > This looks like a much better solution to me, and could make for a

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Brett Porter
rk Proctor wrote: > > > yes thought I read that in the plugin.jelly, I'm going to try 1.6 with > > the license for 1.7 - see if that helps. > > > > Mark > > Vincent Massol wrote: > > > >> > >> > >>> -Original Message- >

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Mark Proctor
ssage- From: Mark Proctor [mailto:[EMAIL PROTECTED] Sent: mardi 10 mai 2005 21:18 To: Maven Users List Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 I upgraded because the license ran out, no we dont fork the tests (apart from python) - but that wasn't needed before. H

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Mark Proctor
yes thought I read that in the plugin.jelly, I'm going to try 1.6 with the license for 1.7 - see if that helps. Mark Vincent Massol wrote: -Original Message- From: Mark Proctor [mailto:[EMAIL PROTECTED] Sent: mardi 10 mai 2005 21:18 To: Maven Users List Subject: Re: Clover Plugi

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Vincent Massol
> -Original Message- > From: Mark Proctor [mailto:[EMAIL PROTECTED] > Sent: mardi 10 mai 2005 21:18 > To: Maven Users List > Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 > > I upgraded because the license ran out, no we dont fork the tests (apart

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Vincent Massol
> -Original Message- > From: Mark Proctor [mailto:[EMAIL PROTECTED] > Sent: mardi 10 mai 2005 21:18 > To: Maven Users List > Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 > > I upgraded because the license ran out, no we dont fork the tests (apart

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Mark Proctor
t: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 [snip] I'm trying to do clover multiproject build with maven 1.0.2 and clover plugin 1.7. This use to work but with the upgrade to 1.7 I noticed it is now broken, not sure if its 1.7 or a change in our code.

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Vincent Massol
Hi Mark, > -Original Message- > From: Mark Proctor [mailto:[EMAIL PROTECTED] > Sent: mardi 10 mai 2005 06:15 > To: Maven Users List > Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 [snip] > >> I'm trying to do clover multiproject buil

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Vincent Massol
Hi Mark, > -Original Message- > From: Mark Proctor [mailto:[EMAIL PROTECTED] > Sent: mardi 10 mai 2005 06:15 > To: Maven Users List > Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 [snip] > >> I'm trying to do clover multiproject buil

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-09 Thread Mark Proctor
I fixed those build errors and its till producing the same issue - ie only ever including the results from the last sub project- and i have tried using eclipse to change the modules being built, always the same issue. They defintely all report that they are updating the same DB. Mark Mark Proct

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-09 Thread Mark Proctor
Ignore this, got it working, was a missing goal in a sub project. Mark Mark Proctor wrote: I'm trying to do clover multiproject build with maven 1.0.2 and clover plugin 1.7. This use to work but with the upgrade to 1.7 I noticed it is now broken, not sure if its 1.7 or a change in our code. Everyth

RE: Clover plugin & MAVEN_OPTS

2005-04-24 Thread Vincent Massol
Hi Pavel, This is strange because the Clover plugin simpy delegate the execution of tests to the test:test goal. In other Clover is transparent there. Could it be the fact that the tests are executed twice? Here's what you can try: - Tell the Clover plugin not to run the tests by setting the mav

RE: Clover Plugin regexp statement context

2005-04-19 Thread Pavel Müller
heers Pavel -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 7:31 AM To: 'Maven Users List' Subject: RE: Clover Plugin regexp statement context Hi Pavel, I don't know why it's not working for you. Maybe your regexp is not cor

RE: Clover Plugin regexp statement context

2005-04-18 Thread Vincent Massol
Hi Pavel, I don't know why it's not working for you. Maybe your regexp is not correct (sorry I have to run now and I can't verify it)? I suggest you check out the sample that I've used for testing this feature. It's available at http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/clover

RE: Clover plugin making tests running twice

2005-03-04 Thread Deblauwe, Wim
ah, great. I already found that issue in JIRA, but I did not notice I was using version 1.6 and needed 1.7. thank you, Wim -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: vrijdag 4 maart 2005 14:11 To: 'Maven Users List' Subject: RE: Clover plugin ma

RE: Clover plugin making tests running twice

2005-03-04 Thread Vincent Massol
> -Original Message- > From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] > Sent: jeudi 3 mars 2005 18:00 > To: 'users@maven.apache.org' > Subject: Clover plugin making tests running twice > > Hi, > > I am using the clover plugin, but when I do my tests are being run twice. > Once just norma

Re: Clover plugin making tests running twice

2005-03-03 Thread Galder Zamarreÿfffffffffff1o
hehehe, this is exactly what i just asked. has this been raised in jira? could not find --- "Deblauwe, Wim" <[EMAIL PROTECTED]> wrote: > Hi, > > I am using the clover plugin, but when I do my tests > are being run twice. > Once just normally, and once instrumented by Clover. > Any idea on how

RE: clover-plugin

2004-09-02 Thread Vincent Massol
Hi Kelly, I guess that would be more a Cactus question. Let me try to answer as I've already done this in Cactus land. The easiest is to do the following I think: 1/ First run clover on your projects that need clovering (for ex: maven clover:on war). Ensure that you've set the clover database pr

Re: Clover plugin won't recognize my licensed clover jar

2003-12-15 Thread Chad Woolley
Yes, it is the latest version. Vincent Massol wrote: Hi Chad, Are you using version 1.4 of the Clover plugin? Thanks -Vincent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Clover plugin won't recognize my licensed clover jar

2003-12-13 Thread Vincent Massol
Hi Chad, Are you using version 1.4 of the Clover plugin? Thanks -Vincent > -Original Message- > From: Chad Woolley [mailto:[EMAIL PROTECTED] > Sent: 08 December 2003 23:55 > To: [EMAIL PROTECTED] > Subject: Clover plugin won't recognize my licensed clover jar > > Hi, > > I am trying to

Re: Clover plugin won't recognize my licensed clover jar

2003-12-09 Thread Chad Woolley
Thanks for the response, Joe. Yes, I do have maven.jar.override on, and am overriding several other jars. Joe Germuska wrote: On Dec 8, 2003, at 4:55 PM, Chad Woolley wrote: Hi, I am trying to use the maven clover plugin. In the properties for the plugin, it says I can specify maven.clover.ja

Re: Clover plugin won't recognize my licensed clover jar

2003-12-09 Thread Joe Germuska
On Dec 8, 2003, at 4:55 PM, Chad Woolley wrote: Hi, I am trying to use the maven clover plugin. In the properties for the plugin, it says I can specify maven.clover.jar property which "Allows the user to override the Clover jar. This is especially useful as the Clover jars are license-signed

Re: Clover plugin

2003-07-21 Thread dion
Post it into Jira: jira.codehaus.org under Maven. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "Simon Matic Langford" <[EMAIL PROTECTED]> wrote on 22/07/2003 12:50:56 AM: > I've written a small patch for the plugi