Clover provides a set of Command line tools for integration with legacy build systems such as Make, or custom build scripts. If you use Jakarta Ant to build your project, a set ofClover Ant Tasksprovides easier Ant integration.
To use the tools in your build system, the synopsis is:
Copy and instrument your source files using CloverInstr.
Compile the instrumented source files using a standard java compiler.
Execute your tests using whatever framework.
(Optional) If you have multiple separate coverage databases, merge them using CloverMerge.