Hi Rajath,

On Sat, Jun 01, 2013 at 12:12:01AM +0530, Rajath Shashidhara wrote:
> Hello,
> thought so because there was not much code in the package...
> I'll have to build on that. Right?

I guess no. You have to learn to do that yourself. That is, get familiar
with the NetBeans plug-in, how to create with it an extension that has
a UNO component, how to generate the UNO component skeleton, how to add
UNO objects later on, how to package the extension (license, notice,
icon, etc.).

And the more important, how to debug the code you are writing inside
NetBeans. (You could do all this without NetBeams, with other IDE, and
even with no IDE at all. But better use NB with the AOO plug-in)

Please see
http://wiki.openoffice.org/wiki/OpenOffice_NetBeans_Integration

For the CMIS UCP follow
http://wiki.openoffice.org/wiki/General_UNO_Component_Project_Type

In the step 4, "Step 4: Specifiy or define the UNO IDL services and
interfaces which should be implemented" select "Add Services/Interfaces"
in "Implemented Services/Interfaces", and choose
com.sun.star.ucb.ContentProvider. That's all to get the entry point of
the component.

You will need a configuration file, note that the description on the
Developer's Guide is old
http://wiki.openoffice.org/wiki/Documentation/DevGuide/UCB/Preconfigured_UCBs
You should read my example and the schema and data on trunk:
http://svn.apache.org/viewvc/openoffice/trunk/main/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs?view=markup
http://svn.apache.org/viewvc/openoffice/trunk/main/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu?view=markup


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Attachment: pgpVMfNDe7ZYc.pgp
Description: PGP signature

Reply via email to