Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 69932 invoked from network); 13 Apr 2010 21:00:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 21:00:13 -0000 Received: (qmail 94414 invoked by uid 500); 13 Apr 2010 21:00:12 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 94380 invoked by uid 500); 13 Apr 2010 21:00:12 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 94372 invoked by uid 99); 13 Apr 2010 21:00:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 21:00:12 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 21:00:07 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1O1nD0-0008Vj-P7 for user@ant.apache.org; Tue, 13 Apr 2010 13:59:46 -0700 Message-ID: <28235538.post@talk.nabble.com> Date: Tue, 13 Apr 2010 13:59:46 -0700 (PDT) From: garyh6 To: user@ant.apache.org Subject: Re: Ant 1.8 problems with Eclipse In-Reply-To: <7902FC83E972784190ED53748E90D1651E85166E@ftmail1.fetch.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ghirschhorn@fetch.com References: <7902FC83E972784190ED53748E90D1651E85166E@ftmail1.fetch.local> I found a workaround. The specific problem we had seemed to be because we were importing common build.xml files into our project-specific build files, but the import was having problems when it is the first line in our project-specific build file. However, if I put a property task before the import, it seems to work fine. I am guessing this much force some initialization that wasn't occurring with only the . I have no idea why this same issue doesn't happen in either command line with Ant 1.8, or with Eclipse using Ant 1.7. Here are two build files that demonstrate the problem. Commenting out the dummy assignment allows it to work fine with Eclipse/Ant 1.8: Entering master.masterTarget Entering common.commonTarget -- View this message in context: http://old.nabble.com/Ant-1.8-problems-with-Eclipse-tp28224770p28235538.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org