Bug 27771 - Make "Time Taken" in DefaultLogger optional
Summary: Make "Time Taken" in DefaultLogger optional
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.6.1
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-18 11:52 UTC by Ross Burton
Modified: 2008-11-24 03:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ross Burton 2004-03-18 11:52:26 UTC
We're running ant in cron jobs and often compare the output of two runs to find
the differences in builds, and the "Time Taken: XX seconds" lines are creating
large numbers of spurious differences.

We could extend DefaultLogger and change the buildFinished() method, but it
would be simplier if we could set a property using -D to disable it when we call
Ant.