[dev] Maven dependencies for UNO

2005-09-05 Thread Emmanouil Batsis


Does OOo provide a repo for apache maven dependency handling?

Thanks,

Manos

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



Re: [dev] OOo 2.0b2 Linux Distribution

2005-09-05 Thread Joerg Barfurth

Hi,

Rob Ogilvie wrote:

Hello-

I downloaded OOo 2.0 beta 2 (Linux x86 "install") last night and was 
shocked to discover it is being distributed as a tarball full of RPMs. I 
wonder who made the decision to begin distributing OOo in RPM format and 
how we can go about getting that changed to something a bit more 
standard.  


What installer would be more standard than RPM? RPM was chosen because 
it is part of LSB, which is about the only applicable standard there is.


I'm assuming OOo is as binary compatible in 2.0 beta 2 as it 
was in 1.0... if this isn't the case, then distribution makers are going 
to need to start building it themselves.




The downloadable version is still highly binary compatible. But 
distribution makers have been compiling even previous versions 
themselves nevertheless (for various reasons).


If it *is* as binary compatible as it used to be, why would RPMs be 
chosen?  


Summarizing:
- The old installer was not maintainable any more
- The old installer did not properly integrate with *any* packaging system
- The build system supports building packages for many packagers
- We have to make a choice what to offer for download
- RPM is the most standard packaging system available on Linux (LSB)


And why would you tarball up a bunch of RPMs for distribution?


There are multiple packages to preserve (most of) the modularity of 
installation that was present with the old installer and to make it 
possible to do selective updates.


But people usually want to download a single file. Having to download 
the packages individually is error prone.


 There are a lot of folks out there who don't run RPM-based 
distributions, such as myself.  :-)




Even if your distribution is not RPM-based, you can probably install 
RPM. You can also convert RPMs using tools such as alien or rpm2cpio.


A setup guide with installation instructions for most distros is 
available somewhere on the site and will probably be included with the 
final release.


Ciao Joerg


--
Joerg Barfurth  Sun Microsystems - Desktop - Hamburg
>> using std::disclaimer <<<
Software Engineer [EMAIL PROTECTED]
OpenOffice.org Configuration  http://util.openoffice.org


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



Re: [dev] copy right assignment

2005-09-05 Thread Stefan Taxhet

Hi,

Pema Geyleg wrote:


Dear all,

  I have submitted the joint copy right to open office. However I am not 
listed in

http://www.openoffice.org/copyright/copyrightapproved.html

>

Could someone have a look at it.


I would be glad to help to track down your JCA.
Could you let me know the date when you sent it and whether you used fax
or snail mail?

I m asking this because I had my issues 
rejected for not signing it last time..


I'm a bit confused by issue 53388.
http://www.openoffice.org/issues/show_bug.cgi?id=53388

I assume we are talking about joint copyright assignment for 
OpenOffice.org contributions as described at

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

Greetings
Stefan

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



Re: [dev] copy right assignment

2005-09-05 Thread Pema Geyleg

Dear Stefan ,
   Thanks for the help.
1)I would be glad to help to track down your JCA.
Could you let me know the date when you sent it?
It was dated 16th August 2005

2)whether you used fax or snail mail?
 I used both ,fax and postal mail.
3)I assume we are talking about joint copyright assignment
for OpenOffice.org contributions as described at
 http://contributing.openoffice.org/programming.html#jca
 Yes I am talking of that...

Many Thanks
Pema Geyleg
DIT,Bhutan

Greetings
Stefan

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



+++
Get a free DrukNet e-mail account and stay in touch
http://www.druknet.bt


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



[dev] What is OnCopyTo(Done)

2005-09-05 Thread Matthias Benkmann
I can't find information on the OnCopyTo(Done) events that I'm receiving on 
my TextDocuments. What are they?

Matthias


[dev] How to make DisableCommandsTest.java disable Tools/Macros?

2005-09-05 Thread Matthias Benkmann
I'm trying to change the DisableCommandsTest.java example to disable the 
Tools/Macros submenu, but I can't find the command name for it. The Macro 
Recorder is no help as it can't record the opening of a submenu. Is it at 
all possible to disable a submenu entry with the code from 
DisableCommandsTest.java or does this only work for entries that "perform 
some action", i.e. leaves of the menu tree?

Matthias


[dev] How to add a button to a newly created toolbar?

2005-09-05 Thread Matthias Benkmann
I've managed to create my own toolbar with the following code

layout = thisComponent.CurrentController.Frame.LayoutManager
layout.createElement( "private:resource/toolbar/UITest" )
layout.showElement( "private:resource/toolbar/UITest" )

but I can't seem to find a way to add a button to it. Could someone please 
give me a pointer in the right direction. Thanks.

Matthias


[dev] Options-Dialog, MacroSecurityLevel 3 , subfolders and http://

2005-09-05 Thread Peter Eberlein

Hi,

adding http://MyServer/* and/or file:///v:/* to the string list of the 
SecureURL in the common.xcu seems not to work.


Most of our templates reside on dozens of subfolders on our http-server.
Is there a way to work with subfolders on the highest security level?

Regards

Peter

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