Kaynağa Gözat

commit 82745e783112049f0db59fd5aa7ba7d67c26313d
Author: Vinay Kumar Thota <vinayt@yahoo-inc.com>
Date: Thu Oct 7 15:18:30 2010 +0000

4046657 from


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077762 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 yıl önce
ebeveyn
işleme
6a3ebc0da5
2 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 5 1
      src/contrib/build-contrib.xml
  2. 1 0
      src/test/aop/build/aop.xml

+ 5 - 1
src/contrib/build-contrib.xml

@@ -143,6 +143,10 @@
       <include name="**/*.jar" />
       <exclude name="**/excluded/" />
     </fileset>
+    <fileset dir="${hadoop.root}/build/contrib/${name}">
+      <include name="**/*.jar" />
+      <exclude name="**/excluded/" />
+    </fileset>
   </path>
 
   <!-- to be overridden by sub-projects -->
@@ -313,7 +317,7 @@
   <!-- ================================================================== -->
   <!-- Run system tests                                                   -->
   <!-- ================================================================== -->
-  <target name="test-system" depends="compile, compile-test-system"
+  <target name="test-system" depends="compile, compile-test-system, jar"
      if="test.system.available">
      <delete dir="${build.test.system}/extraconf"/>
      <mkdir dir="${build.test.system}/extraconf"/>

+ 1 - 0
src/test/aop/build/aop.xml

@@ -123,6 +123,7 @@
     <subant target="test-system-contrib">
        <property name="hadoop.home" value="${hadoop.home}"/>
        <property name="hadoop.conf.dir" value="${hadoop.conf.dir}"/>
+       <property name="version" value="${version}"/>
        <property name="hadoop.conf.dir.deployed"
            value="${hadoop.conf.dir.deployed}"/>
        <fileset file="${contrib.dir}/build.xml"/>