You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/06/12 11:57:33 UTC

[Bug 2067] - Delete Task is not quiet when "quiet" = true

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2067

*** shadow/2067	Thu Jun  7 23:36:54 2001
--- shadow/2067.tmp.4077	Tue Jun 12 02:57:33 2001
***************
*** 2,9 ****
  | Delete Task is not quiet when "quiet" = true                               |
  +----------------------------------------------------------------------------+
  |        Bug #: 2067                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: All                     |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Delete Task is not quiet when "quiet" = true                               |
  +----------------------------------------------------------------------------+
  |        Bug #: 2067                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: FIXED                      Platform: All                     |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
***************
*** 39,41 ****
--- 39,47 ----
                + " to delete.");
          }
        }
+ 
+ ------- Additional Comments From bodewig@apache.org  2001-06-12 02:57 -------
+ The message has been degraded to verbose, which means you will not see it unless
+ you ask for it.
+ 
+ Change should be in all nightly builds since 2001-03-13.
\ No newline at end of file