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


User ab changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |WONTFIX
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed May 24 02:30:15 -0700 
2006 -------
> I see two ways now:
> - unopkg tool should raises warning about dots in the library name
> - allow library name with dots

I see a third way: Just don't manipulate the dialog.xlb file. :-)

I don't see an issue here, neither a defect nor an enhancement.

Comments on the defect: You manipulate a format in an unspeci-
fied way and you get an exception. In my opinion that's ok.
The unopkg tool does not care about the content of the packages
at all and it doesn't even should. Packages can contain many
types of content and the unopkg tool is designed to deploy this
content according to its type but not to handle it. If you de-
ploy a DLL components it's also your responsibility as component
developer that the DLL doesn't crash when the component is in-
stantiated. unopkg can't do anything about this.

Comments on the enhancement: Basic is already organized hierar-
chically. You have LibraryName.ModuleName.SubName. Unlike Java
this hierarchy is fixed and limited to these three levels, but
I don't see this as a serious limitation as Basic projects usu-
ally don't grow as big as Java projects do. And extending the 
hierarchy to more levels would impact so many projects (Basic 
core, Scripting Framework, macro dispatcher, Basic IDE inclu-
ding Basic organising dialogs) that I see a terrible cost-value
ratio here. Apart from compatibiltiy problems and the risk of
regression. And there's also a logical problem: How should any-
one know if "Tools.io" is a library named like this or the mo-
dule "io" from library "Tools"? But you just can name your li-
braries without using dots, e.g. Tools_IO, Tools_String etc.

-> WONTFIX


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