Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 95124 invoked from network); 29 Oct 2008 15:36:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2008 15:36:41 -0000 Received: (qmail 52609 invoked by uid 500); 29 Oct 2008 15:36:45 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 52563 invoked by uid 500); 29 Oct 2008 15:36:45 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 52552 invoked by uid 99); 29 Oct 2008 15:36:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 08:36:45 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.142.181] (HELO samaflost.de) (88.84.142.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 15:35:32 +0000 Received: from localhost (unknown [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 7C3FBE220014 for ; Wed, 29 Oct 2008 15:36:09 +0000 (UTC) Received: from samaflost.de ([127.0.0.1]) by localhost (v30161.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01736-10 for ; Wed, 29 Oct 2008 16:36:08 +0100 (CET) Received: by samaflost.de (Postfix, from userid 2525) id BD2ADE22000A; Wed, 29 Oct 2008 16:36:08 +0100 (CET) To: dev@ant.apache.org Subject: Re: bootstrap error X-Draft-From: ("nnfolder:mail.jakarta-ant" 90394) References: <325057.13476.qm@web55106.mail.re4.yahoo.com> From: Stefan Bodewig Date: Wed, 29 Oct 2008 16:36:08 +0100 In-Reply-To: <325057.13476.qm@web55106.mail.re4.yahoo.com> (Matt Benson's message of "Wed\, 29 Oct 2008 08\:24\:54 -0700 \(PDT\)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at samaflost.de X-Virus-Checked: Checked by ClamAV on apache.org On Wed, 29 Oct 2008, Matt Benson wrote: > Has anyone else ever seen a problem with "duplicate > class" errors (on optional tasks, seemingly) during > the compilation "phase" ;) of a bootstrap build? Not really. Sounds as if you had a .java file in a place where it shouldn't be. I once had this when I placed a class in the wrong package and then copied the file but forgot to remove the original one. Current trunk bootstraps just fine for me. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org