Browse Source

commit 7887219bcedfc029e3657e127fb68cece653cd09
Author: Eli Collins <eli@apache.org>
Date: Wed Nov 17 00:22:01 2010 +0000

HADOOP-7028. ant eclipse does not include requisite ant.jar in the classpath. Contributed by Patrick Angeles


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1035876 13f79535-47bb-0310-9956-ffa450edef68


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/yahoo-merge@1079133 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 năm trước cách đây
mục cha
commit
96660bc677
2 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 3 0
      CHANGES.txt
  2. 1 0
      build.xml

+ 3 - 0
CHANGES.txt

@@ -184,6 +184,9 @@ Trunk (unreleased changes)
 
     HADOOP-6562. FileContextSymlinkBaseTest should use FileContextTestHelper. (eli)
 
+    HADOOP-7028. ant eclipse does not include requisite ant.jar in the 
+    classpath. (Patrick Angeles via eli)
+
   OPTIMIZATIONS
 
     HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).

+ 1 - 0
build.xml

@@ -1575,6 +1575,7 @@
         <output path="${build.dir.eclipse-main-classes}" />
         <library pathref="ivy-common.classpath" exported="true" />
         <library pathref="ivy-test.classpath" exported="false" />
+        <variable path="ANT_HOME/lib/ant.jar" exported="false" />
         <library path="${conf.dir}" exported="false" />
       </classpath>
     </eclipse>