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/11 15:40:06 UTC

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

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

*** shadow/2111	Mon Jun 11 06:40:06 2001
--- shadow/2111.tmp.25853	Mon Jun 11 06:40:06 2001
***************
*** 0 ****
--- 1,23 ----
+ +============================================================================+
+ | Request mechanism to indicate progress while logging                       |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2111                        Product: Ant                     |
+ |       Status: NEW                         Version: 1.3                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Enhancement              OS/Version: All                     |
+ |     Priority: Other                     Component: Core tasks              |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: donald_l_taylor_jr@yahoo.com                                 |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ When using the -logfile option, for example, '-logfile build.log', *all* output 
+ goes to the log, from the source I can see this is by design.
+ 
+ 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.
\ No newline at end of file