Browse Source

Initialize targetstarttime, even if the recorder is in a target

PR: 25605
Obtained from: John McDonnell


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275808 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
30c5f34bde
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java

+ 1
- 0
src/main/org/apache/tools/ant/taskdefs/RecorderEntry.java View File

@@ -93,6 +93,7 @@ public class RecorderEntry implements BuildLogger {
* @param name The name of this recorder (used as the filename).
*/
protected RecorderEntry(String name) {
targetStartTime = System.currentTimeMillis();
filename = name;
}



Loading…
Cancel
Save