diff options
author | Marnie McCormack <marnie@apache.org> | 2008-12-09 10:21:17 +0000 |
---|---|---|
committer | Marnie McCormack <marnie@apache.org> | 2008-12-09 10:21:17 +0000 |
commit | 4923f09de32a83707b030a972631406430b34d33 (patch) | |
tree | 8ffe4ff5638e56eed1340ba208692c44793560eb | |
parent | 43412acd5823c580eb31d2a5729848968021c691 (diff) | |
download | qpid-python-4923f09de32a83707b030a972631406430b34d33.tar.gz |
Updated with amended info for running cobertura QPID-1282
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724656 13f79535-47bb-0310-9956-ffa450edef68
-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. + |