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 builds the clover-enhanced version of the framework classes, and executes the JUnit test suite twice (with all logging enabled and then with all logging disabled), then generates the HTML report into the web/doc/clover directory.