Author: cos
Date: Sat Jan 30 02:29:40 2010
New Revision: 904714
URL: http://svn.apache.org/viewvc?rev=904714&view=rev
Log:
HADOOP-6524. Contrib tests are failing Clover'ed build. Contributed by
Konstantin Boudnik.
Modified:
hadoop/common/branches/branch-0.20/CHANGES.txt
hadoop/common/branches/branch-0.20/build.xml
hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml
hadoop/common/branches/branch-0.20/src/contrib/hdfsproxy/ivy.xml
Modified: hadoop/common/branches/branch-0.20/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/CHANGES.txt?rev=904714&r1=904713&r2=904714&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20/CHANGES.txt Sat Jan 30 02:29:40 2010
@@ -103,6 +103,8 @@
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
Modified: hadoop/common/branches/branch-0.20/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/build.xml?rev=904714&r1=904713&r2=904714&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20/build.xml (original)
+++ hadoop/common/branches/branch-0.20/build.xml Sat Jan 30 02:29:40 2010
@@ -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>
Modified: hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml?rev=904714&r1=904713&r2=904714&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml (original)
+++ hadoop/common/branches/branch-0.20/src/contrib/build-contrib.xml Sat Jan 30
02:29:40 2010
@@ -86,6 +86,7 @@
<include name="**/*.jar" />
</fileset>
<path refid="${ant.project.name}.common-classpath"/>
+ <pathelement path="${clover.jar}"/>
</path>
<!-- the unit test classpath -->
Modified: hadoop/common/branches/branch-0.20/src/contrib/hdfsproxy/ivy.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/src/contrib/hdfsproxy/ivy.xml?rev=904714&r1=904713&r2=904714&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20/src/contrib/hdfsproxy/ivy.xml (original)
+++ hadoop/common/branches/branch-0.20/src/contrib/hdfsproxy/ivy.xml Sat Jan 30
02:29:40 2010
@@ -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}"