Re: Clover - Ant integration

2010-03-23 Thread David Weintraub
There are Ant tasks for Clover. I've never used the tool, so I can't say too much. However, if it is like a lot of the coverage tools, it's pretty simple. 1). Instal Clover, so Ant has access to it and configure a task in your build.xml to run Clover. 2). When you run the Clover task, it'll produ

Clover - Ant integration

2010-03-23 Thread Irfan Sayed
Hi All, I am using Ant build tool to build the java project. Now i need to use the clover ( code coverage tool ) tool. can somebody please let me know the step by step procedure to configure the same. I am using hudson as web based continuous integration tool. once clover is configured , i have