Browse Source

Hadoop-7400 HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set (Giridharan Kesavan)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security@1136721 13f79535-47bb-0310-9956-ffa450edef68
Giridharan Kesavan 14 years ago
parent
commit
5d2d5ebae5
2 changed files with 4 additions and 0 deletions
  1. 3 0
      CHANGES.txt
  2. 1 0
      src/contrib/hdfsproxy/build.xml

+ 3 - 0
CHANGES.txt

@@ -5,6 +5,9 @@ Release 0.20.206.0 - unreleased
   NEW FEATURES
 
   BUG FIXES
+  
+  HADOOP-7400. Fix HdfsProxyTests fails when the -Dtest.build.dir 
+	and -Dbuild.test is set a dir other than build dir (gkesavan).
 
   IMPROVEMENTS
 

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

@@ -495,6 +495,7 @@
   <path id="test.classpath">
     <pathelement location="${proxy.conf.test}"/>
     <pathelement location="${test.build.dir}"/>
+    <pathelement location="${build.test}/classes"/> 
     <pathelement location="${hadoop.root}/build/test/classes"/>
     <!--<pathelement location="${hadoop.root}/src/contrib/test"/>-->
     <pathelement location="${hadoop.root}/conf"/>