To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72835
                 Issue #|72835
                 Summary|Create a central point containing OpenOffice.org versi
                        |on number 
               Component|Installation
                 Version|OOo 2.2
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|is
             Reported by|ericb





------- Additional comments from [EMAIL PROTECTED] Thu Dec 21 01:39:28 -0800 
2006 -------
ericb->is

For coming 2.2, we ( Mac OS X port) have to change the version number in 
desktop/macosx/source, in 
4 files exactly :

InfoPlist.strings
Info.plist
main.applescript
PostInstall.applescript


To avoid to repeat and repeat the same change for every new version, we can use 
' sed ' tool ( for 
example) to replace the value, with the one contained in PRODUCTVERSION 
variable.

The complete fix is not so simple, because there is a global issue.  As I said, 
the information we need is 
located in PRODUCTVERSION variable, but this info is in reality located in 
several places in the source 
code 

-  instsetoo_native/util/openoffice.lst 
-  sysui/productversion.mk for instance)
( maybe other ?  )

...but is *not* located in central point : I mean solenv/inc/(something.mk)  
e.g. or other solution, in the 
solver, from a module built before desktop.

What about create a central point, e.g. solenv/inc/version_number.mk (or 
whatever name) ?

This way, the information would be more easy to check, for every module.

Note : another solution would be copy a file containing PRODUCTVERSION in the 
solver ( it should work 
since sysui is built before desktop )

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to