Hi, I am adding a deleteonexit attribute to <delete>.
attribute: deleteonexit
If true, on failure to delete, note the error with a warning message and
call File#deleteOnExit()
causing the jvm to attempt to delete the file when the jvm process is exitting.
The warning message is "Failed to delete <filename>, calling deleteOnExit".
The warning message will be suppressed with the "quiet" flag.
Peter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]