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
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
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
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:
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
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
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:
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