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/07/30 15:40:53 UTC

[Bug 956] - Replace task should provide a summary

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/956	Sun May 20 17:23:08 2001
--- shadow/956.tmp.23896	Mon Jul 30 06:40:53 2001
***************
*** 1,18 ****
! Bug#: 956
! Product: Ant
! Version: 1.3
! Platform: PC
! OS/Version: 
! Status: NEW   
! Resolution: 
! Severity: Minor
! Priority: Low
! Component: Core tasks
! AssignedTo: ant-dev@jakarta.apache.org                            
! ReportedBy: wieland.oliver@vdi.de               
! URL: 
! Cc: 
! Summary: Replace task should provide a summary
! 
  The replace task should provide a message like "Replaced N occurences in M 
  files" or something similar after the work is done.
--- 1,22 ----
! +============================================================================+
! | Replace task should provide a summary                                      |
! +----------------------------------------------------------------------------+
! |        Bug #: 956                         Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: FIXED                      Platform: PC                      |
! |     Severity: Minor                    OS/Version: All                     |
! |     Priority: Low                       Component: Core tasks              |
! +----------------------------------------------------------------------------+
! |  Assigned To: ant-dev@jakarta.apache.org                                   |
! |  Reported By: wieland.oliver@vdi.de                                        |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  The replace task should provide a message like "Replaced N occurences in M 
  files" or something similar after the work is done.
+ 
+ ------- Additional Comments From conor@cortexebusiness.com.au  2001-07-30 06:40 -------
+ Fixed. A new attribute, "summary", has been added. If this is set to "yes", a 
+ summary is logged to the output.