Bug 51109 - [PATCH] Missing space between "finished" and timestamp in task/target finish message from ProfileLogger
Summary: [PATCH] Missing space between "finished" and timestamp in task/target finish ...
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: Core (show other bugs)
Version: 1.8.2
Hardware: All All
: P2 trivial (vote)
Target Milestone: 1.8.3
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 19:50 UTC by Anthony Wat
Modified: 2011-04-23 15:27 UTC (History)
1 user (show)



Attachments
Patch (2.39 KB, application/x-zip-compressed)
2011-04-22 19:50 UTC, Anthony Wat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Wat 2011-04-22 19:50:12 UTC
Created attachment 26929 [details]
Patch

There is a trivial defect in ProfileLogger where the word "finished" and the timestamp in the task/target finish message are not separated by a space. For example, as currently documented in the "Loggers & Listeners" topic in the Ant manual:

echo: finishedThu Jan 22 09:01:00 CET 2009 (250ms)

Target anotherTarget: finishedThu Jan 22 09:01:01 CET 2009 (0ms)

I have attached the simple patch for both ProfileLogger.java and listeners.html in the manual.
Comment 1 Antoine Levy-Lambert 2011-04-23 15:27:30 UTC
Patch committed, revision 1096209.

Thanks.