Bug 93905

Summary: [compiler] add a timestamp to log files
Product: [Eclipse Project] JDT Reporter: Maxime Daniel <maxime_daniel>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Maxime Daniel CLA 2005-05-06 09:30:01 EDT
Build: N20050506
You may consider adding a timestamp into the compiler log files, that would 
mark the precise time at which the compile action has started or completed. 
This would duplicate (more or less) the file creation date/time, but the 
latter is more subject to inadvertant external change, and is not carried so 
easily with the file (e.g. mailing the log file without wrapping it into an 
archive of some sort would just lose the date information).
Comment 1 Olivier Thomann CLA 2005-05-10 18:35:09 EDT
This would be trivial to add.
Comment 2 Olivier Thomann CLA 2005-05-16 16:48:28 EDT
Fixed and released in HEAD.

In xml, I add this:
<!-- 16 May 2005 16:39:59 -->

In text, I add this:
# 16 May 2005 16:39:30

If this is not enough, please reopen.
Comment 3 Frederic Fusier CLA 2005-05-27 05:47:17 EDT
Verified for 3.1 RC1 with build I20050527-0010.