Re: cobertura plugin

2006-02-17 Thread David Sag
SVN already uses 1.7.  It's never been released so > > you must be using an old version you compiled.  Update svn and recompile > > it. > > > > -Original Message- > > From: Nicolas De Loof [mailto:[EMAIL PROTECTED] > > Sent: Thursday, February 16, 200

Re: cobertura plugin

2006-02-16 Thread Carlos Sanchez
A snapshot has been deployed at http://maven-plugins.sourceforge.net/snapshot-repository/maven-plugins/plugins/ Please test it and we can make a new release On 2/16/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > Is there any plan to upgrade cobertura plugin to use cobertura 1

RE: cobertura plugin

2006-02-16 Thread Mike Perham
You are referring to the M1 plugin. I'm referring to the M2 plugin. Sorry for the mixup. -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 9:26 AM To: Maven Users List Subject: Re: cobertura plugin I'm using maven-cobert

RE: cobertura plugin

2006-02-16 Thread Mike Perham
, February 16, 2006 9:24 AM To: Maven Users List Subject: Re: cobertura plugin Isn't it possible to release it ? Arnaud On 2/16/06, Mike Perham <[EMAIL PROTECTED]> wrote: > The plugin code in SVN already uses 1.7. It's never been released so > you must be using an old v

Re: cobertura plugin

2006-02-16 Thread Nicolas De Loof
I'm using maven-cobertura-plugin from [EMAIL PROTECTED] As this site uses CVS, this seems you've in mind another cobertura plugin. Where to find it ? Mike Perham a écrit : The plugin code in SVN already uses 1.7. It's never been released so you must be using an old versi

Re: cobertura plugin

2006-02-16 Thread Arnaud HERITIER
Message- > From: Nicolas De Loof [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 8:36 AM > To: Maven Users List > Subject: cobertura plugin > > > Is there any plan to upgrade cobertura plugin to use cobertura 1.7 ? > > I'm using AspectJ and JiBX that b

RE: cobertura plugin

2006-02-16 Thread Mike Perham
bject: cobertura plugin Is there any plan to upgrade cobertura plugin to use cobertura 1.7 ? I'm using AspectJ and JiBX that both operate on bytecode and are not compatible with cobertura 1.6 instrumentation (plugin fails) Upgrading dependency to 1.7 solves this problem I'

cobertura plugin

2006-02-16 Thread Nicolas De Loof
Is there any plan to upgrade cobertura plugin to use cobertura 1.7 ? I'm using AspectJ and JiBX that both operate on bytecode and are not compatible with cobertura 1.6 instrumentation (plugin fails) Upgrading dependency to 1.7 solves this problem I've created http://sourceforge.n

Re: cobertura plugin

2006-02-16 Thread Arnaud HERITIER
I'm not a developer on mavenn plugins @ sf and I don't if there's lot of activity. If nobody can do it, I'll ask to add me to the dev team to do it. Arnaud On 2/16/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > Is there any plan to upgrade cobertura plugi

Re: [m202] Cobertura plugin

2006-02-06 Thread Brett Porter
On 2/6/06, David Sag <[EMAIL PROTECTED]> wrote: > > The cobertura plugin will be worked on to completion in the next two > weeks. > > We're working through the issues at the mojo project. > > fantastic news. do you have a link to a JIRA issue i could track? I&

Re: [m202] Cobertura plugin

2006-02-06 Thread David Sag
Brett Porter <[EMAIL PROTECTED]> wrote on 04-02-2006 03:29:43: > It's the first one in the section on the link you gave. Unless > I'm clearly mistaken :) > well it is now, so maybe i just missed it the last time i looked. if so i apologise. > The cobertura

Re: Using cobertura with Maven 2

2006-02-05 Thread javed mandary
Hi, am having the same problem too with cobertura when reports are to be generated in the build. I think the best option would be to switch to M2.0if cobertura plugin is really required else wait for the fix. cheers, javed On 2/3/06, David Sag <[EMAIL PROTECTED]> wrote: > >

Re: [m202] Cobertura plugin

2006-02-03 Thread Brett Porter
It's the first one in the section on the link you gave. Unless I'm clearly mistaken :) The cobertura plugin will be worked on to completion in the next two weeks. We're working through the issues at the mojo project. - Brett On 2/4/06, David Sag <[EMAIL PROTECTED]> wrote:

Re: I can't get cobertura to work with maven 2.0.2

2006-02-03 Thread Brett Porter
t the changes. AIOOBE was ArrayIndexOutOfBoundsException. > shame it broke eh. It didn't work for me before, now it does. The setup is the right direction, but it appears there are still problems. > I see no reference at all to cobertura in > https://svn.apache.org/repos/asf

Re: Using cobertura with Maven 2

2006-02-03 Thread David Sag
The only solution i know right now is not to include cobertura repoorts and hope whoever is working on the plugin fixes whatever it is they did to break it between maven 2.0 and 2.0.2 I had a big presentation on maven today and was luckily able to skirt around the cobertura issue with some quick

Re: Using cobertura with Maven 2

2006-02-03 Thread Rik Bosman
le to get the 2.0-SNAPSHOT to work? I'd love > to see how. I have been trying all week to get the cobertura reports to work > but since iupping to maven 2.0.2 have not been successful due to the > problem of it generating 0 byte instrumented class files during the > reporting phase

Re: [m202] Cobertura plugin

2006-02-03 Thread John Allen
I've also given up on cobertura for now due to problems trying to get it to work as part of my 'standards confirmance' build that uses cobertura:check and the site build (fails in site build complaining of trying to write to a read only testClasspath or alike). Clover works fine

Re: Using cobertura with Maven 2

2006-02-03 Thread David Sag
Hi Rik, So you have actually been able to get the 2.0-SNAPSHOT to work?  I'd love to see how. I have been trying all week to get the cobertura reports to work but since iupping to maven 2.0.2 have not been successful due to the problem of it generating 0 byte instrumented class files durin

Re: Using cobertura with Maven 2

2006-02-03 Thread David Sag
you will need to enable snapshots to get the cobertura plugin as it has not actually ever been released. then try                                org.codehaus.mojo                cobertura-maven-plugin                 2.0-SNAPSHOT

Re: [m202] Cobertura plugin

2006-02-03 Thread David Sag
As far as I can tell the latest snapshot version (2.0) still does not work properly.  it will instrument okay but when generating the a site with cobertura as a report it generates 0 byte class files and the surefire tests break. brett porter claims it does work and offered up https

Re: Using cobertura with Maven 2

2006-02-03 Thread javed mandary
Hi Rik, I did as you told me , I was able to download part of the cobertura jars however was unable to download all required artifacts please see log: Downloading: http://snapshots.maven.codehaus.org/maven2//org/codehaus/mojo/cober tura-maven-plugin/2.0-SNAPSHOT/cobertura- maven-plugin-2.0

Re: Using cobertura with Maven 2

2006-02-03 Thread Rik Bosman
/maven2/ true false Maven Snapshots http://snapshots.maven.codehaus.org/maven2/ true false 2006/2/3, javed mandary <[EMAIL PROTECTED]>: > > Hi Guys, > i'd like to know some information about the c

Using cobertura with Maven 2

2006-02-02 Thread javed mandary
Hi Guys, i'd like to know some information about the cobertura plugin in general: 1. On which repo is the cobertura-maven-plugin hosted ? 2. How to configure it in your POM ? I tried the following 2 configurations in my POM: ---EXTRACT OF M

Re: [m202] Cobertura plugin

2006-02-02 Thread Konstantin Polyzois
I checked it out ant built it myself did not find a working release of it. /Konstantin 2006/2/1, Arnaud Bailly <[EMAIL PROTECTED]>: > Hello, > What is the status of the cobertura plugin for m2 ? I had problems > trying to include it in the pom through central and there > was

[m202] Cobertura plugin

2006-02-01 Thread Arnaud Bailly
Hello, What is the status of the cobertura plugin for m2 ? I had problems trying to include it in the pom through central and there was some discussion on the list some days ago, but I didn't find how to get the latest and greatest version. Thanks, -- Arnaud Bailly, Dr. - Ingénie

Re: I can't get cobertura to work with maven 2.0.2

2006-02-01 Thread David Sag
;s back to using ant for me. Kind regards, Dave Sag   [EMAIL PROTECTED] wrote on 31-01-2006 18:35:26: > You need latest cobertura built from sources > > > On 1/31/06, David Sag <[EMAIL PROTECTED]> wrote: > > > > Okay I have changed my build so that the checkst

Re: I can't get cobertura to work with maven 2.0.2

2006-02-01 Thread David Sag
Brett Porter <[EMAIL PROTECTED]> wrote on 31-01-2006 18:46:42: > On 2/1/06, David Sag <[EMAIL PROTECTED]> wrote: > > > > > > Okay I have changed my build so that the checkstyle etc all happen on the > > verify phase, and have updated to use the latest s

Re: I can't get cobertura to work with maven 2.0.2

2006-01-31 Thread Brett Porter
On 2/1/06, David Sag <[EMAIL PROTECTED]> wrote: > > > Okay I have changed my build so that the checkstyle etc all happen on the > verify phase, and have updated to use the latest snapshot version of > cobertura plugin. > > [mvn install] works fine - all is as expected. &

Re: I can't get cobertura to work with maven 2.0.2

2006-01-31 Thread Carlos Sanchez
You need latest cobertura built from sources On 1/31/06, David Sag <[EMAIL PROTECTED]> wrote: > > Okay I have changed my build so that the checkstyle etc all happen on the > verify phase, and have updated to use the latest snapshot version of > cobertura plugin. > >

I can't get cobertura to work with maven 2.0.2

2006-01-31 Thread David Sag
Okay I have changed my build so that the checkstyle etc all happen on the verify phase, and have updated to use the latest snapshot version of cobertura plugin. [mvn install] works fine - all is as expected. but [mvn site] continues to break as follows: (disco-davesag) [15:59:16] ~/checkouts

Re: [M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-26 Thread Jason van Zyl
David Sag wrote: ahah just saw this mail. could someone please send me the latest plugin as a zip file? I have trouble getting svn working from in here. http://www.codehaus.org/~jvanzyl/cobertura-maven-plugin-2.0-SNAPSHOT.jar No guarantees. Caveat emptor. Kind regards, Dave Sag

Re: cobertura plugin breaks with maven 2.02 - wors fine with 2.0

2006-01-26 Thread Jason van Zyl
Nigel Magnay wrote: You need to svn-update the cobertura mojo and rebuild it - the bug has been fixed for 2.0.2.,.. I'll ping the current fellow working on the plugin and see if he can do a release. On 26/01/06, David Sag <[EMAIL PROTECTED]> wrote: I have just updated my

Re: [M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-26 Thread David Sag
Brett Porter <[EMAIL PROTECTED]>: > > fixed in SVN of the cobertura plugin. > > > > On 1/23/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote: > > > > > > Hello, > > > > > > I like the cobertura-maven-plugin a lot, which I builded from the

Re: cobertura plugin breaks with maven 2.02 - wors fine with 2.0

2006-01-26 Thread Nigel Magnay
You need to svn-update the cobertura mojo and rebuild it - the bug has been fixed for 2.0.2.,.. On 26/01/06, David Sag <[EMAIL PROTECTED]> wrote: > > > I have just updated my maven 2 to 2.0.2 and now the instrumentation of my > classes fails when using the cobertura

cobertura plugin breaks with maven 2.02 - wors fine with 2.0

2006-01-26 Thread David Sag
I have just updated my maven 2 to 2.0.2 and now the instrumentation of my classes fails when using the cobertura plugin. I get NoClassDefFoundError: org/apache/maven/wagon/util/FileUtils any clues as to what changed between 2.0 and 2.0.2 that would lead to this error? most frustrating Kind

Re: [M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-23 Thread Konstantin Polyzois
ok now it works again nice 2006/1/23, Brett Porter <[EMAIL PROTECTED]>: > fixed in SVN of the cobertura plugin. > > On 1/23/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I like the cobertura-maven-plugin a lot, which I builded fr

Re: [M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-23 Thread Brett Porter
https://svn.codehaus.org/mojo/trunk/mojo/ (mojo-sandbox/cobertura-maven-plugin) - Brett On 1/23/06, Mick Knutson <[EMAIL PROTECTED]> wrote: > Can I get the svn address? > I tried svn://svn.codehaus.org/mojo/scm/trunk/mojo but could not fin

Re: [M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-23 Thread Mick Knutson
] - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Monday, January 23, 2006 10:40 AM Subject: Re: [M2.0.2] cobertura-maven-plugin not wor

Re: [M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-23 Thread Brett Porter
fixed in SVN of the cobertura plugin. On 1/23/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote: > > Hello, > > I like the cobertura-maven-plugin a lot, which I builded from the > mojo-sandbox. This plugin did work fine with the maven-2.0.1 release, but is > not working with ma

[M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-23 Thread Weichsel, Ingo
Hello, I like the cobertura-maven-plugin a lot, which I builded from the mojo-sandbox. This plugin did work fine with the maven-2.0.1 release, but is not working with maven-2.0.2 any more. Does any of you know a workaround or will there be an updated version soon? Regards, Ingo Stacktrace

Re: maven 2 plugins not working: jdepend/cobertura/xdoclet

2006-01-18 Thread Tim Morrow
I checked out the Cobertura plugin from codehaus, built it, installed it locally and used it to successfully generate a coverage report. TIm On 1/17/06, tony nys <[EMAIL PROTECTED]> wrote: > Has anyone sucessfully used maven2 with the jdepend or > cobertura plugins ? > > On

RE: maven 2 plugins not working: jdepend/cobertura/xdoclet

2006-01-18 Thread Brian E. Fox
I have used jdepend successfully. -Original Message- From: tony nys [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 1:54 AM To: users@maven.apache.org Subject: maven 2 plugins not working: jdepend/cobertura/xdoclet Has anyone sucessfully used maven2 with the jdepend or

Re: maven 2 plugins not working: jdepend/cobertura/xdoclet

2006-01-17 Thread Allan Ramirez
the jdepend or cobertura plugins ? On the plugin matrix they are still not final. Does anyone know the planning for these Especially xdoclet is crucial if you want J2EE ! Tony __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

maven 2 plugins not working: jdepend/cobertura/xdoclet

2006-01-17 Thread tony nys
Has anyone sucessfully used maven2 with the jdepend or cobertura plugins ? On the plugin matrix they are still not final. Does anyone know the planning for these Especially xdoclet is crucial if you want J2EE ! Tony __ Do You Yahoo!? Tired of

Re: cobertura m2 plugin: newbie question

2006-01-10 Thread Mathieu Vanderwhale
Hi Laurie, I worked yetserday on the plug-in Patrick suggested and finally found a solution so that Cobertura is now running well under Maven 2 for my project. Here are the instructions : - download the Cobertura Maven 2 plug-in at http://jira.codehaus.org/secure/attachment/17669

Re: cobertura m2 plugin: newbie question

2006-01-10 Thread Laurie Tynor
urie Tynor -- > Hi, > > Have you looked at the M2 cobertura plugin at=20 > http://jira.codehaus.org/browse/MOJO-127 ? > Its not released yet, but it works. > > Patrick > > =20 > > > > Mathieu Vanderwhale <[EMAIL PROTECTED]>

Re: cobertura m2 plugin: newbie question

2006-01-09 Thread Patrick O'shea
Hi, Have you looked at the M2 cobertura plugin at http://jira.codehaus.org/browse/MOJO-127 ? Its not released yet, but it works. Patrick Mathieu Vanderwhale <[EMAIL PROTECTED]> 01/09/2006 10:10 AM Please respond to "Maven Users List" To "Maven Users List"

Re: cobertura m2 plugin: newbie question

2006-01-09 Thread Mathieu Vanderwhale
Hi Laurie, Hi faced problems with the Cobertura plugin for M2 as well. I tried some tricks but I finally gave up. And reading some Cobertura news on the Net, it seems the Cobertura developpers are working on this plugin for Maven 2. So I decided to find another solution : integrate a

cobertura m2 plugin: newbie question

2006-01-06 Thread Laurie Tynor
I'm pretty new to maven, so this may be an obvious question to those with more experience. I have looked through all the docs however, and am unable to resolve it, and would appreciate any help/information. I am using maven2 (2.0.1) and am trying to get the cobertura plugin to work.

problem with Cobertura as Ant task

2006-01-04 Thread Mathieu Vanderwhale
I am working on Cobertura and my problem is as follows : As there is still no Maven2 Cobertura plug-in, I am trying to integrate it under an ant task. Everything goes well but the report Cobertura creates has always 0% coverage. The reason is that Cobertura needs to know where are all the

Re: [m2] cobertura from sandbox

2005-12-29 Thread Adam Hardy
or me can provide more help. Ralf Carlos Sanchez wrote: Could you open an issue in jira? On 12/29/05, Ralf Quebbemann <[EMAIL PROTECTED]> wrote: Yes, that's exactly the same problem I faced yesterday too! The problem is described on the Cobertura FAQ page and they recommend: &qu

Re: [m2] cobertura from sandbox

2005-12-29 Thread Ralf Quebbemann
ed yesterday too! The problem is described on the Cobertura FAQ page and they recommend: "Cobertura does not need ASM in your classpath when running tests. If you're seeing classpath conflicts, just make sure the asm jar that comes with Cobertura is used only by Cobertura, and only when in

Re: [m2] cobertura from sandbox

2005-12-29 Thread Carlos Sanchez
Could you open an issue in jira? On 12/29/05, Ralf Quebbemann <[EMAIL PROTECTED]> wrote: > Yes, that's exactly the same problem I faced yesterday too! The problem > is described on the Cobertura FAQ page and they recommend: > > "Cobertura does not need ASM in your clas

Re: [m2] cobertura from sandbox

2005-12-29 Thread Ralf Quebbemann
Yes, that's exactly the same problem I faced yesterday too! The problem is described on the Cobertura FAQ page and they recommend: "Cobertura does not need ASM in your classpath when running tests. If you're seeing classpath conflicts, just make sure the asm jar that comes wi

[m2] cobertura from sandbox

2005-12-28 Thread Adam Hardy
Maybe I should have added - I think it's a classloader issue because Hibernate specifies asm-1.5.3 in its pom which requires the file but cobertura specifies asm-2.1 in its pom. The problem seems to be that Hibernate cannot load asm-1.5.3 because cobertura has already loaded the l

[m2] cobertura from sandbox

2005-12-26 Thread Adam Hardy
I get this huge stacktrace when running cobertura. It looks like a dependencies issue. The missing class is found in dependency asm-1.5.3 of Hibernate, but not in dependency asm-2.1 of cobertura-maven-plugin. Is there a setting I can use? Is this a fault with cobertura or the hibernate pom

Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Carlos Sanchez
AFAIK cobertura plugin is not ready yet. On 11/24/05, Rubén Barroso <[EMAIL PROTECTED]> wrote: > Ok, surefire worked. Any idea about cobertura? > > Ta ta ta ta ! > > 2005/11/24, Alexandre Russel <[EMAIL PROTECTED]>: > > The surefire plugin should create the xml fi

Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Ok, surefire worked. Any idea about cobertura? Ta ta ta ta ! 2005/11/24, Alexandre Russel <[EMAIL PROTECTED]>: > The surefire plugin should create the xml file for surefire-report > plugin to read. Update the surefire plugin to the latest version, the > previous > had bug. Not

Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Alexandre Russel
. Alex Rubén Barroso a écrit : Sure I don't have. Where and how should I create such a file? Or, better, documentation about it? Thank you Alex! 2005/11/24, Alexandre Russel <[EMAIL PROTECTED]>: Rubén Barroso a écrit : Anyone knows why are my site surefire and cobertura re

Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Sure I don't have. Where and how should I create such a file? Or, better, documentation about it? Thank you Alex! 2005/11/24, Alexandre Russel <[EMAIL PROTECTED]>: > Rubén Barroso a écrit : > > >Anyone knows why are my site surefire and cobertura reports empty? > >

Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Alexandre Russel
Rubén Barroso a écrit : Anyone knows why are my site surefire and cobertura reports empty? do you have xml file in the sufire-report directory? Alex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Anyone knows why are my site surefire and cobertura reports empty? It seems that they're both executed, but their related reports in the generated site are empty :S. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED

Maven Cobertura Plug-in 1.1.1 release

2005-09-21 Thread Carlos Sanchez
The maven-plugins team is pleased to announce the Maven Cobertura Plug-in 1.1.1 release! http://maven-plugins.sourceforge.net/maven-cobertura-plugin Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program

Re: Cobertura 1.1 for M1.1b1

2005-08-30 Thread Vitaliy Geraymovych
t; > I submitted a version that works fine for me. > > Aaron > > --- Vitaliy Geraymovych <[EMAIL PROTECTED]> > wrote: > > > I am trying incorporate cobertura into my project > > reports. So far not > > much luck. When I run cobertura on individu

Re: Cobertura 1.1 for M1.1b1

2005-08-29 Thread Carlos Sanchez
corporate cobertura into my project reports. So far not > much luck. When I run cobertura on individual project it shows > completion but than report shows 0% coverage. When I run > multiproject:site cobertura fails in test:test because of missing > classpath dependencies. Test:test r

Re: Cobertura 1.1 for M1.1b1

2005-08-29 Thread Aaron Smuts
http://jira.codehaus.org/browse/MPJCOVERAGE-25 I submitted a version that works fine for me. Aaron --- Vitaliy Geraymovych <[EMAIL PROTECTED]> wrote: > I am trying incorporate cobertura into my project > reports. So far not > much luck. When I run cobertura on individual >

Cobertura 1.1 for M1.1b1

2005-08-29 Thread Vitaliy Geraymovych
I am trying incorporate cobertura into my project reports. So far not much luck. When I run cobertura on individual project it shows completion but than report shows 0% coverage. When I run multiproject:site cobertura fails in test:test because of missing classpath dependencies. Test:test runs

Re: [m2] Cobertura

2005-08-08 Thread Brett Porter
ti on 08/08/05 15:39, wrote: > > On 8/8/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > > > >>I couldn't find any documentation on how to implement the Cobertura > >>reporting as part of the site:site goal. I scoured the website and it's > >>

Re: [m2] Cobertura

2005-08-08 Thread Jamie Bisotti
On 8/8/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > Jamie Bisotti on 08/08/05 15:39, wrote: > > On 8/8/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > > > >>I couldn't find any documentation on how to implement the Cobertura > >>reporting as part of

Re: [m2] Cobertura

2005-08-08 Thread Adam Hardy
Jamie Bisotti on 08/08/05 15:39, wrote: On 8/8/05, Adam Hardy <[EMAIL PROTECTED]> wrote: I couldn't find any documentation on how to implement the Cobertura reporting as part of the site:site goal. I scoured the website and it's not obvious from that how and where I shou

Re: [m2] Cobertura

2005-08-08 Thread Jamie Bisotti
On 8/8/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > I couldn't find any documentation on how to implement the Cobertura > reporting as part of the site:site goal. I scoured the website and it's > not obvious from that how and where I should set it up, or whether I &

[m2] Cobertura

2005-08-08 Thread Adam Hardy
I couldn't find any documentation on how to implement the Cobertura reporting as part of the site:site goal. I scoured the website and it's not obvious from that how and where I should set it up, or whether I should install it from a different repository. I see that cobertura/cober

Cobertura and Aspectj

2005-08-02 Thread stéphane bouchet
Hi, i am trying to use cobertura with aspectj but it doesn't work : It seems that cobertura canot find the aspectJ libraries ? I use JDK 5.0, Win2k, Maven 1.0.2, last cobertura and aspectj plugins Thanks cobertura:on: [mkdir] Created dir: C:\eclipse\workspace\CASTOR-core\target

Maven Cobertura Plug-in 1.1 released

2005-07-21 Thread Carlos Sanchez
The maven-plugins team is pleased to announce the Maven Cobertura Plug-in 1.1 release! http://maven-plugins.sourceforge.net/maven-cobertura-plugin Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java

Re: Cobertura code coverage tool plugin?

2005-06-08 Thread Carlos Sanchez
I've created a new "cobertura" cvs folder for you with initial files. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/ On 6/8/05, Brett Porter <[EMAIL PROTECTED]> wrote: > send a mail to the developer list at maven-plugins.sf.net. In

Re: Cobertura code coverage tool plugin?

2005-06-08 Thread Brett Porter
send a mail to the developer list at maven-plugins.sf.net. Include your sourceforge username. (sorry for the duplicate Jamie, I accidentally dropped the list from the first reply) On 6/9/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > I've started working on this locally (in what little bit of spa

Re: Cobertura code coverage tool plugin?

2005-06-08 Thread Jamie Bisotti
; > > > What's the point in keeping jcoverage plugin then? JCoverage itself has > > serveral problems and fixes did not get applied by the jcoverage team. That > > was the main reason for the cobertura fork anyway. > > > &g

Re: Cobertura code coverage tool plugin?

2005-06-08 Thread Carlos Sanchez
n then? JCoverage itself has > serveral problems and fixes did not get applied by the jcoverage team. That > was the main reason for the cobertura fork anyway. > > - Jörg > > - > T

RE: Cobertura code coverage tool plugin?

2005-06-08 Thread Jeff Jensen
Not ever having used it...does the commercial JCoverage version work well? If so, then I suggest keeping it on the page for those happily using it and add a note stating the couple of important issues/problems and point to Cobertura. -Original Message- From: Jörg Schaible [mailto

RE: Cobertura code coverage tool plugin?

2005-06-08 Thread Jörg Schaible
oint in keeping jcoverage plugin then? JCoverage itself has serveral problems and fixes did not get applied by the jcoverage team. That was the main reason for the cobertura fork anyway. - Jörg - To unsubscribe, e-mail: [EMAIL

RE: Cobertura code coverage tool plugin?

2005-06-07 Thread Jeff Jensen
: Maven Users List Subject: Re: Cobertura code coverage tool plugin? 1. Download maven-cobertura-plugin-1.4.jar, which is attached to the JIRA issue; place it in MAVEN_HOME/plugins 2. Download cobertura (from the sourceforge site); and unpack it locally. 3. Copy cobertura-1.4/lib/asm/2.0.RC1/asm-2.0

RE: Cobertura code coverage tool plugin?

2005-06-07 Thread Will Gwaltney
eated, but it has a life of its own" - Roger Penrose - -Original Message- From: Jamie Bisotti [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 4:02 PM To: Maven Users List Subject: Re: Cobertura code coverage tool plugin? Any chan

Re: Cobertura code coverage tool plugin?

2005-06-07 Thread Jamie Bisotti
Any chance of back porting it to 1.x? On 6/7/05, Will Gwaltney <[EMAIL PROTECTED]> wrote: > > I'm currently working on a Cobertura plugin for Maven 2, and will contribute > it to the Cobertura site (or some other appropriate place) as s

RE: Cobertura code coverage tool plugin?

2005-06-07 Thread Will Gwaltney
I'm currently working on a Cobertura plugin for Maven 2, and will contribute it to the Cobertura site (or some other appropriate place) as soon as it's ready. - Will Gwaltney SAS Institute [EMAIL PROTECTED] 919-531-9025 "mathematic

Re: Cobertura code coverage tool plugin?

2005-06-07 Thread Jamie Bisotti
1. Download maven-cobertura-plugin-1.4.jar, which is attached to the JIRA issue; place it in MAVEN_HOME/plugins 2. Download cobertura (from the sourceforge site); and unpack it locally. 3. Copy cobertura-1.4/lib/asm/2.0.RC1/asm-2.0.RC1.jar to %HOMEDRIVE%%HOMEPATH%/.maven/repository/asm/jars/asm

Re: Cobertura code coverage tool plugin?

2005-06-07 Thread Jeff Jensen
It seems you have successfully installed and run it. Will you share some instructions on how to set up the in-progress plugin using the latest plugin attached to bug 25 please? (pretty puhleeease!? ;-) Quoting Jamie Bisotti <[EMAIL PROTECTED]>: > Are there any plans to add the Cober

Re: Cobertura code coverage tool plugin?

2005-06-07 Thread Carlos Sanchez
Hi, As I've commented in the JIRA issue the plugin can be hosted in SF http://maven-plugins.sourceforge.net/ and if everything goes ok it could be added to the maven distribution. Regards On 6/7/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > Are there any plans to add the

Cobertura code coverage tool plugin?

2005-06-07 Thread Jamie Bisotti
Are there any plans to add the Cobertura code coverage tool plugin (http://jira.codehaus.org/browse/MPJCOVERAGE-25) to Maven 1.1? 1.2? 2.0? It seems to work very well; just a bit of a pain to install at the moment. -- Jamie Bisotti Software Engineer Lexmark International, Inc

<    1   2   3   4   5   6