Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 73086 invoked by uid 500); 10 May 2001 06:48:25 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 73036 invoked from network); 10 May 2001 06:48:19 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: Logging and Verbose References: <3.0.6.32.20010508232432.00a71e00@mail.alphalink.com.au> <3.0.6.32.20010509194814.00afb100@mail.alphalink.com.au> From: Stefan Bodewig Date: 10 May 2001 08:48:25 +0200 In-Reply-To: Russell Gold's message of "Wed, 9 May 2001 19:06:50 -0400" Message-ID: Lines: 15 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Russell Gold wrote: > I notice that it used to be the case that -verbose dumped what I > thought was very interesting stuff: the system properties that ant > saw (including the classpath) and for each task, the logic it used > to decide whether and what to run. A lot of that seems to be gone > now, presumably because it was *too* verbose. I think it just has been degraded to the -debug level. Like Pete already said, in Ant2 you'll be able to modify the verbosity of logging at a much finer granularity - independent of how we implement this 8-). Stefan