From ad8e400b786c5868d4e0d2aa880625240e44e311 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Fri, 12 Sep 2008 10:19:00 +0000 Subject: QPID-1282: Add targets for cobertura coverage reporting. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694671 13f79535-47bb-0310-9956-ffa450edef68 --- java/build.xml | 27 +++++++++++++++- java/common.xml | 15 +++++++-- java/lib/cobertura/README.txt | 3 ++ java/module.xml | 75 ++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 116 insertions(+), 4 deletions(-) create mode 100644 java/lib/cobertura/README.txt (limited to 'java') diff --git a/java/build.xml b/java/build.xml index 23b0d3b0a2..69dcd4d5c0 100644 --- a/java/build.xml +++ b/java/build.xml @@ -34,7 +34,7 @@ - + @@ -189,4 +189,29 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/common.xml b/java/common.xml index 2c9d74fcc1..b169e4942c 100644 --- a/java/common.xml +++ b/java/common.xml @@ -38,8 +38,8 @@ - - + + @@ -51,6 +51,17 @@ + + + + + + + + + + + diff --git a/java/lib/cobertura/README.txt b/java/lib/cobertura/README.txt new file mode 100644 index 0000000000..58b876f4a7 --- /dev/null +++ b/java/lib/cobertura/README.txt @@ -0,0 +1,3 @@ +Download the cobertura binary from the following location and unpack it into this directory. Run "ant covertest coverage-report" to generate coverage report. + +http://cobertura.sourceforge.net/download.html diff --git a/java/module.xml b/java/module.xml index 0ff3887e8d..c329fdfcb2 100644 --- a/java/module.xml +++ b/java/module.xml @@ -32,6 +32,7 @@ + @@ -41,7 +42,6 @@ - @@ -55,6 +55,9 @@ + + + @@ -447,6 +450,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1