You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2009/01/20 00:04:54 UTC

svn commit: r735869 - in /hadoop/hbase/trunk: CHANGES.txt build.xml

Author: stack
Date: Mon Jan 19 15:04:54 2009
New Revision: 735869

URL: http://svn.apache.org/viewvc?rev=735869&view=rev
Log:
HBASE-1140 'ant clean test' fails

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/build.xml

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=735869&r1=735868&r2=735869&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Mon Jan 19 15:04:54 2009
@@ -5,6 +5,7 @@
   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

Modified: hadoop/hbase/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/build.xml?rev=735869&r1=735868&r2=735869&view=diff
==============================================================================
--- hadoop/hbase/trunk/build.xml (original)
+++ hadoop/hbase/trunk/build.xml Mon Jan 19 15:04:54 2009
@@ -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"