[dev] Re: does anybody still use tcsh to build OOo?

2011-04-08 Thread Christian Lohmaier
On Thu, Apr 7, 2011 at 9:47 AM, Mathias Bauer nospamfor...@gmx.de wrote: Hi, AFAIK tcsh doesn't work anymore anyway - using tcsh as the shell used *by* the build: yes. But the environment files are for the user's shell, and there it would still work. Months ago I worked on that but then got

[dev] Re: gnu make .LOW_RESOLUTION_TIME

2011-04-08 Thread tora - Takamichi Akiyama
Hi Michael, Thank you for your valuable inputs. On 2011/04/08 18:48, Michael Stahl wrote: On 07/04/2011 05:03, tora - Takamichi Akiyama wrote: I have just come up with a quick solution for the file systems using nanosecond time stamps. Problem: make: *** Warning: .LOW_RESOLUTION_TIME file

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Daniel Rentz
Hi, Am 06.04.2011 08:54, schrieb tora - Takamichi Akiyama: Could you tell me how to easily do build.pl debug=1 or similar actions in a specific, renovated module such as sw and svx after fully building the entire source code tree with normal options? The way I used to do was like this: (full

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Niklas Nebel
On 06.04.2011 08:54, tora - Takamichi Akiyama wrote: Could you tell me how to easily do build.pl debug=1 or similar actions in a specific, renovated module such as sw and svx after fully building the entire source code tree with normal options? The way I used to do was like this: (full build)

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hi Niklas, Daniel, and everybody interested in, On 2011/04/06 17:22, Daniel Rentz wrote: cd sw make clean make -srj9 debug=t The first call of make removes all output files of sw from solver/workdir. The second call of make builds sw with debug, libraries go into

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Christian Lippka
Hi Tora, Am 06.04.2011 11:31, schrieb tora - Takamichi Akiyama: Hi Niklas, Daniel, and everybody interested in, On 2011/04/06 17:22, Daniel Rentz wrote: cd sw make clean make -srj9 debug=t The first call of make removes all output files of sw from solver/workdir. The second call of

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hello Christian, On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make clean may not always be what you want. For example, if you just want to rebuild svx with debug and do a make -sr clean, your next make in sw module would rebuild a lot of stuff,

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Niklas Nebel
On 06.04.2011 18:45, tora - Takamichi Akiyama wrote: make -r deliverlog running on OpenSolaris x86 prints same type of warning messages and then eventually create the log file. $ make -r deliverlog ... make: *** Warning: .LOW_RESOLUTION_TIME file `/x/solver/300/unxsoli4/inc/svx/sxsoitm.hxx'

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hello Niklas, On 2011/04/07 2:04, Niklas Nebel wrote: On 06.04.2011 18:45, tora - Takamichi Akiyama wrote: make -r deliverlog running on OpenSolaris x86 prints same type of warning messages and then eventually create the log file. $ make -r deliverlog ... make: *** Warning:

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Michael Stahl
On 06/04/2011 18:45, tora - Takamichi Akiyama wrote: Hello Christian, On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make clean may not always be what you want. For example, if you just want to rebuild svx with debug and do a make -sr clean,

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hi Michael, On 2011/04/07 2:47, Michael Stahl wrote: make -r deliverlog running on OpenSolaris x86 prints same type of warning messages and then eventually create the log file. $ make -r deliverlog ... make: *** Warning: .LOW_RESOLUTION_TIME file

[dev] Re: i20878: Where is stored information about paragraph

2011-04-06 Thread Michael Stahl
On 05/04/2011 20:33, Bartosz wrote: I'm working on feature to display/edit nonprintable characters at the end of line (http://openoffice.org/bugzilla/show_bug.cgi?id=20878). I have almost finished my work, and I think the results are promising. I created screenshot to show how it is works

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hi, What I have learned: To compile an individual module including debug information, do like this: cd svx make -sr clean make -srj9 debug=t or cd svx rm -fr $WORKDIR/CxxObject/svx make -srj9 debug=t A warning message about .LOW_RESOLUTION_TIME on OpenSolaris with ZFS or NFS seems not

[dev] Re: Unknown Publisher

2011-04-05 Thread Mathias Bauer
On 02.04.2011 00:58, Lester Pastuszyn wrote: Windows Security pops up a box and asks me if I want to allow this unknown pubisher access to modifiy my computer. In the bos is openoffice's soffice.exe link to the desktop. Is there a way to tell windows that this program is safe with out having

[dev] Re: Unknown Publisher

2011-04-05 Thread Eike Rathke
Hi Lester, As you're not subscribed to the mailing list you were posting to you will miss replies that are directed to the list only. I'm forwarding one reply herewith. When answering, please reply only to the list (Reply-To header is set), not to my personal account. Thanks. Eike On Monday,

[dev] Re: does anybody still use tcsh to build OOo?

2011-04-05 Thread Malte Timmermann
I guess it shouldn't make a big difference for anyone whether he uses bash or tcsh for building OOo, so killing tcsh support is fine, IMO. Malte. Michael Stahl wrote, On 05.04.2011 13:04: hi all, currently configure generates 2 shell scripts for the environment, one for Bourne shell and

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-04 Thread Pavel Laštovička
Hi, I think that using 10.4 SDK is required to build a working OO.o. I cannot remember now, it has been a few months since I built on Mac (it was 3.2.1). I tried to build OO.o with 10.6 SDK and gcc 4.2.1 and OO.o then crashed during smoketest. Pavel Dne 1.4.2011 18:56, Pavel Janík

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-04 Thread Christian Lohmaier
Hi Pavel, *, 2011/4/4 Pavel Laštovička pavel.lastovi...@blue-point.cz: I think that using 10.4 SDK is required to build a working OO.o. Yes, but that is because it is enforced by the configure and buildscripts, not because of the actual sourcefiles. Those would surely work with a 10.6 SDK as

[dev] Re: Dev. tools

2011-04-02 Thread Joost Andrae
Hi, there's some documentation available. Please have a look at the following pages: http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-02 Thread Michael Sicotte
Hi, On Apr 1, 2011, at 11:56 AM, Pavel Janík wrote: I'd like the build to be extended with: - autodetecting the lowest available SDK. It is nonsense to hardcode 10.4u for people, who: a. have default Xcode install (ie. no 10.4u) b. want to build for themself only c. want to save

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-01 Thread eric b
Le 1 avr. 11 à 09:21, Pavel Janík a écrit : Hi, Hi Pavel, do we have a plan to support building OOo on Mac OS X Snow Leopard? Unfortunaly, not me : I have no machine running it (nor 10.5 either), and I'll stick to Tiger as long as possible. Just a wild guess, but if things

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-01 Thread Christian Lohmaier
Hi Pavel, 2011/4/1 Pavel Janík pa...@janik.cz: do we have a plan to support building OOo on Mac OS X Snow Leopard? It is suppoerted to build /on/ Snow Leopard. It has 64bit kernel, ie. platform is x86_64, by default doesn't come with 10.4u SDK (you have to install it, it is optional in

[dev] Re: Mac OS X Snow Leopard and 64bit...

2011-04-01 Thread Pavel Janík
Hi, On 1.4.2011, at 15:02, Christian Lohmaier wrote: Building 32bit version, but not targeting 10.4 is a waste of ressources IMHO. Why would you want to create builds that won't run on the baseline system? I'd like the build to be extended with: - autodetecting the lowest available SDK. It

[dev] Re: oo 3.3: merging registry values different from oo 32 ?

2011-03-31 Thread Stephan Bergmann
On 03/30/11 18:57, Oliver Brinzing wrote: if extension A sets this value to false and extension B sets same value to true, extension B will win, if B is installed after A. If a value is set multiple times in a single configuration layer (and all the extensions that are installed, say, per

[dev] Re: oo 3.3: merging registry values different from oo 32 ?

2011-03-31 Thread Oliver Brinzing
Hi Stephan, If a value is set multiple times in a single configuration layer (and all the extensions that are installed, say, per user are in one configuration layer) it has never been specified which setting wins. so it was pure luck that it worked till oo 3.2 ? Regards Oliver -- NEU:

[dev] Re: oo 3.3: merging registry values different from oo 32 ?

2011-03-31 Thread Stephan Bergmann
On 03/31/11 11:51, Oliver Brinzing wrote: If a value is set multiple times in a single configuration layer (and all the extensions that are installed, say, per user are in one configuration layer) it has never been specified which setting wins. so it was pure luck that it worked till oo 3.2 ?

[dev] Re: Including font's in build

2011-03-29 Thread Mathias Bauer
On 23.03.2011 07:50, Mathias Bauer wrote: Hi Knut, On 18.03.2011 01:10, Knut Olav Bøhmer wrote: Could this be related to my issue? (or is this just for unix?) http://openoffice.org/bugzilla/show_bug.cgi?id=105784 This is unix only. ATM I don't know which patchset fixed the bug. I will ask

[dev] Re: OUString

2011-03-26 Thread Michael Stahl
On 26/03/2011 06:49, Rohit Kulkarni wrote: How can I see the value of an OUString variable in gdb? Regards, Rohit you can add some functions to the gdb configuration that allow printing the various string types used in OOo: http://wiki.services.openoffice.org/wiki/Debugging -- If rascals

[dev] Re: Help: Build on Linux

2011-03-26 Thread Michael Stahl
On 25/03/2011 06:56, Rohit Kulkarni wrote: Systemcall: unopkg add --shared --suppress-license --verbose ../share/extension/install/dict-en.oxt -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/unxlngi6.pro/OpenOffice/installed/uno/en-US

[dev] Re: OOo with extra patches

2011-03-24 Thread Michael Stahl
On 10/03/2011 22:57, Knut Olav Bøhmer wrote: Hi, I now have an OpenOffice.org compiled with some extra patches. I want to inform the user by giveing it it's own productname in OOO320/instsetoo_native/util/openoffice.lst What do I need to do in order to make the build process choose my

[dev] Re: [marketing-dev] Re: [native-lang-com] Japan Earthquake: Kazunari Hirano needs our help

2011-03-24 Thread Katsuya Kobayashi
Hi sustainable is important for me as a community. Thanks all, Katsuya 2011/3/23, Louis Suarez-Potts lsuarezpo...@gmail.com: All, On 2011-03-23, at 01:08 , Peter Junge wrote: OpenOffice.org Community, our long term friend and OOo contributer Kazunari Hirano from Japan lives in

[dev] Re: Digest for list dev

2011-03-24 Thread Karen Hogoboom
...@gmail.com 2. [dev] Re: EIS login - Bernd Eilers bernd.eil...@oracle.com 3. [dev] Configuring Open Office - krist...@aol.com 4. [dev] Re: Configuring Open Office - Knut Olav Bøhmer boh...@gmail.com -- Forwarded message -- From: Knut Olav Bøhmer boh...@gmail.com To: dev dev

[dev] Re: Help: Build on Linux

2011-03-24 Thread Rohit Kulkarni
Hello Sir, Sorry for the late reply , I am busy with my college schedule. I checked the log file. It tells me that -- Created directory: /tmp/ooopackaging/i_231461300204492/ unxlngi6.pro/OpenOffice/installed/uno/en-US/ Systemcall: unopkg add --shared --suppress-license --verbose

[dev] Re: SPECIAL_BUILD

2011-03-23 Thread Mathias Bauer
On 08.03.2011 20:41, Knut Olav Bøhmer wrote: Hi, What does the SPECIAL_BUILD environment variable do? I found it on a web-page http://www.mail-archive.com/dev@tools.openoffice.org/msg01826.html when I search for help with a bug. -- Knut Olav Bøhmer IIRC this is a kind of wild card variable

[dev] Re: how to get access to the User data through API?

2011-03-23 Thread Mathias Bauer
On 10.03.2011 09:03, Zongbo Zhang wrote: Hi All, Writiing a java app, needs to change the user name, I know it can be manually done through Tools-option-user data. Which part of the API has some to do with this? Will appreciate your help, Look forward to hearing from you! You need to

[dev] Re: Help: Build on Linux

2011-03-23 Thread Mathias Bauer
Hi Rohit, On 15.03.2011 16:05, Rohit Kulkarni wrote: Hello, When I build OOO, I have to run the installation step as cd instsetoo_native/util dmake openoffice_en-US PKGFORMAT=installed to install the ooo build. While installing the ooo I am getting following error (snip) ... unopkg add

[dev] Re: After building and installing Norwegian OOo still in EN

2011-03-23 Thread Mathias Bauer
On 09.03.2011 13:42, Knut Olav Bøhmer wrote: 2011/3/8 Knut Olav Bøhmer boh...@gmail.com mailto:boh...@gmail.com Hi, I've just buildt norwegian version of OpenOffice.org, and installed /OOO320/instsetoo_native/wntmsci12.pro/OpenOffice/msi/install/no

[dev] Re: Including font's in build

2011-03-23 Thread Mathias Bauer
Hi Knut, On 17.03.2011 13:56, Knut Olav Bøhmer wrote: I think it might be this bug: http://openoffice.org/bugzilla/show_bug.cgi?id=111402 I'll try to install the same version on the computer that did it right, and see if the problem is still there. this is a bug in the Word 6 filter, not in

[dev] Re: Including font's in build

2011-03-23 Thread Mathias Bauer
Hi Knut, On 18.03.2011 01:10, Knut Olav Bøhmer wrote: Could this be related to my issue? (or is this just for unix?) http://openoffice.org/bugzilla/show_bug.cgi?id=105784 This is unix only. ATM I don't know which patchset fixed the bug. I will ask the developer who usually fixes bugs in the

[dev] Re: After building and installing Norwegian OOo still in EN

2011-03-23 Thread Knut Olav Bøhmer
On 17 March 2011 09:36, Mathias Bauer nospamfor...@gmx.de wrote: On 09.03.2011 13:42, Knut Olav Bøhmer wrote: 2011/3/8 Knut Olav Bøhmer boh...@gmail.com mailto:boh...@gmail.com    Hi,    I've just buildt norwegian version of OpenOffice.org, and installed    

[dev] Re: After building and installing Norwegian OOo still in EN

2011-03-23 Thread Knut Olav Bøhmer
2011/3/23 Knut Olav Bøhmer boh...@gmail.com: -- cut -- Does that mean that your build didn't work as expected because this variable was set by you? Or does it mean that it didn't work because it was not set? It did not work as expected because SPECIAL_BUILD was set. By the way, what is

[dev] Re: [native-lang-com] Japan Earthquake: Kazunari Hirano needs our help

2011-03-23 Thread Louis Suarez-Potts
All, On 2011-03-23, at 01:08 , Peter Junge wrote: OpenOffice.org Community, our long term friend and OOo contributer Kazunari Hirano from Japan lives in Ichinoseki (http://pds.exblog.jp/pds/1/201103/18/84/a0005484_21312387.jpg), which has been heavily shaken by the earthquake on March

[dev] Re: Framework development

2011-03-22 Thread Carsten Driesner
On 21.03.2011 16:47, Jean-Sébastien Mandeville wrote: Hi, I would like to participate in open office but I have only basis knowledge in c++, java and .net. I wonder if you could give me few book reference that could help me to go to lower level in progammation. I'm interested in helping in

[dev] Re: Willing to contribute to open office

2011-03-21 Thread Alexandro Colorado
hi we could welcome you on education.openoffice.org for developers that want to get to know OOo internals and specific efforts to extend OOo. I recomend you to subscribe to d...@education.openoffice.org. You can learn to build OOo and other tasks that are helpful to understand your way around

[dev] Re: About OpenOffice.org

2011-03-18 Thread Konstantin Tokarev
18.03.2011, 08:24, Mapper720.Ru Admin ad...@mapper720.ru: Hello! I like OpenOffice, but it has one rather serious weak point - it works (especially OO.o Calc) more slowly, then ms excel. It would be very good to make it more fast, if you can. Out of curiosity, have you tried Gnumeric? --

[dev] Re: Cannot subscribe to a mailing list

2011-03-17 Thread jsk_priv
Hi Pavel, you are lucky, i've been trying to umsubscribe for weeks now... SkottiStefan Taxhet stefan.tax...@oracle.com hat geschrieben:Hi Pavel, On 17.03.2011 11:07, Pavel Laštovička wrote: I am sorry this is a bit off-topic. I tried to subscribe to the users mailing list and I have not got

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
Hi again, Maybe it's not so obviously a font problem? Shouldn't it be enough to mark the text and select another font, and the æøå should be OK again? It still only shows up as something like: * リ* (I don't know if it would show up in your email client as it does in mine) Best regards Knut Olav

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
Another relevant peace of information is that this document is a .doc file. 2011/3/17 Knut Olav Bøhmer boh...@gmail.com Hi again, Maybe it's not so obviously a font problem? Shouldn't it be enough to mark the text and select another font, and the æøå should be OK again? It still only shows

[dev] Re: Cannot subscribe to a mailing list

2011-03-17 Thread Eike Rathke
Hi jsk_priv, On Thursday, 2011-03-17 12:06:09 +0100, jsk_p...@gmx.de wrote: you are lucky, i've been trying to umsubscribe for weeks now... - To unsubscribe send email to dev-unsubscr...@openoffice.org I think the footer is

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
It works on my computer in OpenOffice.org 3.3 but not OpenOffice.org 3.2.1 It would be great if I could get some help to identify any patch that could fix this in 3.2.1 2011/3/17 Knut Olav Bøhmer boh...@gmail.com I think it might be this bug:

[dev] Re: Cannot subscribe to a mailing list

2011-03-17 Thread Stefan Taxhet
Hi, On 17.03.2011 12:06, jsk_p...@gmx.de wrote: Hi Pavel, you are lucky, i've been trying to umsubscribe for weeks now... Please note that Pavel tried to subscribe whereas you want to unsubscribe. Bernd explained that the problems with unsubscribing addresses with the matching requesting

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
Hi, Is this: c2911f0fa819 the right patch? http://hg.services.openoffice.org/OOO330/rev/c2911f0fa819 And would it be possible to add it to 3.2.1? Ref this one: http://openoffice.org/bugzilla/show_bug.cgi?id=61927 2011/3/17 Knut Olav Bøhmer boh...@gmail.com It works on my computer in

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
2011/3/17 Knut Olav Bøhmer boh...@gmail.com Hi, Is this: c2911f0fa819 the right patch? http://hg.services.openoffice.org/OOO330/rev/c2911f0fa819 And would it be possible to add it to 3.2.1? Does not look like it. The file writerfilter/inc/resourcemodel/Protocol.hxx does not exist in my

[dev] Re: Including font's in build

2011-03-17 Thread Knut Olav Bøhmer
Could this be related to my issue? (or is this just for unix?) http://openoffice.org/bugzilla/show_bug.cgi?id=105784 2011/3/17 Knut Olav Bøhmer boh...@gmail.com 2011/3/17 Knut Olav Bøhmer boh...@gmail.com Hi, Is this: c2911f0fa819 the right patch?

[dev] Re: [www-dev] Re: building svl failed

2011-03-16 Thread 胡其图
It's works! thank you very much! you so lovely... At 2011-03-15 17:49:27,Yan Wu wuyan.oo...@gmail.com wrote: On 3/15/11, huq...@163.com huq...@163.com wrote: I set the environment viable TEMP and TMP to C:/cygwin/tmp, but I got the same error! and where can i find rsc_tempfiles.patch

[dev] Re: [www-dev] Re: building svl failed

2011-03-15 Thread 胡其图
I set the environment viable TEMP and TMP to C:/cygwin/tmp, but I got the same error!-- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help

[dev] Re: [www-dev] Re: building svl failed

2011-03-15 Thread huqitu
I set the environment viable TEMP and TMP to C:/cygwin/tmp, but I got the same error! and where can i find rsc_tempfiles.patch file and how to apply it! thank you ! -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For

[dev] Re: Relative URL

2011-03-15 Thread Stephan Bergmann
On 03/14/11 20:05, Jan wrote: Writing file://./theDocument.odt gives me the error: URL seems to be an unsupported one The above is not a relative file URL, it is a file URL with authority . and absolute path /theDocument.odt. A file URL with such an authority is not supported by OOo.

[dev] Re: OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Joachim Lingner
This output comes probably from the bridges module. Did you build it by any chance with debug=t? Joachim On 03/15/11 09:24, Andor E wrote: Hi, I'm building OOo 3.2.1 on Windows. For some reason unopkg and other command line tools print trace info (inserting new mapping) to the console. I'm

[dev] Re: OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Stephan Bergmann
On 03/15/11 09:24, Andor E wrote: I'm building OOo 3.2.1 on Windows. For some reason unopkg and other command line tools print trace info (inserting new mapping) to the console. I'm quite certain, that I didn't create a debug build. I've even defined an envionment variable DEBUG=false. But it's

[dev] Re: Build breaks in setup-native

2011-03-15 Thread Hans-Joachim Lankenau
hi! i found that http://hg.services.openoffice.org/cws/ause130/rev/b4abd2828ea5 fixed this problem for me. seems to be connected with the special treatment of the INCLUDE variable and the length of it. tschau... ause Regina Henschel wrote: Hi, I want to build CWS aw080 for Windows, but it

[dev] Re: OOo Build on Win: unopkg prints debug info

2011-03-15 Thread Andor E
I didn't use debug=t and setting or not setting the DEBUG variable made no differenceA as far as I can tell. This message (http://markmail.org/message/eqk2lwr6ut4c3msb) from a SUN employee suggests, that OSL_DEBUG_LEVEL will always be greate than 1 for non-pro builds. Does this by any chance

[dev] Re: OO 3.3 is installing JRE 1.6.22 (already have 1.6.24)

2011-03-14 Thread Joost Andrae
Hi Stuart, I just updated to OpenOffice 3.3.0 (OOO330m20 (Build:9567)). The update installed JRE 1.6.22. If I remove JRE 1.6.22, will OpenOffice still work? yes. If you completely remove Java from your system then only some parts will not work eg. the database is Java based and some

[dev] Re: OO 3.3 is installing JRE 1.6.22 (already have 1.6.24)

2011-03-14 Thread Alexander Thurgood
Le 13/03/11 21:22, Joost Andrae a écrit : Hi Joost, If I remove JRE 1.6.22, will OpenOffice still work? yes. If you completely remove Java from your system then only some parts will not work eg. the database is Java based and some wizards or some of the document (XSLT based) filters that

[dev] Re: Relative URL

2011-03-14 Thread Frank Schönheit
Hello Jan, how can I specify a relative URL for loadComponentFromURL() ? To my best knowledge, you cannot. In a possibly multi-threaded environment, relative would be completely meaningless, unless you explicitly pass the location to which your URL shall be relative to together with the URL -

[dev] Re: EIS login

2011-03-13 Thread Takashi Ono
Hi Bernd, In message [dev] Re: EIS login, Bernd Eilers wrote... On 10.03.2011 14:02, Takashi Ono wrote: EIS Web interface is now rejecting my login with OOo address and password. Are there any change? We moved to a new infrastructure recently. You should have got an email

[dev] Re: Configuring Open Office

2011-03-11 Thread Knut Olav Bøhmer
On 10 March 2011 21:26, krist...@aol.com wrote: I am trying to configure the openoffice development environment, using cygwin. It claims that either /usr/bin/gawk, awk, tar, or gunzip is a cygwin symlink. Do you have a solution to this problem?

[dev] Re: XTextSection set background image API Changes ?

2011-03-10 Thread underscore
2011/3/10 Jürgen Schmidt juergen.schm...@oracle.com: Indeed It was the URL -- odd thing is I have been using such (file:/home/user ) URIs since OOo 2.4 -- it worked by luck and it seems that somebody have correct the code or used some other underlying stuff that is less tolerant. The url

[dev] Re: XTextSection set background image API Changes ?

2011-03-10 Thread Jürgen Schmidt
On 3/10/11 9:04 AM, underscore wrote: 2011/3/10 Jürgen Schmidt juergen.schm...@oracle.com: Indeed It was the URL -- odd thing is I have been using such (file:/home/user ) URIs since OOo 2.4 -- it worked by luck and it seems that somebody have correct the code or used some other underlying

[dev] Re: ERROR: File not found: msvcp80.dll

2011-03-10 Thread Knut Olav Bøhmer
On 9 March 2011 12:05, Michael Stahl michael.x.st...@oracle.com wrote: On 09/03/2011 03:43, tora - Takamichi Akiyama wrote: Hi, On 8 March 2011 15:11, tora - Takamichi Akiyama t...@openoffice.orgmailto: t...@openoffice.org wrote: cd $SRC_ROOT dmake and wait for a

[dev] Re: EIS login

2011-03-10 Thread Bernd Eilers
On 10.03.2011 14:02, Takashi Ono wrote: Hi all, Hi Takashi Ono! EIS Web interface is now rejecting my login with OOo address and password. Are there any change? We moved to a new infrastructure recently. You should have got an email with a new password for OpenOffice.org We only

[dev] Re: ERROR: File not found: msvcp80.dll

2011-03-09 Thread Michael Stahl
On 09/03/2011 03:43, tora - Takamichi Akiyama wrote: Hi, On 8 March 2011 15:11, tora - Takamichi Akiyama t...@openoffice.org mailto:t...@openoffice.org wrote: cd $SRC_ROOT dmake and wait for a minutes, not hours. On 2011/03/09 4:07, Knut Olav Bøhmer wrote: Which worked

[dev] Re: After building and installing Norwegian OOo still in EN

2011-03-09 Thread Knut Olav Bøhmer
2011/3/8 Knut Olav Bøhmer boh...@gmail.com Hi, I've just buildt norwegian version of OpenOffice.org, and installed /OOO320/instsetoo_native/wntmsci12.pro/OpenOffice/msi/install/no But the userinterface is still in english, even though Writer - Tools - Options - Language Settings -

[dev] Re: XTextSection set background image API Changes ?

2011-03-09 Thread Michael Stahl
On 09/03/2011 15:10, underscore wrote: I was setting the background image as follows : (xSectionProps is the XPropertySet of a XTextSection ) Object bitmapTable = createInstance(com.sun.star.drawing.BitmapTable); XNameContainer nameContainer =

[dev] Re: Help Required In Writing a New SDBC Driver For LDAP

2011-03-09 Thread Chirag Mahapatra
-- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help

[dev] Re: Importing Filter fixes from Symphony

2011-03-09 Thread Niklas Nebel
On 30.11.2010 16:44, MOULIN Camille wrote: During random tests with IBM's Symphony, I realized that three of the most annoying bugs in Calc's filters were actually fixed there. Issue 89232 Fill operations should not touch filtered rows. Issue 12666 autofilter works just on one sheet (only

[dev] Re: Importing Filter fixes from Symphony

2011-03-09 Thread Camillem
On 09/03/2011 19:38, Niklas Nebel wrote: On 30.11.2010 16:44, MOULIN Camille wrote: During random tests with IBM's Symphony, I realized that three of the most annoying bugs in Calc's filters were actually fixed there. Issue 89232 Fill operations should not touch filtered rows. Issue 12666

[dev] Re: XTextSection set background image API Changes ?

2011-03-09 Thread Jürgen Schmidt
On 3/9/11 4:11 PM, underscore wrote: On Wed, Mar 9, 2011 at 5:47 PM, Michael Stahl michael.x.st...@oracle.com wrote: (xSectionProps is the XPropertySet of a XTextSection ) Object bitmapTable = createInstance(com.sun.star.drawing.BitmapTable); XNameContainer nameContainer =

[dev] Re: Skrivebeskyttelse i et *.odt dokument

2011-03-08 Thread Knut Olav Bøhmer
Hi, I'm just guessing, you sendt the document to your Mac by email, and opended it from your mail client. Sometimes when I do that, the files is opened as read-only. Try saving the document and then open openoffice.org, and open the file from there. Hei, Jeg bare gjetter, men du sente documentet

[dev] Re: ERROR: File not found: msvcp80.dll

2011-03-08 Thread tora - Takamichi Akiyama
Hi, i am not sure, but, in general, this might help. cd $SRC_ROOT cd external build.pl deliver.pl -verbose cd .. cd instsetoo_native build.pl or simply cd $SRC_ROOT dmake and wait for a minutes, not hours. Kind regards, Tora On 2011/03/08 21:44, Knut Olav Bøhmer wrote: Hi, I'm building

[dev] Re: ERROR: File not found: msvcp80.dll

2011-03-08 Thread Knut Olav Bøhmer
On 8 March 2011 15:11, tora - Takamichi Akiyama t...@openoffice.org wrote: Hi, i am not sure, but, in general, this might help. Thanx cd $SRC_ROOT cd external build.pl hmm why didn't I do that. ( i did dmake, and it did ofcours not work ): deliver.pl -verbose cd .. cd

[dev] Re: ERROR: File not found: msvcp80.dll

2011-03-08 Thread tora - Takamichi Akiyama
Hi, On 8 March 2011 15:11, tora - Takamichi Akiyama t...@openoffice.org mailto:t...@openoffice.org wrote: cd $SRC_ROOT dmake and wait for a minutes, not hours. On 2011/03/09 4:07, Knut Olav Bøhmer wrote: Which worked for me :) Well, I'm doing this on a virtual macine it took

[dev] Re: MacOSX: ScirptingFramework's Edit ...

2011-03-07 Thread Jeff Harmon
I can't figure out how to build a version with support for newer versions of Python. Can I hire you to help? Or can you point me in a more specific direction? Where are the patches you mention? I'm really starting to feel the pressure to get unoconv to work on Mac OS X Leopard Server.

[dev] Re: [www-dev] Re: build error

2011-03-05 Thread Rohit Kulkarni
! BR zongbo zhang From: Rohit Kulkarni [kulkarni.rohit...@gmail.com] Sent: Monday, February 21, 2011 8:40 PM To: dev@openoffice.org Subject: [www-dev] Re: [dev] build error Hi Zongbo Zhang and Mathias, I have built OpenOffice source code. Now I am having

[dev] Re: Build broken - i116795

2011-03-04 Thread Viatcheslav.Sysoltsev
Hi Andreas, I can't edit anything in the bugreport. Whenever I try to change something I get this error message in big red squared letters: You tried to change the Ever confirmed field from 1 to 0 , but only the assignee of the bug, or a user with the required permissions may change that

[dev] Re: Build broken - i116795

2011-03-04 Thread Frank Schönheit
Hi Andreas, I can't edit anything in the bugreport. Whenever I try to change something I get this error message in big red squared letters: You tried to change the Ever confirmed field from 1 to 0 , but only the assignee of the bug, or a user with the required permissions may change that

[dev] Re: Build broken - i116795

2011-03-04 Thread Andreas Radke
Am Fri, 04 Mar 2011 09:41:01 +0100 schrieb Frank Schönheit frank.schoenh...@oracle.com: What exact changes do you try to do? Does just adding a comment still work, or is there more you attempt to change? And yes, I think this is basically caused by some problem with your BZ privileges, or

[dev] Re: Build broken - i116795

2011-03-04 Thread Frank Schönheit
Hi Andreas, I've just wanted to post only a comment to tell you that your patch fixes it and still get the error. Uhm - the patches fixes it, *or* you still get the same error? To me, those are mutually exclusive :) Cofused Frank --

[dev] Re: Build broken - i116795

2011-03-04 Thread Andreas Radke
Am Fri, 04 Mar 2011 11:34:55 +0100 schrieb Frank Schönheit frank.schoenh...@oracle.com: Hi Andreas, I've just wanted to post only a comment to tell you that your patch fixes it and still get the error. Uhm - the patches fixes it, *or* you still get the same error? To me, those are

[dev] Re: where to find the NetBeans plugin?

2011-03-04 Thread Jürgen Schmidt
On 3/3/11 10:05 AM, Zongbo Zhang wrote: Hi, I am using the NeBeans 6.9, need to have the OOo plugin for NetBeans(org-openoffice-extensions-2.0.7.alpha.nbm), but cannot find the page where ít was located. while clicked the link, page not found error occured. has it been removed or

[dev] Re: EIS integrated into new infrastructure too

2011-03-04 Thread Eike Rathke
Hi Bernd, On Thursday, 2011-03-03 17:18:21 +0100, Bernd Eilers wrote: If as a developer you are using a different password than before it would probably be hard to generate the CVS encrypted Version of the password nowadays Actually not, the CVS password scrambling is a simple text encoding,

[dev] Re: Build broken - i116795

2011-03-04 Thread Frank Schönheit
Hi Andreas, hehe. your patch fixes my build. so the initial build issue is fixed. Okay, I'll commit the fix to our next CWS (dba34d) then. and the bug in issuezilla is still there even when only committing a comment I get the error message about the confirmed field. Hmm. Let me quote

[dev] Re: EIS integrated into new infrastructure too

2011-03-04 Thread Bernd Eilers
On 04.03.2011 13:51, Eike Rathke wrote: Hi Bernd, Hi Eike! On Thursday, 2011-03-03 17:18:21 +0100, Bernd Eilers wrote: If as a developer you are using a different password than before it would probably be hard to generate the CVS encrypted Version of the password nowadays Actually not,

[dev] Re: Build broken - i116795

2011-03-03 Thread Frank Schönheit
Hi Andreas, It's CWS dba34b that breaks the build with system hsqldb(works with internal hsqldb). Please fix it. In this case oj is the canonic owner of your issue :) Can you please elaborate (in the bug) how to came to this conclusion, set the regression keyword, and assign the bug to oj?

[dev] Re: Regarding Development of Open Office

2011-03-03 Thread Alexandro Colorado
We have a wikipage with the getting started on developing for OpenOffice.org http://contributing.openoffice.org/programming.html Please come back if you find stuck or with a broken link. We recently moved to a new site, so bugs might be expected. On Wed, Mar 2, 2011 at 2:25 PM, Ankur Agarwal

[dev] Re: windows overshooting the screen on netbooks

2011-03-03 Thread Philipp Lohmann
http://wiki.services.openoffice.org/wiki/Getting_It http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org On 3/3/11 10:22 AM, saurabh chakrabarty wrote: Hi all, i am trying to get the source rpm for openoffice but cant seem to find one. I did find some tar files here

[dev] Re: Build broken - i116795

2011-03-03 Thread Andreas Radke
Am Wed, 02 Mar 2011 22:01:36 +0100 schrieb Frank Schönheit frank.schoenh...@oracle.com: Hi Andreas, It's CWS dba34b that breaks the build with system hsqldb(works with internal hsqldb). Please fix it. In this case oj is the canonic owner of your issue :) Can you please elaborate (in

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Yan Wu
On 3/2/11, Yan Wu wuyan.oo...@gmail.com wrote: hmm, still have no idea, the call to cpp/rscpp is not shown... please try the following: first apply the attached patch (to give -verbose flag to rsc) then rebuild rsc: (cd rsc rm -r wntmsci* build debug=t deliver) then try again, it should

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Michael Stahl
On 02/03/2011 04:45, Yan Wu wrote: hmm, still have no idea, the call to cpp/rscpp is not shown... please try the following: first apply the attached patch (to give -verbose flag to rsc) then rebuild rsc: (cd rsc rm -r wntmsci* build debug=t deliver) then try again, it should now print

[dev] Re: [www-dev] Re: building svl failed

2011-03-02 Thread Christian Lippka
Hi Yan, Am 02.03.2011 04:45, schrieb Yan Wu: hmm, still have no idea, the call to cpp/rscpp is not shown... please try the following: first apply the attached patch (to give -verbose flag to rsc) then rebuild rsc: (cd rsc rm -r wntmsci* build debug=t deliver) then try again, it should now

<    1   2   3   4   5   6   7   8   9   10   >