Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 15952 invoked from network); 19 Jan 2001 08:35:00 -0000 Received: from bodewig.bost.de (root@195.227.98.11) by h31.sny.collab.net with SMTP; 19 Jan 2001 08:35:00 -0000 Received: (from bodewig@localhost) by bodewig.bost.de (8.9.3/8.9.3) id JAA02056; Fri, 19 Jan 2001 09:35:11 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Re: What I did to Delete.java References: <18c701c081ec$9ff9ff40$020a0a0a@alsatian> From: Stefan Bodewig Date: 19 Jan 2001 09:35:10 +0100 In-Reply-To: "Jason Rosenberg"'s message of "Fri, 19 Jan 2001 02:50:56 -0500" Message-ID: Lines: 22 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Jason Rosenberg wrote: > In Delete.java, when explicitly deleting a directory with verbose > mode, you get double reporting of the "Deleting" message: > > Deleting directory /foo/bar/ > Deleting directory /foo/bar/ OK, this is annoying and should be addressed. > And changed the logging in the removeDir() method to always happen, > instead of just for verbose mode: I'm not sure I'd want that much output - this is going to print a line for every single directory out of a big directory tree. IMHO this should be left to verbose reporting. Others? Stefan