Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 71313 invoked from network); 1 Mar 2005 14:50:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Mar 2005 14:50:15 -0000 Received: (qmail 49803 invoked by uid 500); 1 Mar 2005 14:50:12 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 49727 invoked by uid 500); 1 Mar 2005 14:50:12 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 49708 invoked by uid 99); 1 Mar 2005 14:50:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mailgw.valista.com (HELO mailgw.valista.com) (62.221.11.200) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 01 Mar 2005 06:50:10 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgw.valista.com (Postfix) with ESMTP id 6447C32E84 for ; Tue, 1 Mar 2005 14:49:58 +0000 (GMT) Received: from [172.16.1.218] (titan.valista.com [62.221.11.226]) by mailgw.valista.com (Postfix) with ESMTP id F247F32E5D for ; Tue, 1 Mar 2005 14:49:56 +0000 (GMT) Message-ID: <4224812E.5030405@valista.com> Date: Tue, 01 Mar 2005 14:50:22 +0000 From: craig ryan Organization: Valista User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a4) Gecko/20040927 X-Accept-Language: en, en-us MIME-Version: 1.0 To: dev@ant.apache.org Subject: Re: [PATCH] SubAnt verbose attribute References: <420CE0C7.6030209@valista.com> In-Reply-To: <420CE0C7.6030209@valista.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS 0.3.13pre2 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N anyone interested to respond to this guys? The company is using a special-build ant.jar from me at present with this update, I want to see if I can get this rolled into the standard distribution. thanks, craig ryan. craig ryan wrote: > > With complex build systems in particular I've found it useful to define > a new verbose boolean attribute for the subant task, eg: > > verbose="true"/> > > which results in output indicating the entry/exit of each sub-direcrtory > recusively. For example: > > > [subant] Entering directory: /my/src/daemons > mytarget: > .... > > [subant] Exiting directory: /my/src/daemons > > attached is the patch, can you please indicate if this will be accepted > into the next version of ant, and if so, which version please? > > regards, > craig. > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org