|
Clover 2.1 Documentation
|
Below are three options for adding the clover.jar to your Ant classpath directly. Installing Clover locally for a single user
Installing Clover at an arbitary locationYou can install and use Clover at an arbitary location and then refer to it using the -lib command line option with Ant: ant \-lib CLOVER_HOME/lib buildWithClover (where CLOVER_HOME is the directory where Clover was installed.) Installing Clover globally into AntCopy clover.jar into ANT_HOME/lib (since all jars in this directory are automatically added to Ant's classpath by the scripts that start Ant). Alternatively, you can add CLOVER_HOME/clover.jar to the CLASSPATH system environment variable before running Ant. For information about setting this variable, please consult your Operating System documentation.
NEXT STEP |
