Issue 126019 - Date/time within about dialog not updated between different builds
Summary: Date/time within about dialog not updated between different builds
Status: UNCONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: 4.2.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-10 21:27 UTC by Thorsten Wagner
Modified: 2015-01-10 21:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Screenshot (78.49 KB, image/png)
2015-01-10 21:27 UTC, Thorsten Wagner
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Thorsten Wagner 2015-01-10 21:27:36 UTC
Created attachment 84389 [details]
Screenshot

Date/time as well as SVN repository revision are shown within the about dialog (see attached screenshot, red box). Repository revision is updated between different builds. Date/time keep value of first build.

Steps to reproduce:

(1) Build OpenOffice from trunk

(2) Build OpenOffice from trunk again without cleaning up

Like repository revision date/time should be updated for each build.

The problem appears on Mac OS X 10.9.5 with OpenOffice 4.2 revision 1648122 from trunk, but to exists in earlier revisions as well as with other operating systems too.
Comment 1 Ariel Constenla-Haile 2015-01-10 21:43:47 UTC
If you are performing an incremental build, you need to touch these files if they are not modified before the build:

touch main/cui/source/dialogs/about.*
Comment 2 Thorsten Wagner 2015-01-10 21:58:45 UTC
(In reply to Ariel Constenla-Haile from comment #1)
> If you are performing an incremental build, you need to touch these files if
> they are not modified before the build:
> 
> touch main/cui/source/dialogs/about.*

Ariel, many tanks for the fast reply. I propose adding an automatism like that to the standard build scripts.