diff options
-rw-r--r-- | qpid/java/lib/cobertura/README.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/qpid/java/lib/cobertura/README.txt b/qpid/java/lib/cobertura/README.txt index 58b876f4a7..62daac2edc 100644 --- a/qpid/java/lib/cobertura/README.txt +++ b/qpid/java/lib/cobertura/README.txt @@ -1,3 +1,9 @@ -Download the cobertura binary from the following location and unpack it into this directory. Run "ant covertest coverage-report" to generate coverage report. - +Download the cobertura binary from the following location:
+
http://cobertura.sourceforge.net/download.html +
+
+Unpack it into the cobertura (this) directory and then move the contents up one level i.e. once unpacked it will create a cobertura-<version>. directory with the cobertura.jar and scripts and a lib dir. All this content needs to move up to the cobertura directory proper.
+
+Run "ant cover-test coverage-report" to generate coverage report. + |