Re: [jira] Updated: (LUCENE-721) Code coverage reports

2006-11-28 Thread Michael Busch
Chris Hostetter wrote: : Here it is, Grant. This new patch uses Clover to generate code coverage : reports. Simply add clover.jar to the ant classpath, do a clean and : run the target test. During compiling Clover will automatically : instrument all classes under src/java. haven't had a chance

Re: [jira] Updated: (LUCENE-721) Code coverage reports

2006-11-26 Thread Chris Hostetter
: Here it is, Grant. This new patch uses Clover to generate code coverage : reports. Simply add clover.jar to the ant classpath, do a clean and : run the target test. During compiling Clover will automatically : instrument all classes under src/java. haven't had a chance to look at the patch,

[jira] Updated: (LUCENE-721) Code coverage reports

2006-11-25 Thread Michael Busch (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-721?page=all ] Michael Busch updated LUCENE-721: - Attachment: clover.patch Here it is, Grant. This new patch uses Clover to generate code coverage reports. Simply add clover.jar to the ant classpath, do a