فهرست منبع

HADOOP-6524. Contrib tests are failing Clover'ed build. Contributed by Konstantin Boudnik.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20@904714 13f79535-47bb-0310-9956-ffa450edef68
Konstantin Boudnik 15 سال پیش
والد
کامیت
606f041322
4فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 2 0
      CHANGES.txt
  2. 1 0
      build.xml
  3. 1 0
      src/contrib/build-contrib.xml
  4. 4 0
      src/contrib/hdfsproxy/ivy.xml

+ 2 - 0
CHANGES.txt

@@ -103,6 +103,8 @@ Release 0.20.2 - Unreleased
     HADOOP-6596. Failing tests prevent the rest of test targets from
     execution. (cos)
 
+    HADOOP-6524. Contrib tests are failing Clover'ed build. (cos)
+
 Release 0.20.1 - 2009-09-01
 
   INCOMPATIBLE CHANGES

+ 1 - 0
build.xml

@@ -759,6 +759,7 @@
   <target name="test-contrib" depends="compile, compile-core-test" description="Run contrib unit tests">
     <subant target="test">
        <property name="version" value="${version}"/>
+       <property name="clover.jar" value="${clover.jar}"/>
        <fileset file="${contrib.dir}/build.xml"/>
     </subant> 
   </target>

+ 1 - 0
src/contrib/build-contrib.xml

@@ -86,6 +86,7 @@
       <include name="**/*.jar" />
     </fileset>
     <path refid="${ant.project.name}.common-classpath"/>
+    <pathelement path="${clover.jar}"/>
   </path>
 
   <!-- the unit test classpath -->

+ 4 - 0
src/contrib/hdfsproxy/ivy.xml

@@ -30,6 +30,10 @@
       name="commons-logging"
       rev="${commons-logging.version}"
       conf="common->default"/>
+    <dependency org="commons-cli"
+      name="commons-cli"
+      rev="${commons-cli.version}"
+      conf="common->default"/>
     <dependency org="log4j"
       name="log4j"
       rev="${log4j.version}"