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/21 15:57:05 UTC

[Bug 2161] - Delete task doesn't do quiet properly

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

*** shadow/2161	Wed Jun 13 13:17:27 2001
--- shadow/2161.tmp.9575	Thu Jun 21 06:57:05 2001
***************
*** 2,9 ****
  | Delete task doesn't do quiet properly                                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 2161                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Delete task doesn't do quiet properly                                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 2161                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Core tasks              |
  +----------------------------------------------------------------------------+
***************
*** 26,28 ****
--- 26,31 ----
  This will fail if the directory ${directory.compiled.jsps} doesn't exist. This 
  isn't quiet operation like what rm -f does. The reason it fails is because the 
  fileset throws an exception when it finds the directory doesn't exist.
+ 
+ ------- Additional Comments From bodewig@apache.org  2001-06-21 06:57 -------
+ fixed in nightly 2001-03-15
\ No newline at end of file