[api-dev] Attaching OO Javadoc to Eclipse

2007-12-10 Thread Tobias Krais
Hi together, I try to attach OO Javadoc to my Eclipse IDE. I right-click the JAR file in my Referenced Libraries. A dialog opens and I have to enter the Javadoc location. For some files I found a javadoc in the folder /usr/lib/openoffice/sdk/docs/java/ref/. But the rest is missing. I tried to

Re: [api-dev] Attaching OO Javadoc to Eclipse

2007-12-10 Thread Tobias Krais
Hi Oliver, to add /usr/lib/openoffice/sdk/docs/common/ref/. But this is not accepted by eclipse as Javadoc. have you tried to place a simplae package-list file with content com.sun.star into docs/common/ref/ ? I just tried it, but with no success. The index.html keeps missing. Is there a

Re: [api-dev] Re: Would like to connect to OOo in its own terms

2007-12-10 Thread Stephan Bergmann
Ramon F Herrera wrote: Stephan Bergmann wrote: Ramon F Herrera wrote: (5) connection = xConnector.connect(con); -- finally!, there is IPC here That creates a connection from OOo to OOo. Probably not what you want. If that is the case, how come every single client example (except the

Re: [api-dev] How to deploy Python macros as Addon

2007-12-10 Thread Noelson Duarte
Hello, Stephan Bergmann escreveu: Seems that URI does not work: - vnd.sun.star.script:myScript.py$func1?language=Pythonlocation=user:uno_pack age/myAddon.oxt When installing, Extension Manager, raises an exeception: Configuration Parser: a com.sun.star.xml.sax.SAXParseExeception ...

Re: [api-dev] Attaching OO Javadoc to Eclipse

2007-12-10 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I just tried it, but with no success. The index.html keeps missing. that's true, i get an error too, but it seems to work anyway for example (shift) (f2) over XComponentContext jumps to

Re: [api-dev] How to deploy Python macros as Addon

2007-12-10 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, vnd.sun.star.script:ScriptDispatch.org.test.java.ScriptDispatch.execute?language=Javalocation=share any hint's ? can someone provide an example ? got it, made a mistake during the package process and the url is

[api-dev] Code Snippet Base broken

2007-12-10 Thread Stefan Weigel
Hi, something seems to be wrong with the snippet base. Several examples have lost their code: http://codesnippets.services.openoffice.org/Calc/Calc.CellAccess.snip http://codesnippets.services.openoffice.org/Calc/Calc.HeaderFooter.snip

Re: [api-dev] Attaching OO Javadoc to Eclipse

2007-12-10 Thread Tobias Krais
Hi Oliver, I just tried it, but with no success. The index.html keeps missing. that's true, i get an error too, but it seems to work anyway for example (shift) (f2) over XComponentContext jumps to