Re: [dev] Extension not working with open office separately

2008-03-06 Thread Robert Vojta
On Wed, Mar 5, 2008 at 7:51 AM, Dinesh Chothe [EMAIL PROTECTED] wrote: I have created one oo extension project using Netbeans. When I build and run this extension through Netbeans it works fine Does this mean that you click on Deploy and Run Extension in OpenOffice.org? but after creating

Re: [dev] word2pdf conversion-using open office org

2008-03-06 Thread Juergen Schmidt
Hi Charles, you ask for jar so i assume that you want to use Java. If you want use the simple bootstrap mechanism you need the SDK to build your application. Later on you will always need an office installation to do the real conversion. Juergen charles chandran wrote: Hi May

[dev] word2pdf conversion-using open office org

2008-03-06 Thread charles chandran
Hi May I know how can I use Openoffice.org api to convert a word document to pdf. I am confronting with an ambiguity that is this api a jar file or i wan to use the sdk. So, Kindly requested to revert back with a solution as soon as possible. Thanking you Charles v c

Re: [dev] Thank you for voting Beijing

2008-03-06 Thread Graham Lauder
On Thursday 06 March 2008 18:16:55 Peter Junge wrote: Dear OpenOffice.org community, on the behalf of the proposing team, I would to like to thank you all for putting your trust in Beijing to host the 2008 OpenOffice.org Annual Conference. Having the OOoCon for the first time in Beijing

[dev] Thank you for voting Beijing

2008-03-06 Thread Peter Junge
Dear OpenOffice.org community, on the behalf of the proposing team, I would to like to thank you all for putting your trust in Beijing to host the 2008 OpenOffice.org Annual Conference. Having the OOoCon for the first time in Beijing means, that there will be a lot of attendees, who

Re: [dev] RFC: java 1.5

2008-03-06 Thread Charles-H. Schulz
Hi, well, I was wondering where we were standing on this issue.. Best, Charles. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] RFC: java 1.5

2008-03-06 Thread Malte Timmermann
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 is fine for most people then. Malte. Charles-H. Schulz wrote, On 03/06/08 18:02: Hi,

Re: [dev] RFC: java 1.5

2008-03-06 Thread Charles-H. Schulz
Hi, Le 6 mars 08 à 18:09, Malte Timmermann a écrit : 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 is fine for most people then. +1

[dev] New License and Contributor Agreement

2008-03-06 Thread Louis Suarez-Potts
All, Some interesting news. Summary * The license for code is changing from the early LGPL v 2.1 to 3.0 effective the Beta of OpenOffice.org 3.0. (The actual date of this beta has not been finalized.) * The Joint Copyright Assignment form (JCA) is being replaced by the Sun

[dev] GoOOoCon2008 / Prague ...

2008-03-06 Thread Michael Meeks
Hi guys, The Novell team thought that, what with the next OOoCon being in Beijing and the cost of travel there (etc.) and of course the broad focus of that conference; that it would be good to have a very hacker-focused event in Europe. So, we're inviting all hyper-technical people (with

Re: [dev] GoOOoCon2008 / Prague ...

2008-03-06 Thread Charles-H. Schulz
Michael, I am sorry but given the way you describe this event, it seems that: - it will be 'hackers' only - nobody will be able to speak politics (ah, those darned politics and politicians, always pointing out awkward things about your employer! Why do they even exist?) which in essence

[dev] how to use ClassLoader.getSystemResource(file) inside an extension ?

2008-03-06 Thread Oliver Brinzing
Hi, i try to load some *.xsd files for schema validation out of a jar file. As long as i start the jar file outside the office an connect via remote everything works fine. The *.xsd files are located inside the jar, for example: my/package/resources/schema.xsd But if i create an extension,

Re: [dev] how to use ClassLoader.getSystemResource(file) inside an extension ?

2008-03-06 Thread Robert Vojta
On Thu, Mar 6, 2008 at 8:07 PM, Oliver Brinzing [EMAIL PROTECTED] wrote: Hi, i try to load some *.xsd files for schema validation out of a jar file. .xsd is in the same .jar file as your extension? If yes, getClass().getResource( /path/in/my/jar/something.xsd ) should work. -- Robert Vojta

Re: [dev] GoOOoCon2008 / Prague ...

2008-03-06 Thread Cor Nouws
Charles-H. Schulz wrote (6-3-2008 19:39) Le 6 mars 08 à 19:24, Michael Meeks a écrit : The Novell team thought that, what with the next OOoCon being in Beijing and the cost of travel there (etc.) and of course the broad focus of that conference; that it would be good to have a very

[dev] Re: word2pdf conversion-using open office org

2008-03-06 Thread Andrew Ziem
charles chandran wrote: Hi May I know how can I use Openoffice.org api to convert a word document to pdf. I am confronting with an ambiguity that is this api a jar file or i wan to use the sdk. So, Kindly requested to revert back with a solution as soon as possible. Try this

[dev] soffice.bin crash when start up and return value is 78

2008-03-06 Thread Zongyun Lai
Hi all, I am new to OpenOffice development. I grabed the vanilla source codes from development build (build OOH680_m8) today. And I happily compiled them with the help of ccache and distcc. Some, compiling is not a great pain. However, when I want to launch the application, I do the following

Re: [dev] Extension not working with open office separately

2008-03-06 Thread Dinesh Chothe
On Thu, Mar 6, 2008 at 4:05 PM, Robert Vojta [EMAIL PROTECTED] wrote: On Wed, Mar 5, 2008 at 7:51 AM, Dinesh Chothe [EMAIL PROTECTED] wrote: I have created one oo extension project using Netbeans. When I build and run this extension through Netbeans it works fine Does this mean that