Re: [dev] OpenOffice bootstrapping on Red Hat 4

2010-03-17 Thread K S
On 03/12/10 21:13, K S wrote: Caused by: java.lang.UnsatisfiedLinkError: com.sun.star.lib.connections.pipe.PipeConnection.createJNI(Ljava/lang/String;)I That class tries to load libjpipe.so JNI library. The most typical problem with that nowadays is that either your OOo (and hence libjpipe.so

Re: [dev] Re: Building OO on Slackware and run it on Ubuntu

2010-01-28 Thread K S
Does anyone know about this exception? (com::sun::star::lang::WrappedTargetRuntimeException) 2010/1/27 K S pgmb...@gmail.com Thank you, Michael, for your answer. Additional information: when OO crashes, the next exception appears: com::sun::star::lang::WrappedTargetRuntimeException

Re: [dev] Re: Building OO on Slackware and run it on Ubuntu

2010-01-27 Thread K S
michael.st...@sun.com hi Kirill, On 26/01/2010 13:22, K S wrote: Dear OpenOffice Community, Please help me in next problem. I have made an OO build on Slackware Linux with next configuration: ./configure --with-use-shell=bash --with-system-libs --without-system-jars --without

[dev] Building OO on Slackware and run it on Ubuntu

2010-01-26 Thread K S
Dear OpenOffice Community, Please help me in next problem. I have made an OO build on Slackware Linux with next configuration: ./configure --with-use-shell=bash --with-system-libs --without-system-jars --without-system-icu --without-system-agg --without-system-lpsolve --without-system-mspack

Re: [dev] Re: programming OpenOffice

2010-01-26 Thread K S
I would like to develop for OpenOffice too. I have already done the first stage - get the source and build. What is next? 2010/1/26 Michael Stahl michael.st...@sun.com On 26/01/2010 09:23, Brent Black wrote: I would like to help with the programming of OpenOffice. Brent Black

[dev] Building OO on Slackware and run it on Ubuntu

2010-01-26 Thread K S
Dear OpenOffice Community, I have made an OO build on Slackware Linux with next configuration: ./configure --with-use-shell=bash --with-system-libs --without-system-jars --without-system-icu --without-system-agg --without-system-lpsolve --without-system-mspack --disable-mozilla

Re: [dev] Howto for developements on Draw

2010-01-13 Thread K S
Stefan, This is an answer on a part of your question: http://blogs.sun.com/GullFOSS/entry/building_openoffice_org_on_windows Wishes, Kirill 2010/1/5 Stefan Michalowski s.michalow...@free.fr Hi, sorry for asking such basic question : I would like to develop ontop of Draw, some graphic

Re: [dev] Some issues building Open Office on OSX

2010-01-11 Thread K S
Dear Peter, You said: I did a clean make by doing a checkout and another make (obviously the wrong way to do things but I couldn't find the correct way to do a make clean :-( Any advice here?). Maybe you can use [dmake clean] command to this end Sincerely yours, Kirill 2010/1/11 Peter

[dev] OpenOffice IDE

2010-01-09 Thread K S
Dear OpenOffice community, I would like to ask questions concerning OpenOffice development. Could you tell me please, what IDE can be used to open OpenOffice sources as a single project (is this generally possible?) and to manage source code (for example debugging or including/excluding some

Re: [dev] Reg: Shrinking openoffice setup size for document converter

2010-01-06 Thread K S
The first Idea which comes to mind is to disable all unnecessary modules by using configure script. Sincerely yours, Kirill 2010/1/6 Aatral Arasu aatr...@gmail.com We have checked out the latest openoffice source code in Ubuntu Linux and Windows and successfully created and installed the

[dev] OpenOffice Configure Command

2010-01-05 Thread K S
Dear Sirs, Tell me, please, the link to the document where all OO ./configure script parameters are described (if one exists). Thanks! Sincerely yours, Kirill

Re: [dev] Some issues building Open Office on OSX

2010-01-04 Thread K S
Dear Peter, I used --disable-mozilla too (simultaneously with --disable-build-mozilla) Sincerely yours, Kirill 2010/1/4 Mathias Bauer nospamfor...@gmx.de Peter Kaufman wrote: Hi Kirill, My current ./configure is loaded from a shell script. It looks like this: #!/bin/sh export

Re: [dev] OpenOffice Integration

2009-12-30 Thread K S
else is the same as before. See the SDK examples how to connect to an office via a socket connection. Simply replace the socket connection with a pipe connection. See the DevGuide in the wiki for more details. Juergen On 12/28/09 12:06 PM, K S wrote: Dear OpenOffice Development, My name

Re: [dev] OpenOffice Integration

2009-12-30 Thread K S
Dear Gert, Under Windows you can use OpenOffice Portable: http://www.keygiare.com/apps/office/openoffice_portable It works without an installation Sincerely yours, Kirill 2009/12/30 Cor Nouws oo...@nouenoff.nl Gert van Spijker wrote (30-12-09 11:15) I could do with a pointer to the right

[dev] Re: OpenOffice Integration

2009-12-28 Thread K S
Dear OpenOffice Development Community, My name is Kirill, and I am Software Engineering Professional. Let me ask you several questions concerning integration of Open Office into my project. The matter is that I would like to call OpenOffice from my Java application. If there is no

[dev] OpenOffice Integration

2009-12-28 Thread K S
Dear OpenOffice Development, My name is Kirill, and I am Software Engineering Professional. Let me ask you several questions concerning integration of Open Office into my project. The matter is that I would like to call OpenOffice from my Java application. If there is no OpenOffice installed on