Re: [dev] RFC: java 1.5

2008-05-07 Thread Christoph Neumann
Kay Ramme - Sun Germany - Hamburg wrote: Stephan Bergmann wrote: Malte Timmermann wrote: My point of view: Most people agree that OOo mustn't loose (meta) data when Java is not available, but plug ins for working with meta data can rely on Java. Changing OOo's Java base line from 1.4 to 1.5 i

[dev] UnoAPI regression tests on cws

2008-01-04 Thread Christoph Neumann
Hi all, as you may know in mostly all modules which support a UnoAPI there exists a folder called qa/unoapi. This folder contains files to run the Java based UnoAPI tests related to the module. To avoid regression it is planned to implement a mechanism which is able to run all module tests relate

Re: [dev] Re: [qa-dev] Can we do more regression testing?

2007-05-30 Thread Christoph Neumann
Hi, Thorsten Ziehm schrieb: > Hi Mathias, > Do you think it's worth it? >>> I think it's not primarly the matter of running the regression-suite >>> before QA approval but to have a small set of meaningful regression >>> tests available ? >> >> Exactly, and I would prefer to have regres

Re: [dev] Specification Process Possibilities ... - unit testing

2006-11-07 Thread Christoph Neumann
Hi Michael, Michael Meeks schrieb: > I hack on a module I like to try and find these tests, I poke in > 'workben' and I see very frequently stale/un-buildable/un-runable code, > then I poke in qa/ and eg. in configmgr/qa/unoapi I see a makefile.mk I > 'dmake' that, something happens and it barfs:

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 "-accept=socket,host=localhost,port

Re: [dev] Connecting to a Named Pipe on Linux

2005-09-19 Thread Christoph Neumann
Hi again, Erdmann, Torsten schrieb: Hi there, i tried to connect to ooo with a named pipe on a linux system: I started OpenOffice on a Linux System. It listens to a named Pipe. Now i tried with java to connect to this pipe. It only functions, if the java application, has been started as the

Re: [dev] Connecting to a Named Pipe on Linux

2005-09-19 Thread Christoph Neumann
Hello Torsten, please check the permission of your pipe. You will find it in your temp folder. The prefix is "OSL_PIPE_*" One hint: Do you use different temp folder for every user? Christoph Erdmann, Torsten schrieb: Hi there, i tried to connect to ooo with a named pipe on a linux system:

Re: [dev] openoffice NamingService (java)

2005-08-26 Thread Christoph Neumann
Hi Sven, how do you start your office? soffice -accept=socket,host=localhost,port=8101;urp; => only localhost (127.0.0.1) can connect soffice -accept=socket,host=[HOST-NAME],port=8101;urp; => only [HOST-NAME] can connect. soffice -accept=socket,host=0,port=8101;urp; => all clients can connect