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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25605

record task logfile has wildly inaccurate duration

           Summary: record task logfile has wildly inaccurate duration
           Product: Ant
           Version: 1.5.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The following Ant XML file:

<?xml version="1.0"?>
<project name="invalid_duration" default="main">
    <target name="main" depends="" description="">
                <record name="broken_append_default.log" loglevel="verbose" 
append="yes"/>
        </target>
</project>

executes in a second or two on my system, but the log file records:

main:  duration 17861748 minutes 41 seconds

BUILD SUCCESSFUL

Note the duration is off by about 34 years.

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

Reply via email to