Re: Cobertura

2010-03-09 Thread Greg Roodt
http://cobertura.sourceforge.net/anttaskreference.html The Cobertura task is a 3rd party Ant task and not part of core Ant. You will probably have more luck looking at the Cobertura documentation. Kind Regards Greg Roodt On Tue, Mar 9, 2010 at 6:50 AM, Irfan Sayed wrote: > Hi All, >

Cobertura

2010-03-08 Thread Irfan Sayed
Hi All, Can you please tell me how to use Cobertura plugin in Ant. i have some unit test cases, that i am compiling using ant. Now i have to create the cobertura report using Ant and hudson so that i can see how much code has been covered by these test cases. Can someone please give me step by

Re: cobertura-instrument--anyone seen this?

2009-05-12 Thread Mitch Gitman
OK, here's the explanation, and well, if it isn't frustrating... I'd recently rearranged my classpath. (I should have realized right away that's what changed recently and started down that route.) Apparently, I wasn't making available in the classpath the libraries needed

Re: cobertura-instrument--anyone seen this?

2009-05-12 Thread Mitch Gitman
ollow-up eventually when I figure it out. On Tue, May 12, 2009 at 11:49 AM, Francis Galiegue wrote: > Le Tuesday 12 May 2009 20:31:10 Mitch Gitman, vous avez écrit : > > I'm not sure there's a better forum for this question. I'm invoking > > the *cobertura-instrume

Re: cobertura-instrument--anyone seen this?

2009-05-12 Thread Francis Galiegue
Le Tuesday 12 May 2009 20:31:10 Mitch Gitman, vous avez écrit : > I'm not sure there's a better forum for this question. I'm invoking > the *cobertura-instrument > *Ant task for instrumenting classes for Cobertura code coverage. Very >

cobertura-instrument--anyone seen this?

2009-05-12 Thread Mitch Gitman
I'm not sure there's a better forum for this question. I'm invoking the *cobertura-instrument *Ant task for instrumenting classes for Cobertura code coverage. Very simplistic implementation: The output I get though is this: [cobertura:cober