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/28 14:59:49 UTC

[Bug 2111] - Request mechanism to indicate progress while logging

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=2111

*** shadow/2111	Mon Jun 11 06:40:06 2001
--- shadow/2111.tmp.16747	Sat Jul 28 05:59:49 2001
***************
*** 20,23 ****
  What I wanted to do is 'echo' my progress while logging all the build results 
  to a log file. Perhaps an attribute for 'echo' could be created to indicate a 
  force to System.out instead of the log file, or maybe a new task such 
! as 'progress' that does this.
--- 20,32 ----
  What I wanted to do is 'echo' my progress while logging all the build results 
  to a log file. Perhaps an attribute for 'echo' could be created to indicate a 
  force to System.out instead of the log file, or maybe a new task such 
! as 'progress' that does this.
! 
! ------- Additional Comments From sbailliez@apache.org  2001-07-28 05:59 -------
! If I understand correctly, it looks like that what you want can be achieved by 
! using a custom BuildListener/BuildLogger) and pass it via the -listener/-
! logger argument.
! 
! I think it is difficult to add such feature to the core because some may be 
! interested in events A, other events B, etc... so I think it really must be 
! something customized and nothing can be done to satisfy everyone.