https://issues.apache.org/bugzilla/show_bug.cgi?id=51109
Summary: [PATCH] Missing space between "finished" and timestamp
in task/target finish message from ProfileLogger
Product: Ant
Version: 1.8.2
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26929)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26929)
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.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.