[dev] using netBeans 4.1

2006-01-16 Thread Andrew Jones
Hi I am using NetBeans 4.1 and want to use the sample code given in the SDK named DocumentLoder.java which allows you to load a document. The problem is that I don’t know how to load the relevant libraries so the code will compile and run. I would be very grateful if you could mail me some

Re: [dev] using netBeans 4.1

2006-01-16 Thread Stephan Wunderlich
Hi Andrew, Hi I am using NetBeans 4.1 and want to use the sample code given in the SDK named DocumentLoder.java which allows you to load a document. The problem is that I don’t know how to load the relevant libraries so the code will compile and run. I would be very grateful if you could mail

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Stephan Wunderlich
Hi Tobias, Just when I started the sdk Developer Guide for OO2 I experienced problems with the first application. First my system information: I use Debian Linux. My IDE is Eclipse. I installed OpenOffice2 and the OO2 sdk. I use blackdown java 1.4.2.03. , never tried if it works with the

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Christoph Neumann
Hi Tobias, Tobias Krais schrieb: The fitting ant script works out fine and OpenOffice 2 ist running. OO2 was started with following command: ooffice -accept=socket,host=localhost,port=8100;urp try an ending Semicolon at the accept string: ooffice

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Tobias Krais
Hi Christoph, The fitting ant script works out fine and OpenOffice 2 ist running. OO2 was started with following command: ooffice -accept=socket,host=localhost,port=8100;urp try an ending Semicolon at the accept string: ooffice -accept=socket,host=localhost,port=8100;urp; no, no things

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Jürgen Schmidt
Tobias Krais wrote: Hi Christoph, The fitting ant script works out fine and OpenOffice 2 ist running. OO2 was started with following command: ooffice -accept=socket,host=localhost,port=8100;urp try an ending Semicolon at the accept string: ooffice

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Cedric Bosdonnat
Hi Tobias, Tobias Krais a écrit : Now I want to run the application and I get following error: -%- com.sun.star.comp.helper.BootstrapException: no office executable found! at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java) at

[dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Tobias Krais
Hi Stephan, Just when I started the sdk Developer Guide for OO2 I experienced problems with the first application. First my system information: I use Debian Linux. My IDE is Eclipse. I installed OpenOffice2 and the OO2 sdk. I use blackdown java 1.4.2.03. , never tried if it works with

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Cedric Bosdonnat
Hi Tobias, Tobias Krais a écrit : OK, I added a classpath variable to the project. Variable Name OFFICE_HOME value /usr/lib/openoffice/program. Then it work. You suggested the solution. Thanks a lot! I hope you won't hear too much from me in future :-) On the contrary, we all hope that

Re: [dev] openoffice and svn.

2006-01-16 Thread Eike Rathke
Hi Kai, On Mon, Jan 16, 2006 at 13:55:50 +0200, Kai Backman wrote: ?OOo has that, see menu Edit.Changes Thanks Eike! I was trying to look for it but couldn't find it. That's even better. Then all the infrastructure for supporting a full blown SVN integration are there on the UI side.

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Tobias Krais
Solli Jürgen, try an ending Semicolon at the accept string: ooffice -accept=socket,host=localhost,port=8100;urp; When you use the simple bootstrap method you don't need to start the office separately. And you don't need an accept string, the simple bootstrap mechanism connects to the office

[dev] Does OOo has a log file ?

2006-01-16 Thread Mauricio Palazzi
Hi all, I am writing a filter in java for OOo. Facing some bugs in this filter right now... trying to debug it, but, except by using pure System.out.println (pretty basic and annoying logging mechanism), I cannot get any logging/debuging information out of the filter. so, my questions are:

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Tom Schindl
No. It's not you have to access the file directly and because its XML you can easily read it using Java ;-). I've just kicked off a opensource-project aiming at this using Java it's in the very very very early stages and I'm concentrating on calc documents at the moment. If you are interested

Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Jürgen Schmidt
Tobias Krais wrote: Solli Jürgen, try an ending Semicolon at the accept string: ooffice -accept=socket,host=localhost,port=8100;urp; When you use the simple bootstrap method you don't need to start the office separately. And you don't need an accept string, the simple bootstrap mechanism

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Jürgen Schmidt
Tobias Krais wrote: Hi Stephan, Just when I started the sdk Developer Guide for OO2 I experienced problems with the first application. First my system information: I use Debian Linux. My IDE is Eclipse. I installed OpenOffice2 and the OO2 sdk. I use blackdown java 1.4.2.03. , never

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Jürgen Schmidt
Rene Engelhard wrote: Hi, Am Montag 16 Januar 2006 16:47 schrieb Tom Schindl: Well normally ooffice, oowriter, ... are bash-scripts or even perl (on mandrake) starting soffice to popup the appropriate OpenOffice-Application. On Mandrake for example one would have to same problem because:

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Tom Schindl
Well normally ooffice, oowriter, ... are bash-scripts or even perl (on mandrake) starting soffice to popup the appropriate OpenOffice-Application. On Mandrake for example one would have to same problem because: ooffice2.0 does the following: 8 #!/usr/bin/perl -w

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Rene Engelhard
Hi, Am Montag 16 Januar 2006 16:36 schrieb Jürgen Schmidt: Hi, mmh, that shouldn't be necessary when you have a normal installation on your system. But i don't know if Debian does anything special. In your first mail you mentioned that you have started your office with ooffice

Re: [dev] [SOLVED] Re: [dev] Newbie: com.sun.star.comp.helper.BootstrapException: no office executable found!

2006-01-16 Thread Rene Engelhard
Hi, Am Montag 16 Januar 2006 17:27 schrieb Jürgen Schmidt: /usr/bin/soffice should be a link directly to officepath/program/soffice otherwise it won't work. The problem in this case is that eventual needed stuff in the wrapper script isn't executed when OOo is ran by soffice and neither when

Re: [dev] GPLv3

2006-01-16 Thread Christian Lohmaier
Hi Louis, *, On Mon, Jan 16, 2006 at 01:14:21AM -0500, Louis Suarez-Potts wrote: please respond on dev@openoffice.org [...] Let me know on the [EMAIL PROTECTED] list what is important to your communities and to you regarding the GPL and what changes should be made to make it better.

Re: [dev] GPLv3

2006-01-16 Thread Louis Suarez-Potts
Hi, On 2006-01-16, at 18:24 , Christian Lohmaier wrote: Hi Louis, *, On Mon, Jan 16, 2006 at 01:14:21AM -0500, Louis Suarez-Potts wrote: please respond on dev@openoffice.org [...] Let me know on the [EMAIL PROTECTED] list what is important to your communities and to you regarding the GPL and