HBASE-1140 'ant clean test' fails
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@735869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db5cfb802f
commit
879fe35bbb
|
@ -5,6 +5,7 @@ Release 0.20.0 - Unreleased
|
|||
BUG FIXES
|
||||
HBASE-1136 HashFunction inadvertently destroys some randomness
|
||||
(Jonathan Ellis via Stack)
|
||||
HBASE-1140 "ant clean test" fails (Nitay Joffe via Stack)
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-1089 Add count of regions on filesystem to master UI; add percentage
|
||||
|
|
|
@ -400,7 +400,7 @@
|
|||
redoing init and jscpc at this stage of the game; i.e. the prereqs
|
||||
for compile. TODO: Investigate why. For now, test will fail
|
||||
if not preceeded by manual 'jar' or 'compile' invokation -->
|
||||
<target name="compile-test" >
|
||||
<target name="compile-test" depends="compile">
|
||||
<javac encoding="${build.encoding}"
|
||||
srcdir="${src.test}"
|
||||
includes="**/*.java"
|
||||
|
|
Loading…
Reference in New Issue