DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28124>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28124

logging useless when using parallel task

           Summary: logging useless when using parallel task
           Product: Ant
           Version: 1.6.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If you use a <parallel> block the logging from the parallel tasks is all mashed
together rendering it useless to anyone trying to check what happened.

To get round this I would recommend that logging is buffered in some way
(temporary file/stream) during parallel execution and then the logging is pushed
into the normal log stream when the <parallel> block is complete.

This brings another feature into play, all log messages need date/time stamps
against them. All targets should output a start and finish banner (with dates
and times).

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to