[dev] How to install unstripped binary at local

2006-06-19 Thread Xu, Shenshen
Hello All,

Now, I have built SRC680_m171 on my fedora core 5, but after the
building process had been done, there wasn't a installer which can be
used to install the binary to local. The only things I got were a bunch
of rpm packages. I wonder whether I made the mistake when I was running
configure. Should I enable some options to make OpenOffice do local
installation? If so, what is the options?

Regards,
Anto


Re: [dev] Mozilla and Open Office

2006-06-19 Thread G. Roderick Singleton
On Mon, 2006-06-19 at 23:41 +0200, Mathias Bauer wrote:
> G. Roderick Singleton wrote:
> 
> > On Thu, 2006-06-15 at 17:33 +0200, Mathias Bauer wrote:
> >> Mikhail Voitenko wrote:
> >> 
> >> > Implementing of this feature is possible in general. But it would
> >> > require time to design and develop a reliable editing of OOo documents
> >> > in a browser.
> >> 
> >> Just a small explanation why editing documents in a browser via plugin
> >> protocol is not recommended: when the browser window is closed or the
> >> content of the window is replaced by something else there is no way to
> >> prevent or interrupt this! So all changes in the document will be lost,
> >> you can't show a dialog to the user that asks for saving.
> >> 
> > 
> > Funny you should say this. I found a workaround. Activate the "Save as"
> > icon in your toolbar and you can save from the browser.
> 
> Did I say you can't save at all? Please read again: I tried to explain
> that you can't rely on getting asked for saving your document if you
> close the browser window (or browse in it to another location) before
> you saved the document by yourself. It is so easy to hit the close
> button, especially if you are used to get asked for saving in case you
> forgot to save before. It might not happen very often but even one time
> can be very painful.
> 
> Best regards,
> Mathias
> 
No need for the smart mouth. You mean you have set up your system in
this manner? Too bad. Better you should have your browser open an
instance of OOo then having the browser go away will not hurt.  Simply
modify your browser to do that.




smime.p7s
Description: S/MIME cryptographic signature


Re: [dev] Mozilla and Open Office

2006-06-19 Thread Mathias Bauer
G. Roderick Singleton wrote:

> On Thu, 2006-06-15 at 17:33 +0200, Mathias Bauer wrote:
>> Mikhail Voitenko wrote:
>> 
>> > Implementing of this feature is possible in general. But it would
>> > require time to design and develop a reliable editing of OOo documents
>> > in a browser.
>> 
>> Just a small explanation why editing documents in a browser via plugin
>> protocol is not recommended: when the browser window is closed or the
>> content of the window is replaced by something else there is no way to
>> prevent or interrupt this! So all changes in the document will be lost,
>> you can't show a dialog to the user that asks for saving.
>> 
> 
> Funny you should say this. I found a workaround. Activate the "Save as"
> icon in your toolbar and you can save from the browser.

Did I say you can't save at all? Please read again: I tried to explain
that you can't rely on getting asked for saving your document if you
close the browser window (or browse in it to another location) before
you saved the document by yourself. It is so easy to hit the close
button, especially if you are used to get asked for saving in case you
forgot to save before. It might not happen very often but even one time
can be very painful.

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Re: [users] OO.o Draw 2.0 How to put a highlighted shape into the shape library tab?

2006-06-19 Thread G. Roderick Singleton
On Mon, 2006-06-19 at 16:32 +0100, [EMAIL PROTECTED] wrote:
> I have some specialist shapes that I would like to create in Draw and 
> drag? into the shapes tab so that they become tools in the future..
> Is there as easy way to drag a shape into the tab ..

I think these have to be built-in.

> I am happy to share my shapes library with the OO community if it is 
> possible..
> thanks for a great programme..
> nick from Ireland

Excellent. I think the folk that do this type of integration are mostly
on the dev list so I have cc'd this list for you and recommend you track
answers there.
-- 
PLEASE KEEP MESSAGES ON THE LIST.
OpenOffice.org Documentation Co-Lead
http://documentation.openoffice.org/ 


smime.p7s
Description: S/MIME cryptographic signature


Re: [dev] Changing the default Java for OOo from command line

2006-06-19 Thread Joachim Lingner

Hi Tobias,



So this should be the solution:
-%<-
soffice
-env:UNO_JAVA_JFW_JREHOME=file:///usr/lib/jvm/java-1.5.0-sun-1.5.0.06/
-env:UNO_JAVA_JFW_CLASSPATH=file:///usr/lib/openoffice/program/classes/jurt.jar;file:///usr/lib/openoffice/program/classes/ridl.jar;file:///usr/lib/openoffice/program/classes/java_uno.jar;file:///usr/lib/openoffice/program/classes/juh.jar;file:///usr/lib/openoffice/program/classes/jut.jar;file:///usr/lib/openoffice/program/classes/unoidl.jar
-%<-
but it does not solve my problem. Is this correct?
UNO_JAVA_JFW_CLASSPATH requires system paths. Spezify the class path 
just as you would do with Java.  Then unopkg should work. That is you 
would start unopkg the same as soffice


soffice
-env:UNO_JAVA_JFW_JREHOME=file:///usr/lib/jvm/java-1.5.0-sun-1.5.0.06/
-env:UNO_JAVA_JFW_CLASSPATH=/usr/lib/openoffice/program/classes/jurt.jar:/usr/lib/openoffice/program/classes/ridl.jar:...


It could help you to build the project jvmfwk with debug information 
and put both resulting libraries in your office installation.


--Joachim

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Changing the default Java for OOo from command line

2006-06-19 Thread Tobias Krais
Hi Joachim,

> i was a week off, so my answer is a bit late. I tried to start it OOo
> with the -env:..., to set the JRE. The option dialog then shows that the
> check box (use JRE) is not marked and I am not able to start the letter
> wizard, which is implemented in Java. This is  the case because, the
> UNO_JAVA_JFW_CLASSPATH_URLS variable is not used in direct mode. You
> would have to specify UNO_JAVA_JFW_CLASSPATH or UNO_JAVA_JFW_ENV_CLASSPATH.
> This may also cause the unopkg to fail. I suppose that you need to have
> at least these jars on your class path:
> 
> jurt, ridl, java_uno, juh, jut, unoidl

So this should be the solution:
-%<-
soffice
-env:UNO_JAVA_JFW_JREHOME=file:///usr/lib/jvm/java-1.5.0-sun-1.5.0.06/
-env:UNO_JAVA_JFW_CLASSPATH=file:///usr/lib/openoffice/program/classes/jurt.jar;file:///usr/lib/openoffice/program/classes/ridl.jar;file:///usr/lib/openoffice/program/classes/java_uno.jar;file:///usr/lib/openoffice/program/classes/juh.jar;file:///usr/lib/openoffice/program/classes/jut.jar;file:///usr/lib/openoffice/program/classes/unoidl.jar
-%<-
but it does not solve my problem. Is this correct?

BTW if I start soffice
-env:UNO_JAVA_JFW_JREHOME=file:///usr/lib/jvm/java-1.5.0-sun-1.5.0.06/ I
can start the letter wizard...

Can you tell my why the unopkg tool does not accept the -env parameter
although the script itself should recognize it?

Greetings, Tobias

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Warum OOo

2006-06-19 Thread Tom Schindl
Please note that we discuss in english in this forum.

Tom

Heinz W. Simoneit schrieb:
> Hallo @all  (Bernhard ?),
> 
> da war 'mal ein Projekt "Warum OOo" oder ähnlich angedacht.
> Ich habe eine Art Startseite in Erinnerung, mit der verschiedene
> Anwendungsbereiche (Ausbildung, KMU, Non-Profit...) angesprochen werden
> sollten.
> 
> Ist das noch aktuell?
> Kann mir jemand den Link dazu geben?
> 
> Danke!
> 




Re: [dev] Changing the default Java for OOo from command line

2006-06-19 Thread Joachim Lingner

Hi,

i was a week off, so my answer is a bit late. I tried to start it OOo 
with the -env:..., to set the JRE. The option dialog then shows that the 
check box (use JRE) is not marked and I am not able to start the letter 
wizard, which is implemented in Java. This is  the case because, the 
UNO_JAVA_JFW_CLASSPATH_URLS variable is not used in direct mode. You 
would have to specify UNO_JAVA_JFW_CLASSPATH or UNO_JAVA_JFW_ENV_CLASSPATH.
This may also cause the unopkg to fail. I suppose that you need to have 
at least these jars on your class path:


jurt, ridl, java_uno, juh, jut, unoidl

-- Joachim







What must my jvmfwk3rc look like for direct mode? Is this OK:
-%<-
[Bootstrap]
UNO_JAVA_JFW_ENV_JREHOME=true
UNO_JAVA_JFW_ENV_CLASSPATH=true
UNO_JAVA_JFW_VENDOR_SETTINGS=javavendors.xml
-%<-




You've got this certainly from your build environment. The direct mode
was initially designed to support java in the build environment where
there are no user settings.

The jvmfwk3rc above may work if you adapt the path to the
javavendors.xml. Have also a look into the jvmfwk3rc in the program
directory of your office. It contains a variable:
UNO_JAVA_JFW_CLASSPATH_URLS
which contains jar files which are put on the class path. I am not sure
if this value is also used if using direct mode.



This seems to be uninteresting if I look to the solution below.



The header jvmfwk/framework.h contains also some helpful information.
There is also a variable UNO_JAVA_JFW_JREHOME which can be used to point
directly to a JRE. The paths have to be file URLs. You could for example
start soffice this way.

soffice -env:UNO_JAVA_JFW_JREHOME=file:///java/myJRE



That seems to solve my problem, as i wrote above.



I am not sure if this automatically overrides the value from the user
settings. But if you remove UNO_JAVA_JFW_USER_DATA and perhaps
UNO_JAVA_JFW_SHARED_DATA then it may work.



Seems to be not necessary.

[...]

Now I want to do a second step. I want to use unopkg to register a
uno.pkg. The registration itself does not work with FSF JRE 1.4, but
with JRE 1.5, although the package itself works with JRE 1.3 and above.
How can I change the Variable UNO_JAVA_JFW_JREHOME for the unopkg call?
unopkg does not support the -env command. How can I solve this?

Greetings, Tobias

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] I would like to join the OpenOffice project

2006-06-19 Thread Charles Schulz
Hello Mashuq;

you may also want to contribute inside the Bengali Native-Language
project: http://bn.openoffice.org

Best,
Charles-H. Schulz.

Tobias Krais a écrit :
> Hi Mashuq,
>
>   
>> Little intro abt me - I am from Bangladesh - 3rd year comp scie student - I 
>> have good knowledge on java programming and working knowledge on C. I would 
>> like to join the OpenOffice project and help with my limited ability. I have 
>> no experience whatsoever of doing any work on a large software development 
>> project with other people. I just did my assignments in the university. If I 
>> am guided I hope I will be useful.
>> 
>
> this homepage will guide you:
>
> http://contributing.openoffice.org/programming.html
>
> Greetings, Tobias
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] I would like to join the OpenOffice project

2006-06-19 Thread Tobias Krais
Hi Mashuq,

> Little intro abt me - I am from Bangladesh - 3rd year comp scie student - I 
> have good knowledge on java programming and working knowledge on C. I would 
> like to join the OpenOffice project and help with my limited ability. I have 
> no experience whatsoever of doing any work on a large software development 
> project with other people. I just did my assignments in the university. If I 
> am guided I hope I will be useful.

this homepage will guide you:

http://contributing.openoffice.org/programming.html

Greetings, Tobias

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] I would like to join the OpenOffice project

2006-06-19 Thread Mashuq Rahman
Hello , 
Little intro abt me - I am from Bangladesh - 3rd year comp scie student - I 
have good knowledge on java programming and working knowledge on C. I would 
like to join the OpenOffice project and help with my limited ability. I have no 
experience whatsoever of doing any work on a large software development project 
with other people. I just did my assignments in the university. If I am guided 
I hope I will be useful.  hope to hear from u soon. 
Mashuq
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Warum OOo

2006-06-19 Thread Heinz W. Simoneit
Hallo @all  (Bernhard ?),

da war 'mal ein Projekt "Warum OOo" oder ähnlich angedacht.
Ich habe eine Art Startseite in Erinnerung, mit der verschiedene
Anwendungsbereiche (Ausbildung, KMU, Non-Profit...) angesprochen werden
sollten.

Ist das noch aktuell?
Kann mir jemand den Link dazu geben?

Danke!

-- 
Have a nice time.
Heinz


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Getting started with the code

2006-06-19 Thread Christian Junker

Hi,

every accepted project should have a description text on openoffice.org.
For code exploring the following two might be useful:
http://wiki.services.openoffice.org/wiki/Source_code_directories
http://go-oo.org/lxr/


2006/6/15, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

Is there information somewhere showing the layout of the code and the different OO 
projects?  I'm looking for some sort of blueprint so I can find the code for the 
"Edit Points" features among others.  It looks like there are about 170 
different projects.  A description of each of these would be helpful.
RR
___
Try the New Netscape Mail Today!
Virtually Spam-Free | More Storage | Import Your Contact List
http://mail.netscape.com





--
Best Regards
Christian Junker

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]