Author: cos
Date: Thu Oct 21 23:17:52 2010
New Revision: 1026178

URL: http://svn.apache.org/viewvc?rev=1026178&view=rev
Log:
HDFS-1474. ant binary-system is broken. Contributed by Konstantin Boudnik

Modified:
    hadoop/hdfs/trunk/CHANGES.txt
    hadoop/hdfs/trunk/build.xml

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=1026178&r1=1026177&r2=1026178&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Thu Oct 21 23:17:52 2010
@@ -317,6 +317,8 @@ Release 0.21.1 - Unreleased
 
     HDFS-1452. ant compile-contrib is broken (cos)
 
+    HDFS-1474. ant binary-system is broken (cos)
+
 Release 0.21.0 - 2010-08-13
 
   INCOMPATIBLE CHANGES

Modified: hadoop/hdfs/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/build.xml?rev=1026178&r1=1026177&r2=1026178&view=diff
==============================================================================
--- hadoop/hdfs/trunk/build.xml (original)
+++ hadoop/hdfs/trunk/build.xml Thu Oct 21 23:17:52 2010
@@ -1106,7 +1106,7 @@
       <fileset dir="${test.src.dir}/system/conf/"/>
     </copy>
     <copy 
tofile="${system-test-build-dir}/${final.name}/lib/hadoop-common-${version}.jar"
-      
file="${build-fi.dir}/ivy/lib/${ant.project.name}/system/hadoop-common-${herriot.suffix}-${version}.jar"
+      
file="${system-test-build-dir}/ivy/lib/${ant.project.name}/system/hadoop-common-${herriot.suffix}-${version}.jar"
       overwrite="true"/>
     <copy tofile="${system-test-build-dir}/${final.name}/${final.name}.jar"
       file="${system-test-build-dir}/${instrumented.final.name}.jar" 
overwrite="true"/>


Reply via email to