You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/01/10 22:27:36 UTC

[Issue 126019] New: Date/time within about dialog not updated between different builds

https://issues.apache.org/ooo/show_bug.cgi?id=126019

          Issue ID: 126019
        Issue Type: DEFECT
           Summary: Date/time within about dialog not updated between
                    different builds
           Product: Build Tools
           Version: 4.2.0-dev
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: dmake
          Assignee: issues@openoffice.apache.org
          Reporter: thorsten.wagner.4@gmail.com

Created attachment 84389
  --> https://issues.apache.org/ooo/attachment.cgi?id=84389&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 126019] Date/time within about dialog not updated between different builds

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=126019

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
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.*

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 126019] Date/time within about dialog not updated between different builds

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=126019

--- Comment #2 from Thorsten Wagner <th...@gmail.com> ---
(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.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.