Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF3CE3E95 for ; Sat, 30 Apr 2011 15:15:39 +0000 (UTC) Received: (qmail 69538 invoked by uid 500); 30 Apr 2011 15:15:36 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 69496 invoked by uid 500); 30 Apr 2011 15:15:36 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 69488 invoked by uid 99); 30 Apr 2011 15:15:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Apr 2011 15:15:36 +0000 X-ASF-Spam-Status: No, hits=1.1 required=5.0 tests=DATE_IN_PAST_06_12,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjlhu-hadoop-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Apr 2011 15:15:28 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QGBsv-00009b-BU for common-user@hadoop.apache.org; Sat, 30 Apr 2011 17:15:05 +0200 Received: from c-50-129-104-211.hsd1.il.comcast.net ([50.129.104.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Apr 2011 17:15:05 +0200 Received: from raviprak by c-50-129-104-211.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Apr 2011 17:15:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: common-user@hadoop.apache.org From: Ravi Subject: Re: ant version problem Date: Sat, 30 Apr 2011 06:58:20 +0000 (UTC) Lines: 34 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 50.129.104.211 (Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20100101 Firefox/4.0) Daniel McEnnis writes: > > Dear Hadoop, > > Which version of ant do I need to keep the hadoop build from failing. > Netbeans ant works as well as eclipse ant works. However, ant 1.8.2 > does not, nor does the > default ant from Ubuntu 10.10. Snippet from failure to follow: > > BUILD FAILED > /home/user/src/trunk/build.xml:338: taskdef A class needed by class > org.apache.hadoop.record.compiler.ant.RccTask cannot be found: Task > using the classloader > Total time: 6 seconds > > Sincerely, > > Daniel McEnnis. > > Hi! In case you're still facing this problem (unlikely but I wanted to document it for the others), try setting ant.home in a build.properties file. I put it in my home directory. Then run ant veryclean compile Cheers Ravi