Issue 22191 - Integrate CLI - UNO language binding into SDK
Summary: Integrate CLI - UNO language binding into SDK
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: steffen.grund
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks: 20317
  Show dependency tree
 
Reported: 2003-11-06 10:47 UTC by joachim.lingner
Modified: 2004-12-15 12:09 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joachim.lingner 2003-11-06 10:47:34 UTC
Integrate the CLI - UNO language binding into the OpenOffice.org SDK. That includes:
* All new DLLs must be contained in the SDK
* Examples must be integrated in SDK
* Provide a "How to use" for examples if necessary.
* Document requirements for the language binding and building examples
Comment 1 joachim.lingner 2003-11-07 13:30:49 UTC
The dlls cli_uno.dll, cli_cppuhelper.dll, cli_types.dll, cli_ure.dll
are to be removed from the Office program directory.
Comment 2 joachim.lingner 2003-11-10 14:11:17 UTC
odk/docs/examples.html shall contains a link to the Developer's Guide
chapter about the CLI-UNO language binding. The Developer's Guide will
be updated in a different task. Then we would have to wait until the
changes are integrated before we can set the proper link. Or we submit
a follow-up task.
Comment 3 joachim.lingner 2003-11-14 08:05:06 UTC
When the cws has been integrated then we should contact mh about
providing the current SDK on OOo
Comment 4 joachim.lingner 2003-11-14 08:07:18 UTC
set target according to pcd task
Comment 5 joachim.lingner 2003-11-27 15:57:19 UTC
I submitted the bugtracker bug 114132 which deals with adding a
chapter about the CLI - UNO language binding to the developer's guide.

When the updated developer's guide is available then the CLI - UNO
type mapping document should be removed from udk.openoffice.org. Also,
after integrating the cws for this issue the CLI-UNO project page on
udk.openoffice.org needs to be revised.
Comment 6 joachim.lingner 2003-12-03 09:24:56 UTC
fixed in cws jl2. There is a separate bugtracker bug 114132 which
deals with the integration of the documentation into the SDK's
developer's guide.
Comment 7 joachim.lingner 2003-12-08 14:12:53 UTC
Bugs in master cws prevented me from integrating the cws. We must wait until
bugtracker defects 114285, 114240 are fixed and integrated. Also, because of
legal complications, the discussion about putting the assemblies in the SDK or
office broke out again.
Comment 8 joachim.lingner 2003-12-08 14:19:34 UTC
Bugs in master cws prevented me from integrating the cws. We must wait until
bugtracker defects 114285, 114240 are fixed and integrated. Also, because of
legal complications, the discussion about putting the assemblies in the SDK or
office broke out again.
Comment 9 joachim.lingner 2003-12-09 09:38:21 UTC
The cws jl2 was resynced to src680 m17. There is a new issue, 114309, which
prevents successful testing.
Comment 10 joachim.lingner 2003-12-11 10:16:27 UTC
The current solution of distributing the cli assemblies provided that the client
has to ship them. That causes legal issues and compatibility issues. Therefore
we strive to find a solution to use the Global Assembly Cache with these assemblies.
Comment 11 joachim.lingner 2004-07-28 14:34:19 UTC
Since 680m48 the assemblies are installed into the GAC and should also be in the
program directory. They are not to be redistributed with the SDK. Now only the
examples have to be put into the SDK.
Comment 12 joachim.lingner 2004-07-29 05:46:29 UTC
We need to resync to a newer milestone for two reasons:
-the examples expect the assemblies to be in the program directory for building.
This is only possible when we have abolished the old setup.

-A bug in the odk's configureWindows.bat prevents the use of the office
installed with native installer, because it contains a space (StarOffice 8)
Comment 13 joachim.lingner 2004-08-18 08:59:43 UTC
fixed in cws jl2
Comment 14 joachim.lingner 2004-08-18 09:00:12 UTC
verified
Comment 15 steffen.grund 2004-08-23 13:07:07 UTC
SG: checked the SDK: the file settings/dk.mk is referenced from the makefiles of
the samples, but the file is missing. So the samples are not usable.
Comment 16 joachim.lingner 2004-08-23 13:33:15 UTC
.
Comment 17 steffen.grund 2004-08-23 13:42:47 UTC
.
Comment 18 steffen.grund 2004-08-23 13:45:19 UTC
SG: checked CLI examples with a correct sdk, everything works fine.
Comment 19 steffen.grund 2004-12-15 12:09:18 UTC
Checked again on src680_m65 and works -> closed.