From 61b657318d15919fceb2bc462e7e4d3290d33bba Mon Sep 17 00:00:00 2001 From: Francois Beausoleil Date: Tue, 23 Mar 2004 18:16:40 +0000 Subject: [PATCH] * build.xml: Changed the way the Clover report is generated. Used the existing targets, instead of having to maintain two different sets of targets to build with or without Clover. Changed order of target dependencies for clover.tests so that instrumented classes are built before the test classes. Removed the separate target folder for instrumented classes. If a separate target folder is used, separate classpaths are required when testing with Clover than when not using Clover. * project.properties: Removed the target.clover.dir property definition. Updated clover.dbdir to put the DB somewhere safe. Set clover.excluded so as not instrument the test classes themselves. --- build.xml | 39 ++++----------------------------------- project.properties | 7 +++---- 2 files changed, 7 insertions(+), 39 deletions(-) diff --git a/build.xml b/build.xml index 05819a10a0..f9f76e81e6 100644 --- a/build.xml +++ b/build.xml @@ -354,48 +354,17 @@ + + - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - +