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

Summary: Actions should output a "Started at" timestamp at the very beginning
Product: projects Reporter: terje7601
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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
------------------------------------------------------------------------