This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257415 - Actions should output a "Started at" timestamp at the very beginning
Summary: Actions should output a "Started at" timestamp at the very beginning
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-05 10:21 UTC by terje7601
Modified: 2016-01-05 15:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2016-01-05 10:21:41 UTC
When performing an action (Run File, Test Project, Clean and Build, ...), NetBeans always outputs the pattern as below. However, a "Started at:" timestamp is missing. Sometimes I want to know how long a program has been running already, so it would be handy if NetBeans would output a timestamp right near the full command line. This would be analog to the "Finished at:" timestamp at the end.




<full command line>
Scanning for projects...
                                                                        
------------------------------------------------------------------------
Building rmq 1.0-SNAPSHOT
------------------------------------------------------------------------
<actual output>
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 06:01 min
Finished at: 2016-01-05T10:43:31+01:00
Final Memory: 9M/309M
------------------------------------------------------------------------