Author: omalley
Date: Fri Mar 4 03:44:29 2011
New Revision: 1077135
URL: http://svn.apache.org/viewvc?rev=1077135&view=rev
Log:
commit e719711e940ab80becf92bb75ea5fa5c59dfa053
Author: Konstantin Boudnik <[email protected]>
Date: Fri Jan 29 16:25:27 2010 -0800
HADOOP-6524 from
https://issues.apache.org/jira/secure/attachment/12431839/HADOOP-6524.patch
+++ b/YAHOO-CHANGES.txt
+ HADOOP-6524. Contrib tests are failing Clover'ed build. (cos)
+
Modified:
hadoop/common/branches/branch-0.20-security-patches/build.xml
hadoop/common/branches/branch-0.20-security-patches/src/contrib/build-contrib.xml
hadoop/common/branches/branch-0.20-security-patches/src/contrib/hdfsproxy/ivy.xml
Modified: hadoop/common/branches/branch-0.20-security-patches/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/build.xml?rev=1077135&r1=1077134&r2=1077135&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/build.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/build.xml Fri Mar 4
03:44:29 2011
@@ -869,6 +869,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-security-patches/src/contrib/build-contrib.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/contrib/build-contrib.xml?rev=1077135&r1=1077134&r2=1077135&view=diff
==============================================================================
---
hadoop/common/branches/branch-0.20-security-patches/src/contrib/build-contrib.xml
(original)
+++
hadoop/common/branches/branch-0.20-security-patches/src/contrib/build-contrib.xml
Fri Mar 4 03:44:29 2011
@@ -88,6 +88,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-security-patches/src/contrib/hdfsproxy/ivy.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/contrib/hdfsproxy/ivy.xml?rev=1077135&r1=1077134&r2=1077135&view=diff
==============================================================================
---
hadoop/common/branches/branch-0.20-security-patches/src/contrib/hdfsproxy/ivy.xml
(original)
+++
hadoop/common/branches/branch-0.20-security-patches/src/contrib/hdfsproxy/ivy.xml
Fri Mar 4 03:44:29 2011
@@ -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}"