To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82175


User jsk changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Oct  4 11:31:27 +0000 
2007 -------
Setting fixed. Applied following rule to
global/tools/inc/t_filter.inc::hGetFilter():

<snip>

    ' Automatically reroute the request for cBuildID = "680" to "current" from
    ' a given build-id on - and vice versa, this allows for seamless transition 
from
    ' one set of filternames to another within the same or a new codeline
    if ( gBuild > 9230 ) then
        if ( cBuildId = "680" ) then
            cBuildId = "current"
        endif
    else
        if ( cBuildId = "current" ) then
            cBuildId = "680"
            qaerrorlog( CFN & "Filtername-Set changed automatically, using old
names for 680" )
        endif
    endif

</snip>

This ensures that all builds up to 9230 use the "old" filternames (known as
"680") and all builds after 9230 use the new ("current") ones. The build id must
be updated as soon as it becomes clear in which MWS CWS fwk72 is going to be
integrated.

No action required by automation or development, a resync won't be necessary.

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