Stefan, When testing my new stuff (chmod, chown, chgrp and chrights), I came across a bug. Because you seem to be working on this at this moment, I'm not fixing it myself. When you set the quiet attribute to true, if doesn't delete the directory. If I don't touch it (default is false anyawy) I don't get the "documented' exceptions when the directory doesn't exist....
Mvgr, Martin van den Bemt [EMAIL PROTECTED] -----Original Message----- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2001 9:35 AM To: [EMAIL PROTECTED] Subject: Re: What I did to Delete.java Jason Rosenberg <[EMAIL PROTECTED]> 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. <snip/> > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
