To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111536
                 Issue #|111536
                 Summary|wrong handling of extensions in scripting framework
               Component|framework
                 Version|DEV300m77
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jl
             Reported by|jl





------- Additional comments from j...@openoffice.org Tue May 11 14:58:34 +0000 
2010 -------
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework

Scripts are identified by an URI (see
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Scripting/Scripting_Framework_URI_Specification).
For example
user:uno_packages/extension_name.oxt
share:uno_packages/extension_name.oxt

Currently OOo tries to find the script exactly as specified. That is, if the URI
contains “shared” then  the extension must be in the shared repository. This is
a bug since the location of extensions is irrelevant. It is also not possible to
use services or xcu files of an extension from a particular repository (shared
or user). Today one has to provide different versions of an extension, for user
and shared extensions, for example, when there are menu items which  execute
script in the extensions.

Example extensions can be found in issue 105169 and issue 98990.

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to