git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@744406 13f79535-47bb-0310-9956-ffa450edef68
@@ -175,6 +175,9 @@ Trunk (unreleased changes)
HADOOP-5253. Remove duplicate call to cn-docs target.
(Giri Kesavan via nigel)
+ HADOOP-5251. Fix classpath for contrib unit tests to include clover jar.
+ (nigel)
+
Release 0.20.0 - Unreleased
INCOMPATIBLE CHANGES
@@ -771,6 +771,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>
@@ -86,6 +86,7 @@
<include name="**/*.jar" />
</fileset>
<path refid="${ant.project.name}.common-classpath"/>
+ <pathelement path="${clover.jar}"/>
</path>
<!-- the unit test classpath -->
@@ -205,6 +205,7 @@
<pathelement location="${hadoop.root}/build/classes"/>
<pathelement location="${hadoop.root}/build/test/classes"/>
+ <pathelement location="${clover.jar}"/>
<path id="testDemuxClasspath">