Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 64346 invoked from network); 18 Aug 2010 17:57:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Aug 2010 17:57:24 -0000 Received: (qmail 47478 invoked by uid 500); 18 Aug 2010 17:57:24 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 47253 invoked by uid 500); 18 Aug 2010 17:57:23 -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 47242 invoked by uid 99); 18 Aug 2010 17:57:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 17:57:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-ant-dev@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; Wed, 18 Aug 2010 17:57:15 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Olmsb-00070P-RD for dev@ant.apache.org; Wed, 18 Aug 2010 19:56:49 +0200 Received: from c-24-218-52-177.hsd1.ma.comcast.net ([24.218.52.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Aug 2010 19:56:49 +0200 Received: from jesse.glick by c-24-218-52-177.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Aug 2010 19:56:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@ant.apache.org From: Jesse Glick Subject: Re: warning: 'includeantruntime' was not set Date: Wed, 18 Aug 2010 13:56:38 -0400 Organization: Oracle Corp. / NetBeans Lines: 6 Message-ID: References: <1282140624.54513.ezmlm@ant.apache.org> <1300907514.526495.1282140891933.JavaMail.fmail@mwmweb048> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-24-218-52-177.hsd1.ma.comcast.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Lightning/1.0b1 Thunderbird/3.0.6 In-Reply-To: On 08/18/2010 12:31 PM, Matt Benson wrote: > require those running such ancient buildfiles Unfortunately they need not be so ancient. I have come across more than one build.xml from an actively developed project which just assumed that sources could be compiled against org.apache.tools.ant.** without doing anything. Of course fixing such a script is easy if you know what is wrong, but the authors (or new maintainers) may not know what to do when a new Ant release breaks their build. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org