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

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'

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

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

[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

[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: 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
maven site for adding an execution to the pom, but it just doesn't work. org.apache.maven.plugins maven-clover-plugin 2.1 85% http://10.10.220.12/clover/clover.li

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

[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

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

[ANN] Maven Clover Plugin 1.9.1 released

2005-05-28 Thread Vincent Massol
The maven team is pleased to announce the Maven Clover Plugin 1.9.1 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 Fixed the

[ANN] Maven Clover Plugin 1.9 released

2005-05-22 Thread Vincent Massol
The maven team is pleased to announce the Maven Clover Plugin 1.9 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: New Features: o Added a quick usage

RE: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Deblauwe, Wim
dag 8 maart 2005 19:19 To: 'Maven Users List' Subject: RE: [ANN] Maven Clover Plugin 1.8 released Hi Wim, > -Original Message- > From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] > Sent: mardi 8 mars 2005 18:10 > To: 'Maven Users List' > Subject: RE: [ANN] Mav

Re: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Jon Strayer
On Tue, 8 Mar 2005 13:42:27 -0500, Jon Strayer <[EMAIL PROTECTED]> wrote: > Looking in target/docs/clover/history/img I see a zero byte file named > chart0.jpg. Is clover trying to use X to draw the chart? Yep, that's it. I need to add -Djava.awt.headless=true to my command line to get it to

Re: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Jon Strayer
On Tue, 8 Mar 2005 19:12:53 +0100, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi Jon, > > Yes, I'm still missing documentation that needs to be added. I'll work on > that during this week... > > You need to call the goal clover:save-history whenever you wish to save a > Clover history point. I

Re: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Jon Strayer
'/appl/wfa/WBNT/psob/target/docs/clover' [clover-report] Done. Processed 2 packages. [clover-report] Writing historical report to '/appl/wfa/WBNT/psob/target/docs/clover/history' [clover-report] Read 3 history points. [clover-report] using movers interval of 27 minutes BUILD FAILED F

RE: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Vincent Massol
ncent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: mardi 8 mars 2005 17:32 > To: Maven Users List > Subject: Re: [ANN] Maven Clover Plugin 1.8 released > > Hi, > > after setting the following properties in project.properties > > ma

RE: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Vincent Massol
Hi Wim, > -Original Message- > From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] > Sent: mardi 8 mars 2005 18:10 > To: 'Maven Users List' > Subject: RE: [ANN] Maven Clover Plugin 1.8 released > > Is it possible to set the "maven.clover.history.dir&qu

RE: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Vincent Massol
arget directory which is not a good place if you wish to save them so that they are not erased by a clean). Hope it helps, -Vincent > -Original Message- > From: Jon Strayer [mailto:[EMAIL PROTECTED] > Sent: mardi 8 mars 2005 17:22 > To: Maven Users List > Subject: Re: [ANN]

RE: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Deblauwe, Wim
ent Massol <[EMAIL PROTECTED]> wrote: > The maven team is pleased to announce the Maven Clover Plugin 1.8 release! > > http://maven.apache.org/reference/plugins/clover/ > > The Clover plugin allows measuring test coverage using Clover > (http://www.cenqua.com/clover). &g

Re: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread nusgroup
OTECTED]> wrote: > > The maven team is pleased to announce the Maven Clover Plugin 1.8 release! > > > > http://maven.apache.org/reference/plugins/clover/ > > > > The Clover plugin allows measuring test coverage using Clover > > (http://www.cenqua.com/clover).

Re: [ANN] Maven Clover Plugin 1.8 released

2005-03-08 Thread Jon Strayer
How are we supposed to use the new history feature? On Fri, 4 Mar 2005 22:02:54 +0100, Vincent Massol <[EMAIL PROTECTED]> wrote: > The maven team is pleased to announce the Maven Clover Plugin 1.8 release! > > http://maven.apache.org/reference/plugins/clover/ > > The

[ANN] Maven Clover Plugin 1.8 released

2005-03-04 Thread Vincent Massol
The maven team is pleased to announce the Maven Clover Plugin 1.8 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: New Features: o Added support for

RE: maven-clover-plugin and history

2005-02-27 Thread Arnaud HERITIER
Volker, If you want, you can test this snapshot. Just download it with this command : maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository -DgroupId=maven -DartifactId=maven-clover-plugin -Dversion=SNAPSHOT Arnaud > -Message d'origine--

RE: maven-clover-plugin and history

2005-02-27 Thread nusgroup
1.8 as soon as I come > back from holidays (i.e. around the 8th of March). > > Thanks > -Vincent > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: vendredi 25 février 2005 18:12 > > To: users@maven.apache.org > > Subje

RE: maven-clover-plugin and history

2005-02-27 Thread Vincent Massol
Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: vendredi 25 février 2005 18:12 > To: users@maven.apache.org > Subject: maven-clover-plugin and history > > Hello, > > I try to use clover with maven. For reports only it works fine - just > ad

maven-clover-plugin and history

2005-02-25 Thread nusgroup
Hello, I try to use clover with maven. For reports only it works fine - just added 'maven-clover-plugin' to the reports section of the POM. Now I would like to have a history, but I could not get it to work. I did set the 'maven.clover.history.dir' in the propertis f

RE: [VOTE] Where to put the Clover license? (was RE: Maven-Clover-Plugin: License is not downloaded from local Maven repo)

2005-02-17 Thread Vincent Massol
> -Original Message- > From: Gisbert Amm [mailto:[EMAIL PROTECTED] > Sent: jeudi 17 février 2005 09:26 > To: Maven Users List > Subject: Re: [VOTE] Where to put the Clover license? (was RE: Maven- > Clover-Plugin: License is not downloaded from local Maven repo) >

Re: [VOTE] Where to put the Clover license? (was RE: Maven-Clover-Plugin: License is not downloaded from local Maven repo)

2005-02-17 Thread Gisbert Amm
ncent Massol [mailto:[EMAIL PROTECTED] Sent: mardi 15 février 2005 18:01 To: 'Maven Users List' Subject: RE: Maven-Clover-Plugin: License is not downloaded from local Maven repo -Original Message- From: Gisbert Amm [mailto:[EMAIL PROTECTED] Sent: mardi 15 février 2005 17:55 To

RE: Maven-Clover-Plugin: License is not downloaded from local Maven repo

2005-02-16 Thread Vincent Massol
- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: mardi 15 février 2005 18:01 > To: 'Maven Users List' > Subject: RE: Maven-Clover-Plugin: License is not downloaded from local > Maven repo > > > > > -Original Message- > > From: Gi

Re: [VOTE] Where to put the Clover license? (was RE: Maven-Clover-Plugin: License is not downloaded from local Maven repo)

2005-02-15 Thread Brett Porter
gt; Here's my +1. > > Thanks > -Vincent > > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] ] > > Sent: mardi 15 février 2005 18:01 > > To: 'Maven Users List' > > Subject: RE: Maven-Clover-Plugin: License is

[VOTE] Where to put the Clover license? (was RE: Maven-Clover-Plugin: License is not downloaded from local Maven repo)

2005-02-15 Thread Vincent Massol
di 15 février 2005 18:01 > To: 'Maven Users List' > Subject: RE: Maven-Clover-Plugin: License is not downloaded from local > Maven repo > > > > > -Original Message- > > From: Gisbert Amm [mailto:[EMAIL PROTECTED] > > Sent: mardi 15 février 2005 1

RE: Maven-Clover-Plugin: License is not downloaded from local Maven repo

2005-02-15 Thread Vincent Massol
> -Original Message- > From: Gisbert Amm [mailto:[EMAIL PROTECTED] > Sent: mardi 15 février 2005 17:55 > To: Maven Users List > Subject: Re: Maven-Clover-Plugin: License is not downloaded from local > Maven repo > > Vincent Massol wrote: > >>When I th

Re: Maven-Clover-Plugin: License is not downloaded from local Maven repo

2005-02-15 Thread Gisbert Amm
that I have to repeat this (global configuration, at least for us) for every project. OTOH it's not a big problem since I'm about to create templates for new projects. >>I think it should not be a dependency in the project.xml of the maven-clover plugin b

RE: Maven-Clover-Plugin: License is not downloaded from local Maven repo

2005-02-15 Thread Vincent Massol
Hi Gisbert, > -Original Message- > From: Gisbert Amm [mailto:[EMAIL PROTECTED] > Sent: mardi 15 février 2005 16:34 > To: Maven Users List > Subject: Maven-Clover-Plugin: License is not downloaded from local Maven > repo > > Hello, > > I first want to tha

Maven-Clover-Plugin: License is not downloaded from local Maven repo

2005-02-15 Thread Gisbert Amm
Hello, I first want to thank you for your excellent work; I've just installed the recently announced new version 1.7 of the Maven-Clover-Plugin and it works great. However, I've got one question: Until know, our Clover license (yes, we've bought one) was lying beside the cl

[ANN] Maven Clover Plugin 1.7 released

2005-02-15 Thread Vincent Massol
The maven team is pleased to announce the Maven Clover Plugin 1.7 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: New Features: o Added

maven-clover-plugin

2004-12-23 Thread Juergen Donnerstag
hi, I have a problem with the plug-in since 1.6. maven-clover-plugin 1.5 works fine. Since clover-ant.jar has been added in addition to clover.jar I assume I have to add maven.jar.clover-ant = .jar as well? But that seems not to work, since my registered version does not include the ant-tasks

[ANN] Maven Clover Plugin 1.6 released

2004-09-30 Thread vmassol
The maven team is pleased to announce the Maven Clover Plugin 1.6 release! http://maven.apache.org/reference/plugins/clover/ Changes in this version include: New Features: o Added ability for users to specify their own Clover license file by overriding the new maven.clover.license.path

Maven clover plugin 1.5 released

2004-05-15 Thread brett
The maven team is pleased to announce the Maven Clover Plugin 1.5 release! http://maven.apache.org/reference/plugins/clover/ Changes in this version include: Fixed bugs: o Do not execute Clover if there are no tests to run Clover on. This prevents an error happening in the