Browse Source

HADOOP-6200 changes on a test branch

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/branches/HDFS-326@809043 13f79535-47bb-0310-9956-ffa450edef68
Steve Loughran 15 years ago
parent
commit
fb327f685b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      build.xml

+ 2 - 1
build.xml

@@ -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>