Author: nigel
Date: Sat Feb 14 06:35:29 2009
New Revision: 744406
URL: http://svn.apache.org/viewvc?rev=744406&view=rev
Log:
HADOOP-5251. Fix classpath for contrib unit tests to include clover jar.
Contributed by nigel
Modified:
hadoop/core/trunk/CHANGES.txt
hadoop/core/trunk/build.xml
hadoop/core/trunk/src/contrib/build-contrib.xml
hadoop/core/trunk/src/contrib/chukwa/build.xml
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=744406&r1=744405&r2=744406&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Sat Feb 14 06:35:29 2009
@@ -175,6 +175,9 @@
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
Modified: hadoop/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/build.xml?rev=744406&r1=744405&r2=744406&view=diff
==============================================================================
--- hadoop/core/trunk/build.xml (original)
+++ hadoop/core/trunk/build.xml Sat Feb 14 06:35:29 2009
@@ -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>
Modified: hadoop/core/trunk/src/contrib/build-contrib.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/build-contrib.xml?rev=744406&r1=744405&r2=744406&view=diff
==============================================================================
--- hadoop/core/trunk/src/contrib/build-contrib.xml (original)
+++ hadoop/core/trunk/src/contrib/build-contrib.xml Sat Feb 14 06:35:29 2009
@@ -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/core/trunk/src/contrib/chukwa/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/build.xml?rev=744406&r1=744405&r2=744406&view=diff
==============================================================================
--- hadoop/core/trunk/src/contrib/chukwa/build.xml (original)
+++ hadoop/core/trunk/src/contrib/chukwa/build.xml Sat Feb 14 06:35:29 2009
@@ -205,6 +205,7 @@
</fileset>
<pathelement location="${hadoop.root}/build/classes"/>
<pathelement
location="${hadoop.root}/build/test/classes"/>
+ <pathelement location="${clover.jar}"/>
</path>
<path id="testDemuxClasspath">