http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1621
*** shadow/1621 Sun May 20 17:26:44 2001
--- shadow/1621.tmp.14862 Wed Jun 13 07:52:50 2001
***************
*** 1,19 ****
! Bug#: 1621
! Product: Ant
! Version: Nightly build
! Platform: PC
! OS/Version: Linux
! Status: NEW
! Resolution:
! Severity: Minor
! Priority:
! Component: Core tasks
! AssignedTo: [EMAIL PROTECTED]
! ReportedBy: [EMAIL PROTECTED]
! URL:
! Cc:
! Summary: Delete.java documentation vs code mismatch
!
The documentation for the <quiet> tag to <delete> states:
* If the file does not exist, do not display a diagnostic
* message or modify the exit status to reflect an error.
--- 1,19 ----
! +============================================================================+
! | Delete.java documentation vs code mismatch |
! +----------------------------------------------------------------------------+
! | Bug #: 1621 Product: Ant |
! | Status: RESOLVED Version: Nightly build |
! | Resolution: FIXED Platform: PC |
! | Severity: Minor OS/Version: Linux |
! | Priority: High Component: Core tasks |
! +----------------------------------------------------------------------------+
! | Assigned To: [EMAIL PROTECTED] |
! | Reported By: [EMAIL PROTECTED] |
! | CC list: Cc: |
! +----------------------------------------------------------------------------+
! | URL: |
! +============================================================================+
! | DESCRIPTION |
The documentation for the <quiet> tag to <delete> states:
* If the file does not exist, do not display a diagnostic
* message or modify the exit status to reflect an error.
***************
*** 24,26 ****
--- 24,31 ----
unconditionally. This call should be wrapped within a
if (!quiet) {}, or the documentation should be rewritten to more accurately
reflect the behavior.
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-06-13 07:52 -------
+ fixed documentation in nightly 2001-06-14
+
+ logging to verbose seems more appropriate than swallowing the information.
\ No newline at end of file