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: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | 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
