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: > > > The only solutio

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
David, I do run into (the same you had I think ) net.sourceforge.cobertura.instrument.Main - Unable to instrument file. Do you know a solution? I'm using mvn 2.02. regards, Rik 2006/2/3, David Sag <[EMAIL PROTECTED]>: > > > Hi Rik, > > So you have actually been able to get the 2.0-SNAPSHOT to

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 during the r

Re: Using cobertura with Maven 2

2006-02-03 Thread David Sag
  javed mandary <[EMAIL PROTECTED]> 03-02-2006 08:31 Please respond to "Maven Users List" To Maven Users List cc Subject Using cobertura with Maven 2 Hi Guys,             i'd like to know some information about the cobertura plugin in gener

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-20060

Re: Using cobertura with Maven 2

2006-02-03 Thread Rik Bosman
Jared, I had the same problem and solved it with the following actions: - Add the version to both the plugins: 2.0-SNAPSHOT - Add the sandbox repository to the pom, see below. Hope this helps, Kindly revert for clarifications, Rik Maven Snapshots http://snapshots.maven.codehaus.org/

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 MY POM --