Issue 13738 - Appending libraries brings up I/O error
Summary: Appending libraries brings up I/O error
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 644m11
Hardware: PC All
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: joerg.skottke
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-23 10:27 UTC by joerg.skottke
Modified: 2003-06-16 06:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
this file produces an i/o error when attached to a library (541 bytes, text/plain)
2003-04-23 10:29 UTC, joerg.skottke
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description joerg.skottke 2003-04-23 10:27:10 UTC
Reproduction:
1. Open Writer document
2. Go to tools/Macro.../
3. Open the Macro organizer
4. Go to tab 'Libraries'
5. press 'Append...'
6. Try to load a library
Comment 1 joerg.skottke 2003-04-23 10:29:26 UTC
Created attachment 5828 [details]
this file produces an i/o error when attached to a library
Comment 2 ab 2003-04-23 13:37:52 UTC
Seems to be an IDE related issue, because the IDE tries to initialise
the DialogLibraryContainer service with a non existing dialog.xlb 
file.

Comment 3 joerg.skottke 2003-04-23 14:56:47 UTC
setting target
Comment 4 thomas.benisch 2003-04-24 10:17:15 UTC
TBE: accepted
Comment 5 thomas.benisch 2003-04-25 15:25:35 UTC
set status to new
Comment 6 thorsten.ziehm 2003-05-06 10:54:05 UTC
Set to 6.1 RC
Comment 7 thomas.benisch 2003-05-09 15:24:45 UTC
TBE->JSK: This I/O error comes up because of some recent changes from 
AB. The reason for this error is that I try to load a dialog.xlb in 
the same directory which is not existent. I fixed the bug in the way, 
that I check for the existence of dialog.xlb.
Nevertheless for testing the library import of the BasicIDE you must 
use a StarBasic library. A StarBasic library is a directory, which 
includes the *.xba and *.xdl files for modules and dialogs, a 
script.xlb file for the module library description and a dialog.xlb 
file for the dialog library description. The directory name must be 
identical to the library name. Only using a script.xlb file for 
testing the library import will fail always. I will provide you a 
StarBasic library which you can use for testing the import.

TBE: fixed in CWS SRX644/uno4

Comment 8 thomas.benisch 2003-05-19 13:14:21 UTC
TBE->JSK: please verify in CWS uno4
Comment 9 joerg.skottke 2003-05-21 13:55:30 UTC
Good. The error is gone. We now need a better handling for loading
incomplete/invalid libraries. They show up in the list and appear to
be valid. This one is dangerous because it might cause the office to
crash under certain - rare - circumstances.

Verified.
Comment 10 thorsten.ziehm 2003-05-22 10:43:25 UTC
=> The status is incorrect! Changed to 'resolved fixed'.
Comment 11 joerg.skottke 2003-06-16 06:49:11 UTC
closed.