Need help getting jcoverage to work

2003-12-10 Thread VLADIMIR TERZIC
i am using eclipse with maven and i get errors when i try to run jcoverage on my project. (i guess i should mention that i am able to run clover maven task just fine) i have my source in src/java and my test source code in src/test i don't have any jcoverage properties set and when i try to run

RE: Need help getting jcoverage to work

2003-12-10 Thread GONNOT boris
: mercredi 10 décembre 2003 04:47 À : [EMAIL PROTECTED] Objet : RE: Need help getting jcoverage to work i can't get jcoverage to work from maven either... thanks vlad >>> [EMAIL PROTECTED] 12/09/03 06:28PM >>> Not sure if its related, but in making the AndroMDA maven plug

RE: Need help getting jcoverage to work

2003-12-09 Thread VLADIMIR TERZIC
atthew > -Original Message- > From: Gilles Dodinet [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 10, 2003 9:36 AM > To: Maven Users List > Subject: Re: Need help getting jcoverage to work > > > vlad, > > i am using eclipse as well and ive encounter

RE: Need help getting jcoverage to work

2003-12-09 Thread J. Matthew Pryor
3 9:36 AM > To: Maven Users List > Subject: Re: Need help getting jcoverage to work > > > vlad, > > i am using eclipse as well and ive encountered some problem with > jcoverage too. i cannot retell precisely what the symptoms were but from > what i remember, the ma

Re: Need help getting jcoverage to work

2003-12-09 Thread Gilles Dodinet
vlad, i am using eclipse as well and ive encountered some problem with jcoverage too. i cannot retell precisely what the symptoms were but from what i remember, the main issue was that the testcases were instrumented along with the application classes (and thus the stats were biased). im aware

Need help getting jcoverage to work

2003-12-09 Thread VLADIMIR TERZIC
i am using eclipse with maven and i get errors when i try to run jcoverage on my project. (i guess i should mention that i am able to run clover maven task just fine) i have my source in src/java and my test source code in src/test i don't have any jcoverage properties set and when i try to run