Author: eli Date: Wed Nov 17 00:22:01 2010 New Revision: 1035876 URL: http://svn.apache.org/viewvc?rev=1035876&view=rev Log: HADOOP-7028. ant eclipse does not include requisite ant.jar in the classpath. Contributed by Patrick Angeles
Modified: hadoop/common/trunk/CHANGES.txt hadoop/common/trunk/build.xml Modified: hadoop/common/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=1035876&r1=1035875&r2=1035876&view=diff ============================================================================== --- hadoop/common/trunk/CHANGES.txt (original) +++ hadoop/common/trunk/CHANGES.txt Wed Nov 17 00:22:01 2010 @@ -179,6 +179,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(..). Modified: hadoop/common/trunk/build.xml URL: http://svn.apache.org/viewvc/hadoop/common/trunk/build.xml?rev=1035876&r1=1035875&r2=1035876&view=diff ============================================================================== --- hadoop/common/trunk/build.xml (original) +++ hadoop/common/trunk/build.xml Wed Nov 17 00:22:01 2010 @@ -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>