Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 39898 invoked from network); 28 May 2008 04:40:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2008 04:40:38 -0000 Received: (qmail 62229 invoked by uid 500); 28 May 2008 04:40:39 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 62170 invoked by uid 500); 28 May 2008 04:40:38 -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 62159 invoked by uid 99); 28 May 2008 04:40:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 21:40:38 -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, 28 May 2008 04:39:51 +0000 Received: from localhost (unknown [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id BED86E22001E for ; Wed, 28 May 2008 04:40:05 +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 32275-01 for ; Wed, 28 May 2008 06:40:04 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 2525) id 6EB48E22001C; Wed, 28 May 2008 06:40:04 +0200 (CEST) To: dev@ant.apache.org Subject: Re: Tiny patch to enable Recursion in Ant X-Draft-From: ("nnfolder:mail.jakarta-ant" 86709) References: From: Stefan Bodewig Date: Wed, 28 May 2008 06:40:04 +0200 In-Reply-To: (Colm Smyth's message of "Wed\, 14 May 2008 13\:38\:11 +0100") 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 sorry for the delay, a combination of a whole lot of work, a broken iBook, very nice weather and severe back pain (not necessarily in that order) have kept me offline. On Wed, 14 May 2008, Colm Smyth wrote: > Yes I used subant, but as I said, it can't recurse on the current > target. > > Since recursion should be a core function of a hierarchical build > system, I think this patch is worth adding to Ant. First of all your original mail didn't contain the patch itself. Second you said you used ant-contrib's for and I pointed out that subant should be enough. The only thing that's missing is a property that knows the current target, isn't it? I know we have rejected the idea of such a property in the past, but we may be at a different point today, so if you open an enhancement request for such a property (or find the old one and reopen it), that would e the right place to attach a patch to enable it. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org