From 13d0f9c527fc232792d8428184062bebb0e033f3 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 4 Aug 2008 20:31:13 +0000 Subject: [PATCH] HBASE-789 add clover coverage report targets git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@682496 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + build.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3f2a8d89f87..f0a611ed070 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -331,6 +331,7 @@ Release 0.2.0 HBASE-779 Test changing hbase.hregion.memcache.block.multiplier to 2 HBASE-783 For single row, single family retrieval, getRow() works half as fast as getScanner().next() (Jean-Daniel Cryans via Stack) + HBASE-789 add clover coverage report targets (Rong-en Fan via Stack) NEW FEATURES HBASE-47 Option to set TTL for columns in hbase diff --git a/build.xml b/build.xml index a42248db737..6e835ac5b7b 100644 --- a/build.xml +++ b/build.xml @@ -65,11 +65,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Clover not found. Code coverage reports disabled. + + + + + + ################################################################## + Clover not found. + Please make sure clover.jar is in ANT_HOME/lib, or made available + to Ant using other mechanisms like -lib or CLASSPATH. + ################################################################## + + + + + + + + + + + + + + + + +