Clover Setup

Clover is a properietary tool that gathers code coverage information and generates reports from it. They have kindly donated a license for Clover to the Tapestry project.

To configure for clover:

The Clover report executes from the junit directory, using the Ant target clover. It runs builds the clover-enhanced version of the framework classes, and executs the JUnit test suite twice (with all logging enabled and all logging disabled), then generates the HTML report into the web/doc/clover directory.