From 91432bc78ba8b4468d661d6f3bc07309ee37c290 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sun, 28 Mar 2004 11:28:00 +0000 Subject: [PATCH] Various changes, mostly related to Clover coverage reports. --- build.xml | 71 ++++++++++++++++++++++++++++++++++------------ project.properties | 12 +++----- 2 files changed, 57 insertions(+), 26 deletions(-) diff --git a/build.xml b/build.xml index f9f76e81e6..6d2b07744f 100644 --- a/build.xml +++ b/build.xml @@ -1,9 +1,25 @@ + @@ -11,6 +27,9 @@ + + + @@ -23,6 +42,7 @@ + @@ -39,6 +59,7 @@ + @@ -49,6 +70,7 @@ + @@ -103,6 +125,7 @@ + @@ -133,7 +156,7 @@ - + @@ -220,6 +243,7 @@ + @@ -234,6 +258,7 @@ + @@ -249,7 +274,8 @@ - + + @@ -297,6 +323,7 @@ + @@ -352,19 +379,29 @@ - + + + - - - - + + + + + + + + + + + - + - - - - + + + + + diff --git a/project.properties b/project.properties index 200c52b7e8..610e19b14a 100644 --- a/project.properties +++ b/project.properties @@ -50,7 +50,7 @@ test.dir=${basedir}/test test.includes=**/*TestSuite.class **/*Tests.class # Wildcards to exclude among JUnit tests -test.excludes=**/Abstract* +test.excludes= # Directory where JUnit test reports are written target.junit.reports.dir=${target.dir}/test-reports @@ -76,16 +76,12 @@ target.otherclasses.dir=${target.dir}/other-classes jalopy.xml=jalopy.xml # Clover properties -clover.dbdir=${target.dir}/clover +target.clover.dir=${target.dir}/clover +clover.dbdir=${target.clover.dir}/db clover.dbfile=acegi_security_coverage.db -clover.initstring=${clover.dbdir}/${clover.dbfile} +clover.tmpdir=${target.clover.dir}/tmp target.clover.html.dir=${target.dir}/clover-reports -# Global property to exclude selected classes from Clover instrumentation. -# Typically we'll use this to exclude experimental packages from coverage -# analysis, or classes that are intended to support development. -clover.excludes=**/*Exception.java:**/*Tests.java - # ------------------------------------------------------------------------ # docbook reference documentation # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -