Wrong calculation of Build Total time
-------------------------------------

                 Key: MNG-5023
                 URL: http://jira.codehaus.org/browse/MNG-5023
             Project: Maven 2 & 3
          Issue Type: Bug
    Affects Versions: 3.0.2
         Environment: mvn -version
Apache Maven 3.0.2 (r1056850; 2011-01-09 02:58:10+0200)
Java version: 1.6.0_20, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-1.6.0-sun-1.6.0.20/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.18-194.17.1.el5", arch: "i386", family: "unix"
            Reporter: Ignat Alexeyenko
            Priority: Minor


If build duration exceeds 24h, the Total Time is not displayed properly:

[INFO] Total time: 0:00:02.511s
[INFO] Finished at: Wed Feb 23 09:37:46 EET 2011
[INFO] Final Memory: 93M/739M

Build duration was 24 hours and 2 minutes: build launched sonar inspections via 
maven.

Expected Total Time is:

[INFO] Total time: 24:00:02.511s
[INFO] Finished at: Wed Feb 23 09:37:46 EET 2011
[INFO] Final Memory: 93M/739M

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to