Using maven-apt-plugin breaks maven-clover-plugin run with duplicate class compilation errors

2008-05-19 Thread Phan, Ngan
Hi, Currently I am working on a project that makes use of the maven-apt-plugin. One of the configuration options for maven-apt-plugin is the tag which specifies the source directory containing the generated sources. Default value is src/main/gen. When using the maven-clover-plugin to do coverage

Re: maven-clover-plugin: How to Filter logging statements

2007-08-15 Thread Gisbert Amm
-clover-plugin/usage.html#Using%20block%20contexts try,static I cannot really find out how to do that with the maven-clover-plugin. Can someone please help me? Thank you in advance. -Gisbert -- Gisbert Amm Softwareentwickler Infrastruktur WEB.DE GmbH Brauerstraße 48 · D-76135 Karlsruhe

maven-clover-plugin: How to Filter logging statements

2007-08-15 Thread Gisbert Amm
In the Clover documentation at http://cenqua.com/clover/doc/adv/contexts.html is described how to filter logging statements: ... However, from http://maven.apache.org/plugins/maven-clover-plugin/usage.html#Using%20block%20contexts try,static I cannot really find out how to

maven-clover-plugin

2007-08-08 Thread Andy Aspell-Clark
Does anyone know when this will be updated to use the new license file format? Andy Aspell-Clark Software Engineer (: + 44 (0)1633 637649 +: [EMAIL PROTECTED] WebSite - www.eadsdsuk.com For and on behalf of EADS Defence and Security Systems Limited. Registered Office: Meadows Road , Queensway Mea

Re: maven-clover-plugin

2007-06-01 Thread Jerome Lacoste
On 5/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Everyone, I'm running the maven-clover-plugin with the instrument goal on a pom that has modules. The plugin fails on the ear project because it does not contain java files. Can I pass an exclude argument to the clover plu

maven-clover-plugin

2007-05-23 Thread DavidWilliams
Hi Everyone, I'm running the maven-clover-plugin with the instrument goal on a pom that has modules. The plugin fails on the ear project because it does not contain java files. Can I pass an exclude argument to the clover plugin to skip this child project? Thanks, David

Re: Maven 2 Clover Plugin Error in clover:instrument-artifact has 2 candidates

2007-05-10 Thread Maya Nayak
Thanks Wayne. That was very helpful. I added a classifier with no value to force it to look for the maven generated jar file and not clover generated jar file because i dont want maven using clover jar file for its builds. Maya Wayne Fay <[EMAIL PROTECTED]> wrote: I don't really use Clover, so

Re: Maven 2 Clover Plugin Error in clover:instrument-artifact has 2 candidates

2007-05-10 Thread Wayne Fay
I don't really use Clover, so hopefully someone else who uses Clover will reply with more specific info. Classifier is simply a child node of dependency: So you'd want to use clover in your particular case, to target the -clover.jar file. Wayne On 5/10/07, Maya Nayak <[EMAIL P

Maven 2 Clover Plugin --ERROR: No source files specified

2007-05-10 Thread Maya Nayak
my parent pom and am calling clover:instrument goal cause it is not automatically called in pre site. org.apache.maven.plugins maven-clover-plugin 2.4 ${env.CLOVER_LIC} pre-site instrument

Maven 2 Clover Plugin Error in clover:instrument-artifact has 2 candidates

2007-05-10 Thread Maya Nayak
INFO - INFO - [INFO] [clover:instrumentInternal] INFO - [WARNING] No Clover instrumentation done as no matching sources files found INFO - [INFO] [ear:generate-application-xml] INFO - [INFO] INFO - [ERROR] BUILD FAILURE INF

Maven2 Clover Plugin - Recursive Aggregation

2007-04-25 Thread gredler
). What do we need to do in order to aggregate these modules recursively? I believe we have 4 or 5 levels... Thanks, Daniel [1] http://maven.apache.org/plugins/maven-clover-plugin/usage.html#Aggregating%20Clover%20Reports -- View this message in context: http://www.nabble.com/Maven2-Clo

[ANN] Clover plugin v2.4 released

2007-04-23 Thread Vincent Massol
The Maven team is pleased to announce the release of the Maven Clover plugin, version 2.4. You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: org.apache.maven.plugins maven-clover-plugin 2.4 Here are the re

test-jar not working in maven-clover-plugin (related to MCLOVER-35)

2007-04-05 Thread Ionut S
Hi, We have maven-clover-plugin v2.2 installed and, although I see the MCLOVER-35: http://jira.codehaus.org/browse/MCLOVER-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel is resolved in v.2.2, it's still not working for me. The build is working just fine.. it'

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

Clover plugin: docs svn are not docs in site.

2007-04-03 Thread Marcos Silva Pereira
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? Kind Regards, -- Marcos Silva

maven-clover-plugin not instrumenting test classes

2007-04-03 Thread raju
to check whether this could be helpful in achieving coverage for webapplications using clover and weblogic. Regards Raju -- View this message in context: http://www.nabble.com/maven-clover-plugin-not-instrumenting-test-classes-tf3512942s177.html#a9810621 Sent from the Maven - Users mailing list

[ANN] Maven Clover Plugin 1.11.2 for Maven 1.x released

2007-03-28 Thread Lukas Theussl
We are pleased to announce the Maven Clover Plugin 1.11.2 release! http://maven.apache.org/maven-1.x/plugins/clover/ The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover

clover plugin

2006-12-13 Thread Morgovsky, Alexander \(US - Glen Mills\)
In addition to modifying the reporting section, I added the following to my plugins section. org.apache.maven.plugins maven-clover-plugin pre-site instrument That solved the issue I had. Thanks

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 Nabb

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.

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/ma

clover plugin

2006-12-13 Thread jcaddel
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/ My relevant pom.xml snippet: maven-clover-plugin Produces this error me

Re: maven-clover-plugin not working

2006-11-15 Thread Jeff Mutonho
On 11/15/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Its open source... When you have a problem, sometimes its best/easiest to just jump in with both feet and try to find the problem, and solve it yourself. Otherwise you're entirely dependent on someone else fixing things for you on their schedule.

Re: maven-clover-plugin not working

2006-11-15 Thread Wayne Fay
Its open source... When you have a problem, sometimes its best/easiest to just jump in with both feet and try to find the problem, and solve it yourself. Otherwise you're entirely dependent on someone else fixing things for you on their schedule. Wayne On 11/15/06, Jeff Mutonho <[EMAIL PROTECTED

Re: maven-clover-plugin not working

2006-11-14 Thread Jeff Mutonho
On 11/15/06, Vincent Massol <[EMAIL PROTECTED]> wrote: I'll try to have a look at it today (no guarantees though). What you could investigate is to read the code and fix what's wrong! :-) Lol...Of course... I forgot I should just leap in and submit a patch :^) .Seriously though, will take a lo

RE: maven-clover-plugin not working

2006-11-14 Thread Vincent Massol
or them (except for the compile bug reported today by Nick: http://jira.codehaus.org/browse/MCLOVER-62 Thanks -Vincent > -Original Message- > From: Jeff Mutonho [mailto:[EMAIL PROTECTED] > Sent: mercredi 15 novembre 2006 07:59 > To: Maven Users List > Subject: Re: maven-clov

Re: maven-clover-plugin not working

2006-11-14 Thread Wayne Fay
You can try setting the debug flags and stepping through the maven-clover-plugin code in Eclipse/Netbeans while its executing... Wayne On 11/15/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: Hi guys Anyone with an idea what I could perhaps investigate? -- Jeff Mutonho Cape Town

Re: maven-clover-plugin not working

2006-11-14 Thread Jeff Mutonho
Hi guys Anyone with an idea what I could perhaps investigate? -- Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042 - To unsubscribe, e-mail: [EMAIL PRO

maven-clover-plugin not working

2006-11-13 Thread Jeff Mutonho
i.e PortalProject/pom.xml) I have the following(amongst other reporting plugins) .. ... maven-clover-plugin D:/MAVEN-WORK/portal-domain/src/za/co/pragmaticus/portal/vo/*.java I

RE: maven-clover-plugin problem

2006-11-09 Thread Van Niekerk, Ida
Sorry bout that :), it's at the same level as the src directory. -Original Message- From: Jeff Mutonho [mailto:[EMAIL PROTECTED] Sent: 09 November 2006 03:32 PM To: Maven Users List Subject: Re: maven-clover-plugin problem On 11/9/06, Van Niekerk, Ida <[EMAIL PROTECTED

Re: maven-clover-plugin problem

2006-11-09 Thread Jeff Mutonho
On 11/9/06, Van Niekerk, Ida <[EMAIL PROTECTED]> wrote: Thanks so much for your response. I have four projects and a pom.xml in each. So it will be something like c:\Somefolder\DynabobATM\pom.xml. Where DynabobATM is one of my projects. I meant relative to "src\main\java\za\co\fnb\ssc\dynabob

RE: maven-clover-plugin problem

2006-11-09 Thread Van Niekerk, Ida
Users List Subject: Re: maven-clover-plugin problem On 11/9/06, Van Niekerk, Ida <[EMAIL PROTECTED]> wrote: > Hi there, > > > > I am using the maven clover plugin 2.3 and am trying to exclude files > from instrumentation. My package structure is the following : > > &

Re: maven-clover-plugin problem

2006-11-09 Thread Jeff Mutonho
On 11/9/06, Van Niekerk, Ida <[EMAIL PROTECTED]> wrote: Hi there, I am using the maven clover plugin 2.3 and am trying to exclude files from instrumentation. My package structure is the following : src\main\java\za\co\fnb\ssc\dynabob\atm\somepackage\page\*.java. I don't wa

maven-clover-plugin problem

2006-11-09 Thread Van Niekerk, Ida
Hi there, I am using the maven clover plugin 2.3 and am trying to exclude files from instrumentation. My package structure is the following : src\main\java\za\co\fnb\ssc\dynabob\atm\somepackage\page\*.java. I don't want the page package to be instrumented, so have added the foll

[ANN] Maven Clover Plugin 1.11.1 for Maven 1.x released

2006-10-30 Thread Lukas Theussl
We are pleased to announce the Maven Clover Plugin 1.11.1 release! http://maven.apache.org/maven-1.x/plugins/clover/ The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover

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
y strange. What version of the clover plugin are you using? The latest release, 2.3. Figured it out!!! My mistake!!! In my pom.xml, there are two sections for the Clover plugin - one in to configure the history dir and one in for the reports. I simply added /tmp/cloverhistory to the section

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

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

Clover Plugin doesn't generate XML report

2006-10-11 Thread Gisbert Amm
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. Did I miss something? Which file is the XML report supposed to be generated to?

[ANN] Maven Clover Plugin 2.3 for Maven 2 Released

2006-10-07 Thread Vincent Massol
The Maven team is pleased to announce the release of the Maven Clover Plugin, version 2.3 http://maven.apache.org/plugins/maven-clover-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: org.apache.maven.pl

RE: [mvn] clover-plugin documentation is very annoying

2006-10-06 Thread Vincent Massol
> -Original Message- > From: fuvo [mailto:[EMAIL PROTECTED] > Sent: jeudi 5 octobre 2006 19:10 > To: users@maven.apache.org > Subject: RE: [mvn] clover-plugin documentation is very annoying > > > Hi Vincent, > > >Which version of the plugin are you u

RE: [mvn] clover-plugin documentation is very annoying

2006-10-05 Thread fuvo
context: http://www.nabble.com/-mvn--clover-plugin-documentation-is-very-annoying-tf2389157.html#a6664059 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: [mvn] clover-plugin documentation is very annoying

2006-10-05 Thread Vincent Massol
> -Original Message- > From: fuvo [mailto:[EMAIL PROTECTED] > Sent: jeudi 5 octobre 2006 17:28 > To: users@maven.apache.org > Subject: RE: [mvn] clover-plugin documentation is very annoying > > > Hi Vincent, > > sorry, sometimes its better to sleep over

RE: [mvn] clover-plugin documentation is very annoying

2006-10-05 Thread fuvo
Hi Vincent, sorry, sometimes its better to sleep over something ;-) - sorry for that post. >Both the documentation and code are correct AFAIK. The correct way is to use >licenseLocation as licenseFile has been deprecated (see >http://maven.apache.org/plugins/maven-clover-plugin/i

RE: [mvn] clover-plugin documentation is very annoying

2006-10-05 Thread Vincent Massol
Hi Volker, > -Original Message- > From: fuvo [mailto:[EMAIL PROTECTED] > Sent: jeudi 5 octobre 2006 17:00 > To: users@maven.apache.org > Subject: [mvn] clover-plugin documentation is very annoying > > > Hello, > > I just try to find out if mvn now meets ou

[mvn] clover-plugin documentation is very annoying

2006-10-05 Thread fuvo
Hello, I just try to find out if mvn now meets our requirements (availibilty of the reports). The last 2 hours I tried to get the maven-clover-plugin to work, but wherever I placed my clover-license I got the message, that it has already expired. I searched the ng, read the documentation and

RE: clover plugin problem

2006-08-26 Thread Vincent Massol
plugin problem Hi, I am trying to get clover maven 2 plgin working but seem to have run into a problem during first off db generation. Here is the snipet of my pom: org.apache.maven.plugins maven-clover-plugin 1.5 pre-site instrument .. The I run mvn site and I am getting

[ANN] Maven Clover Plugin 2.2 for Maven 2 Released

2006-06-26 Thread Vincent Massol
The Maven team is pleased to announce the release of the Maven Clover Plugin, version 2.2 http://maven.apache.org/plugins/maven-clover-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: org.apache.maven.pl

RE: Failure with clover plugin

2006-06-23 Thread Vincent Massol
Hi Jason, > -Original Message- > From: Ximius [mailto:[EMAIL PROTECTED] > Sent: mercredi 21 juin 2006 21:24 > To: users@maven.apache.org > Subject: RE: Failure with clover plugin > > > No, this is m2. This project doesnt have any M1 build at all actually. Wh

RE: Failure with clover plugin

2006-06-21 Thread Ximius
x27;t think that the clover jdk 1.5 annotation is currently supported in > the m1 clover plugin. Could you please create a jira issue for this? > > Thanks > -Vincent > >> -Original Message- >> From: Vincent Massol [mailto:[EMAIL PROTECTED] >> Sent: vend

RE: Failure with clover plugin

2006-06-19 Thread Vincent Massol
Jason, I gather from your off-list email that you're using maven 1. I thought you were using m2 when I answered. I don't think that the clover jdk 1.5 annotation is currently supported in the m1 clover plugin. Could you please create a jira issue for this? Thanks -Vincent >

RE: Failure with clover plugin

2006-06-16 Thread Vincent Massol
Hi Jason, Does it work with Clover when you're not using the Clover plugin? Could you post your pom.xml? Thanks -Vincent > -Original Message- > From: Parrott, Jason [mailto:[EMAIL PROTECTED] > Sent: vendredi 16 juin 2006 18:18 > To: users@maven.apache.org > Subject:

Failure with clover plugin

2006-06-16 Thread Parrott, Jason
Hi, Im getting this error any time I attempt to use the clover plugin with code that has java 5 annotations in it. As soon as I remove the jdk 1.5 source it runs fine. I know that I have set the JDK 1.5 option and there is a log msg that notes it is being used. Any help is appreciated: Clover

RE: maven-clover-plugin 2.1 site:site troubles

2006-05-12 Thread Vincent Massol
rom: Ryan C. Payne [mailto:[EMAIL PROTECTED] > Sent: jeudi 11 mai 2006 19:21 > To: users@maven.apache.org > Subject: maven-clover-plugin 2.1 site:site troubles > > > I have spent all morning today trying to get the latest clover plugin to > work. I am able to run the clover goals f

RE: maven-clover-plugin 2.1 site:site troubles

2006-05-11 Thread Ryan C. Payne
Yes, I negelected to mention it in the previous message, but the report is listed in the reporting section: org.apache.maven.plugins maven-project-info-reports-plugin org.apache.maven.plugins maven-clover-plugin 2.1

RE: maven-clover-plugin 2.1 site:site troubles

2006-05-11 Thread Mike Perham
Have you added clover to the section? is not relevant during site:site. -Original Message- From: Ryan C. Payne [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 12:21 PM To: users@maven.apache.org Subject: maven-clover-plugin 2.1 site:site troubles I have spent all morning

maven-clover-plugin 2.1 site:site troubles

2006-05-11 Thread Ryan C. Payne
I have spent all morning today trying to get the latest clover plugin to work. I am able to run the clover goals from the command line and have no problems there. For the life of me, I cannot get the clover reports to be generated when I build the site. I have followed the instructions on the

RE: Maven Clover Plugin 2.1 Excludes Exception

2006-05-08 Thread Vincent Massol
Hi George, You're using a wrong format that doesn't exist. Try instead: **/*Fake*.java Thanks -Vincent _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: lundi 8 mai 2006 06:56 To: users@maven.apache.org Cc: [EMAIL PROTECTED] Subject: Maven Clover

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

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
but not have to include > it in the project. > > > > On 3/24/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > I believe this is "correct"... > > > > > > org.apache.maven.plugins > > maven-clover-plugin > > > > clover.license

Re: Clover Plugin

2006-03-24 Thread Aaron Freeman
x27;s could reference it, but not have to include it in the project. On 3/24/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > I believe this is "correct"... > > > org.apache.maven.plugins > maven-clover-plugin > > clover.license > > > > Way

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 >

Re: Clover Plugin

2006-03-24 Thread Boris Lenzinger
ut it can be a track. Aaron Freeman a écrit : I was looking into using Clover at my company, so I got an evaluation license from there web site. I wanted to use it with the Maven Clover plugin, but I can't figure out how to specify the license file. How is this supposed to be done? I could

Clover Plugin

2006-03-24 Thread Aaron Freeman
I was looking into using Clover at my company, so I got an evaluation license from there web site. I wanted to use it with the Maven Clover plugin, but I can't figure out how to specify the license file. How is this supposed to be done? I couldn't really find much on the ne

[ANN] Maven Clover Plugin 1.11 for Maven 1.x released

2006-02-06 Thread ltheussl
We are pleased to announce the Maven Clover Plugin 1.11 release! http://maven.apache.org/maven-1.x/reference/plugins/clover/ The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover

[ANN] M2 Clover plugin v2.0 released

2006-01-08 Thread Vincent Massol
The Clover plugin for Maven2 v2.0 has been released. Documentation can be found at: http://maven.apache.org/plugins/maven-clover-plugin/ Some usage examples can be found at: http://tinyurl.com/atax2 Current features: * Generate Clover reports (clover:clover) * Ability to fail the build if the

RE: [m2] Problem with clover plugin

2005-11-16 Thread Vincent Massol
Hi Chris, > -Original Message- > From: Chris Gray [mailto:[EMAIL PROTECTED] > Sent: mercredi 16 novembre 2005 22:36 > To: users@maven.apache.org > Subject: [m2] Problem with clover plugin > > Hi there, > > We've got Maven2 setup and building ou

[m2] Problem with clover plugin

2005-11-16 Thread Chris Gray
Hi there, We've got Maven2 setup and building our project, but there seems to be something weird going on with the clover plugin. We have a number of test cases that are dependent on files that are included in /META-INF. The test cases complete correctly when we execute mvn test, but w

Re: [m2] Clover plugin

2005-11-15 Thread Wim Deblauwe
gt; > -Original Message- > > > From: Wim Deblauwe [mailto: [EMAIL PROTECTED] > > > Sent: mardi 15 novembre 2005 09:40 > > > To: Maven Users List > > > Subject: Re: [m2] Clover plugin > > > > > > > > > > > WRT to the locale yes

Re: [m2] Clover plugin

2005-11-15 Thread Brett Porter
There is an old attempt in the mojo.codehaus.org <http://mojo.codehaus.org>sandbox. It needs to be update in the same way as the clover plugin. We'd appreciate it if you'd consider contributing it back there, if you do get the chance to work on it. Cheers, Brett On 11/15/05, D

Re: [m2] Clover plugin

2005-11-15 Thread David Sag
Users List cc Subject Re: [m2] Clover plugin What dont you guys use cobertura*(code coverage tool) instead of clover , its free compared to clover where you need to have a license . http://cobertura.sourceforge.net/ regards, Javed On 11/15/05, Wim Deblauwe <[EMAIL PROTECTED]> w

Re: [m2] Clover plugin

2005-11-15 Thread Wim Deblauwe
Done: http://jira.codehaus.org/browse/MNG-1572 2005/11/15, Vincent Massol <[EMAIL PROTECTED]>: > > > > > -Original Message- > > From: Wim Deblauwe [mailto:[EMAIL PROTECTED] > > Sent: mardi 15 novembre 2005 09:40 > > To: Maven Users L

RE: [m2] Clover plugin

2005-11-15 Thread Vincent Massol
> -Original Message- > From: Wim Deblauwe [mailto:[EMAIL PROTECTED] > Sent: mardi 15 novembre 2005 09:40 > To: Maven Users List > Subject: Re: [m2] Clover plugin > > > > > WRT to the locale yes it sounds like a bug. Please file a JIRA. > > > &

Re: [m2] Clover plugin

2005-11-15 Thread Wim Deblauwe
> > WRT to the locale yes it sounds like a bug. Please file a JIRA. > In what JIRA should I file it? Maven 2 JIRA? regards, wim

RE: [m2] Clover plugin

2005-11-15 Thread Vincent Massol
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: mardi 15 novembre 2005 09:08 > To: 'Maven Users List' > Subject: RE: [m2] Clover plugin [snip] > > I added: > > > > org.apache.maven.plugins > > maven-c

RE: [m2] Clover plugin

2005-11-15 Thread Vincent Massol
Hi Wim, > -Original Message- > From: Wim Deblauwe [mailto:[EMAIL PROTECTED] > Sent: lundi 14 novembre 2005 15:40 > To: Maven Users List > Subject: [m2] Clover plugin > > Hi, > > how does one use the clover plugin? I was looking at > http://maven.apache.o

RE: [m2] Clover plugin

2005-11-15 Thread Vincent Massol
> -Original Message- > From: Anuerin Diaz [mailto:[EMAIL PROTECTED] > Sent: lundi 14 novembre 2005 17:32 > To: Maven Users List > Subject: Re: [m2] Clover plugin > > i forgot that i also added this in my dependency: > > >clover >clover >

Re: [m2] Clover plugin

2005-11-14 Thread Wim Deblauwe
Hi, I got further now. I removed the group and then maven would find the plugin. So having this does not work: org.apache.maven.plugins maven-clover-plugin but this does: maven-clover-plugin But, there seems to be a locale problem in the current version of the plugin. Is this a known bug

Re: [m2] Clover plugin

2005-11-14 Thread javed mandary
odule > [INFO] task-segment: [site] > [INFO] > > > [INFO] > > > [ERROR] BUILD ERROR > [INFO] > > --------

Re: [m2] Clover plugin

2005-11-14 Thread Wim Deblauwe
ns:maven-clover-plugin' does not exist or no valid version could be found [INFO] [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: The plugin ' org.apache.maven.plugins:maven-clover-plugin&#x

Re: [m2] Clover plugin

2005-11-14 Thread Anuerin Diaz
On 11/15/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Neither of these should be required with the current version, though > I'm not sure when it was last released. At worst you only need the > first and it should be added to the clover plugin definition, not a > gener

Re: [m2] Clover plugin

2005-11-14 Thread Brett Porter
Neither of these should be required with the current version, though I'm not sure when it was last released. At worst you only need the first and it should be added to the clover plugin definition, not a general dependency. The clover DB is also not required as that is the default. Wim, any

Re: [m2] Clover plugin

2005-11-14 Thread Anuerin Diaz
i forgot that i also added this in my dependency: clover clover 1.3.5 maven maven-clover-plugin 1.8 i think the last dependency will get the first but i dont have the time to check. i added the first one much earlier when i was figuring out how to make clover work. the

Re: [m2] Clover plugin

2005-11-14 Thread Anuerin Diaz
i managed to use clover an hour ago. i just added this in my project descriptor: maven-clover-plugin ${basedir}/target/clover/clover.db ${basedir}/../licenses/clover/clover.license and clover was activated when i

[m2] Clover plugin

2005-11-14 Thread Wim Deblauwe
Hi, how does one use the clover plugin? I was looking at http://maven.apache.org/plugins/maven-clover-plugin/ for some information, but I can't get it working. I added: org.apache.maven.plugins maven-clover-plugin to my reporting/plugins section. Then I tried mvn site, but I got an error

RE: [ANN] Maven Clover Plugin 1.10 released

2005-08-07 Thread Gary Gregory
Vincent: Thank you, Gary. > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 07, 2005 1:29 AM > To: users@maven.apache.org; dev@maven.apache.org > Subject: [ANN] Maven Clover Plugin 1.10 released > > We are pleased to anno

[ANN] Maven Clover Plugin 1.10 released

2005-08-07 Thread Vincent Massol
We are pleased to announce the Maven Clover Plugin 1.10 release! http://maven.apache.org/reference/plugins/clover/ The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). Changes in this version include: Fixed bugs: o The ant:clover-checkAnt task

RE: [clover] Release a clover plugin (1.10?) for Clover 1.3.9?

2005-08-03 Thread Vincent Massol
> -Original Message- > From: Gary Gregory [mailto:[EMAIL PROTECTED] > Sent: mardi 2 août 2005 17:52 > To: Maven Users List > Subject: RE: [clover] Release a clover plugin (1.10?) for Clover 1.3.9? > > Does an [ann] get posted here when plugins are released?

Re: [clover] Release a clover plugin (1.10?) for Clover 1.3.9?

2005-08-02 Thread Edwin Punzalan
:29 AM To: 'Maven Users List' Subject: RE: [clover] Release a clover plugin (1.10?) for Clover 1.3.9? Hi Gary, I'll try to release it sometime this week. Thanks -Vincent -Original Message- From: Gary Gregory [mailto:[EMAIL PROTECTED] Sent: lundi 1 août 2005

RE: [clover] Release a clover plugin (1.10?) for Clover 1.3.9?

2005-08-02 Thread Gary Gregory
Does an [ann] get posted here when plugins are released? Should I watch another list? Thanks, Gary > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Monday, August 01, 2005 1:29 AM > To: 'Maven Users List' > Subject: RE: [clover] Rele

RE: [clover] Release a clover plugin (1.10?) for Clover 1.3.9?

2005-08-01 Thread Vincent Massol
Hi Gary, I'll try to release it sometime this week. Thanks -Vincent > -Original Message- > From: Gary Gregory [mailto:[EMAIL PROTECTED] > Sent: lundi 1 août 2005 01:24 > To: users@maven.apache.org > Subject: [clover] Release a clover plugin (1.10?) for Clover 1.3.9?

[clover] Release a clover plugin (1.10?) for Clover 1.3.9?

2005-07-31 Thread Gary Gregory
Hello: Can we get a released version of the clover plugin (1.10?) for Clover 1.3.9? Thanks, Gary

RE: [m2] clover plugin?

2005-07-06 Thread Vincent Massol
chlan Roche [mailto:[EMAIL PROTECTED] > Sent: mercredi 6 juillet 2005 09:30 > To: Maven Users List > Subject: [m2] clover plugin? > > is there a version of the clover plugin for maven 2? > > > -- > lachlan --

[m2] clover plugin?

2005-07-06 Thread Lachlan Roche
is there a version of the clover plugin for maven 2? -- lachlan

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 nee

  1   2   >