You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by st...@apache.org on 2009/08/29 00:10:18 UTC

svn commit: r809043 - /hadoop/hdfs/branches/HDFS-326/build.xml

Author: stevel
Date: Fri Aug 28 22:10:18 2009
New Revision: 809043

URL: http://svn.apache.org/viewvc?rev=809043&view=rev
Log:
HADOOP-6200 changes on a test branch

Modified:
    hadoop/hdfs/branches/HDFS-326/build.xml

Modified: hadoop/hdfs/branches/HDFS-326/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/HDFS-326/build.xml?rev=809043&r1=809042&r2=809043&view=diff
==============================================================================
--- hadoop/hdfs/branches/HDFS-326/build.xml (original)
+++ hadoop/hdfs/branches/HDFS-326/build.xml Fri Aug 28 22:10:18 2009
@@ -558,7 +558,8 @@
     </jar>
   </target>
 
-  <target name="jar-hdfswithmr-test" depends="compile-hdfs-with-mr-test" description="Make hadoop-hdfswithmr-test.jar"> 
+  <target name="jar-hdfswithmr-test" depends="compile-hdfs-with-mr-test" description="Make hadoop-hdfswithmr-test.jar"
+      if="hadoop-mapred.jar.exists"> 
     <copy todir="${test.build.classes}">
       <fileset dir="${test.hdfs.with.mr.build.classes}"/>
     </copy>