Re: test infrastructure ideas appreciated ...

2015-06-04 Thread Robert Antoni Buj i Gelonch
: On 04.06.2015 18:32, Michael Meeks wrote: Hi Robert, On Wed, 2015-06-03 at 15:44 +0200, Robert Antoni Buj i Gelonch wrote: We could add an automatic validation test for checking the discovery of dynamic library dependencies on OS X Linux. * OS X: otool -L file * Linux: ldd

Re: About skip SkipImages unit test on MacOs

2015-06-03 Thread Robert Antoni Buj i Gelonch
I attach the bt, if someone is interested I can print the variables of a specific frame. make CppunitTest_sw_globalfilter (lldb) breakpoint set --file /Volumes/Master/lo/core/sw/qa/extras/globalfilter/globalfilter.cxx --line 663 (lldb) run (lldb) breakpoint set --file

Re: test infrastructure ideas appreciated ...

2015-06-03 Thread Robert Antoni Buj i Gelonch
We could add an automatic validation test for checking the discovery of dynamic library dependencies on OS X Linux. - OS X: otool -L file - Linux: ldd file 2015-06-03 15:33 GMT+02:00 Michael Meeks michael.me...@collabora.com: Hi guys, The ESC are interested in improving unit

Re: help needed: hsqldb shutdown race condition, how to fix without deadlock

2015-06-03 Thread Robert Antoni Buj i Gelonch
Hi Lionel, I'm not sure if HSQLDB is not using reflection and, the concern code is not synchronized. Did you have that in mind? Regards, Robert -- http://about.me/rbuj ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: help needed: hsqldb shutdown race condition, how to fix without deadlock

2015-06-03 Thread Robert Antoni Buj i Gelonch
Hi Lionel, If you considered this, or if I'm wrong, please excuse me. ;-) Regards, Robert 2015-06-03 19:19 GMT+02:00 Robert Antoni Buj i Gelonch robert@gmail.com : Hi Lionel, I'm not sure if HSQLDB is not using reflection and, the concern code is not synchronized. Did you have

Re: About skip SkipImages unit test on MacOs

2015-06-02 Thread Robert Antoni Buj i Gelonch
By running /Volumes/Master/lo/core/instdir/LibreOfficeDev.app/Contents/MacOS/soffice /Volumes/Master/lo/core//sw/qa/extras/globalfilter/data/skipimages.docx, EMF+ image is not displayed, however LO is able to open skipimages.docx. make CppunitTest_sw_globalfilter

Re: About skip SkipImages unit test on MacOs

2015-06-02 Thread Robert Antoni Buj i Gelonch
so this smells like the issue discussed in https://bugs.documentfoundation.org/show_bug.cgi?id=90502 CRASH - failed assertion in unittest sw_globalfilter in master build OSX, and the working hypothesis would be that your tb's failure symptoms are the non-debug manifestation of the same

Re: About skip SkipImages unit test on MacOs

2015-06-02 Thread Robert Antoni Buj i Gelonch
; cerror_nocancel 0x7fff88a53290 +20: retq 2015-06-02 20:16 GMT+02:00 Robert Antoni Buj i Gelonch robert@gmail.com : so this smells like the issue discussed in https://bugs.documentfoundation.org/show_bug.cgi?id=90502 CRASH - failed assertion in unittest sw_globalfilter in master build OSX

Re: About skip SkipImages unit test on MacOs

2015-06-02 Thread Robert Antoni Buj i Gelonch
: retq 2015-06-02 22:53 GMT+02:00 Markus Mohrhard markus.mohrh...@googlemail.com: Hey, On Tue, Jun 2, 2015 at 10:46 PM, Robert Antoni Buj i Gelonch robert@gmail.com wrote: Hi, I can move forward until aEnv.startLoading() Process 13147 stopped * thread #1: tid = 0x2c50ef

Re: About skip SkipImages unit test on MacOs

2015-06-02 Thread Robert Antoni Buj i Gelonch
\ --with-parallelism=2 \ --enable-bogus-pkg-config \ --disable-cve-tests \ --enable-odk \ --disable-online-update \ --without-system-odbc make 2015-06-02 11:44 GMT+02:00 Stephan Bergmann sberg...@redhat.com: On 06/02/2015 11:36 AM, Robert Antoni Buj i Gelonch wrote: (lldb) run Just doing

Re: About skip SkipImages unit test on MacOs

2015-06-02 Thread Robert Antoni Buj i Gelonch
Ok, thanks for the info. 2015-06-02 14:06 GMT+02:00 julien2412 serval2...@yahoo.fr: Robert Antoni wrote OK, I'm going to build a debug build from scratch. Just for information, you may encounter https://bugs.documentfoundation.org/show_bug.cgi?id=90502 which has prevented me to build a

Re: About skip SkipImages unit test on MacOs

2015-05-29 Thread Robert Antoni Buj i Gelonch
Hi Julien, I think that the packaging issue, it's related with the system cache which is periodically purged by OS, or something similar. I didn't do anything to solve booth issues: I executed make distclean. Next, I rebooted the machine, and I executed these commands: diskutil erasevolume HFS+

Re: About skip SkipImages unit test on MacOs

2015-05-28 Thread Robert Antoni Buj i Gelonch
Hi, I shut down the tb61 yesterday, I'm going to put it up and running again. If there is someone who wants that I shut it down, please reply this thread. Regards, Robert 2015-05-28 19:09 GMT+02:00 julien2412 serval2...@yahoo.fr: Hi, I just wanted to communicate about the patch

Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Robert Antoni Buj i Gelonch
There are a lot of copy operations before to package LO. I propose you copy the files to package into a temporary ramdisk. Creation of 1GB ramdisk in OS X: $ diskutil erasevolume HFS+ 'LORAMDisk' `hdiutil attach -nomount ram://2097152` Deletion: umount -f /Volumes/LORAMDisk hdiutl detach

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Robert Antoni Buj i Gelonch
. On Mon, Feb 23, 2015 at 11:22 AM, Noel Grandin noelgran...@gmail.com wrote: On 2015-02-23 12:14 PM, Robert Antoni Buj i Gelonch wrote: There are a lot of copy operations before to package LO. I propose you copy the files to package into a temporary ramdisk. Creation of 1GB ramdisk in OS X

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Robert Antoni Buj i Gelonch
file = RAM\ Disk Volume $ sudo asr restore -source /path_to_dmg_file/RAM\ Disk.dmg --target /Volumes/RAM\ Disk -noprompt -noverify -erase 7.- Repeat [2] 8.- Do [3] 2015-02-23 22:55 GMT+01:00 Norbert Thiebaud nthieb...@gmail.com: On Mon, Feb 23, 2015 at 3:44 PM, Robert Antoni Buj i Gelonch

[Libreoffice-commits] core.git: external/python3

2015-02-02 Thread Robert Antoni Buj i Gelonch
external/python3/ExternalProject_python3.mk |4 1 file changed, 4 insertions(+) New commits: commit 40432ac6caa478474d73786f95b808c14e106ff2 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sun Nov 2 16:42:47 2014 +0100 pyhon: add lib-dynload libs to fixinstallnames

[Libreoffice-commits] core.git: external/coinmp

2014-11-19 Thread Robert Antoni Buj i Gelonch
external/coinmp/UnpackedTarball_coinmp.mk |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit b943150fe84a0158546b6a00ee330ea503c02359 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sun Oct 19 16:27:58 2014 +0200 coinmp: conditional patch

[Libreoffice-commits] core.git: external/apache-commons

2014-11-18 Thread Robert Antoni Buj i Gelonch
external/apache-commons/ExternalProject_apache_commons_codec.mk | 11 +++--- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 04d4b703a0cad67ddbb149303e73bc722cd06884 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Oct 27 19:52:51 2014 +0100

[Libreoffice-commits] core.git: external/apache-commons

2014-11-13 Thread Robert Antoni Buj i Gelonch
external/apache-commons/ExternalProject_apache_commons_logging.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c17f215c613d9da9c0cd30d6597fefcfa37be76e Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Oct 28 10:53:41 2014 +0100 Apache

[Libreoffice-commits] core.git: external/apache-commons

2014-11-12 Thread Robert Antoni Buj i Gelonch
commits: commit 89db5b5b88508e55bce50240d248dd26053f4e09 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Oct 27 21:33:11 2014 +0100 Apache Commons Lang 3.3.1 at least requires Java 1.6 and non debug version Change-Id: If6526a9170f90227fff6b148f24a0dc99ff42941

Re: master build fails on units-tests on MAC OS-X

2014-11-09 Thread Robert Antoni Buj i Gelonch
In OS X, some unit tests may fail unless you have a windowing session open to the machine, either on the physical console or through Screen Sharing. In order to avoid another possible fail, you have to access to Energy Saver in System Preferences and deselect Automatic Graphics Switching, Put

Re: 10.10 tinderbox builds crashes on opening any file

2014-11-02 Thread Robert Antoni Buj i Gelonch
/Master/lo/core/workdir/UnpackedTarball/python3/python-inst/@__OOO/LibreOfficePython.framework/Versions/3.3/LibreOfficePython @loader_path/../../../LibreOfficePython '{}' \; Regards, Robert On Sun, Nov 2, 2014 at 3:19 AM, Robert Antoni Buj i Gelonch

Re: 10.10 tinderbox builds crashes on opening any file

2014-11-02 Thread Robert Antoni Buj i Gelonch
I've sent a patch proposal, https://gerrit.libreoffice.org/#/c/12200/ Regards, Robert On Sun, Nov 2, 2014 at 12:32 PM, Robert Antoni Buj i Gelonch robert@gmail.com wrote: The following command also fixes the issue and you don't need to create any link to LibreOfficePython.framework

Re: Java problem when running CppunitTest_dbaccess_dialog_save on OS X 10.10 with Oracle JDK 1.8

2014-11-02 Thread Robert Antoni Buj i Gelonch
The file /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Info.plist contains only CommandLine string for JVMCapabilities key, for this reason OS X doesn't detect a full java runtime installation. Regards, Robert On Sat, Nov 1, 2014 at 11:32 PM, Robert Antoni Buj i Gelonch robert

Re: Java problem when running CppunitTest_dbaccess_dialog_save on OS X 10.10 with Oracle JDK 1.8

2014-11-01 Thread Robert Antoni Buj i Gelonch
HSQLDB requires some J2EE libs that aren't bundled within a standard JDK (javax.servlet). source files: ./workdir/UnpackedTarball/hsqldb/src/hsqlServlet.java ./workdir/UnpackedTarball/hsqldb/src/org/hsqldb/Servlet.java build: ./workdir/UnpackedTarball/hsqldb/classes/hsqlServlet.class

Re: Java problem when running CppunitTest_dbaccess_dialog_save on OS X 10.10 with Oracle JDK 1.8

2014-11-01 Thread Robert Antoni Buj i Gelonch
I think that the following command can solve the issue with Oracle's JDKs. sudo curl -o /Library/Java/Extensions/javaee-api-7.0.jar -O#L http://central.maven.org/maven2/javax/javaee-api/7.0/javaee-api-7.0.jar Regards, Robert On Sat, Nov 1, 2014 at 8:19 PM, Robert Antoni Buj i Gelonch robert

Re: Java problem when running CppunitTest_dbaccess_dialog_save on OS X 10.10 with Oracle JDK 1.8

2014-11-01 Thread Robert Antoni Buj i Gelonch
Not yet solved. No Java runtime present, requesting install. On Sat, Nov 1, 2014 at 8:41 PM, Robert Antoni Buj i Gelonch robert@gmail.com wrote: I think that the following command can solve the issue with Oracle's JDKs. sudo curl -o /Library/Java/Extensions/javaee-api-7.0.jar -O#L http

Re: 10.10 tinderbox builds crashes on opening any file

2014-11-01 Thread Robert Antoni Buj i Gelonch
/LibreOfficePython.framework 3 - Launch LibreOffice: $: /Applications/LibreOfficeDev.app/Contents/MacOS/soffice Regards, Robert On Sat, Nov 1, 2014 at 10:40 AM, Robert Antoni Buj i Gelonch wrote: Doing a clean build seems that doesn't solve the issue, so I'm going to install the development environment

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-30 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/helper/APIDescGetter.java | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) New commits: commit 1e7382cb45759908cd3d639c839dcd5633dbadd1 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 29 16:48:00 2014 +0100 runner

[Libreoffice-commits] core.git: qadevOOo/runner wizards/com

2014-10-30 Thread Robert Antoni Buj i Gelonch
: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 29 17:11:50 2014 +0100 java: Questionable use of non-short-circuit logic Change-Id: Ied831cb5d6645e2696ff2d3d57843fc7a1f82f7e Reviewed-on: https://gerrit.libreoffice.org/12137 Reviewed-by: Noel Grandin noelgran

[Libreoffice-commits] core.git: reportbuilder/java toolkit/test wizards/com

2014-10-30 Thread Robert Antoni Buj i Gelonch
| 15 -- wizards/com/sun/star/wizards/ui/FilterComponent.java | 11 -- 7 files changed, 15 insertions(+), 128 deletions(-) New commits: commit 5d8ecad569fd7a254902da154ed8057ec61f3a83 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date

[Libreoffice-commits] core.git: forms/qa

2014-10-30 Thread Robert Antoni Buj i Gelonch
1e48bfafdd25d595a2265a5bc66230f3681e96b5 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Sep 30 13:05:54 2014 +0200 forms: The if statement is redundant Change-Id: I1d339ea6052e648acf4405d2d40795c82ee043ca Reviewed-on: https://gerrit.libreoffice.org/11713 Reviewed-by: Caolán McNamara caol

[Libreoffice-commits] core.git: external/nss

2014-10-27 Thread Robert Antoni Buj i Gelonch
external/nss/ExternalProject_nss.mk |1 + 1 file changed, 1 insertion(+) New commits: commit ae064ec005f157cb76fedb8ae5482f38c56704ad Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 23 23:18:52 2014 +0200 nss: add libnsspem.dylib to macosx-change-install

[Libreoffice-commits] core.git: bean/com connectivity/qa qadevOOo/runner

2014-10-25 Thread Robert Antoni Buj i Gelonch
e61c4b5f06241dd248cfe28b29cb658ea47bd72e Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 16 18:58:13 2014 +0200 java: prevent overflow by using 'long int' arithmetic in multiplication Change-Id: I8dda8f4621f265208c713c9edcfe725f1c9c5998 Reviewed-on: https

Re: OS X: coinmp is not using install_name_tool

2014-10-25 Thread Robert Antoni Buj i Gelonch
sberg...@redhat.com wrote: On 10/19/2014 05:22 PM, Robert Antoni Buj i Gelonch wrote: The previous message was for the master branch, the next output was obtained in 4.3 branch: There are two situations to consider: 1 Genuine LO code links against an external dylib A. A's install name

Re: OS X: coinmp is not using install_name_tool

2014-10-25 Thread Robert Antoni Buj i Gelonch
In fact, macosx-change-install-names.pl doesn't change the id of the library, and it maintains the temporally prefix. On Sat, Oct 25, 2014 at 3:42 PM, Robert Antoni Buj i Gelonch robert@gmail.com wrote: I wonder if we can do it easer using @rpath prefix and passing possible library

[Libreoffice-commits] core.git: toolkit/test

2014-10-24 Thread Robert Antoni Buj i Gelonch
toolkit/test/accessibility/AccessibilityTree.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 581234b21368311d865fd1600c7ca62422ebb186 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sat Oct 11 19:26:08 2014 +0200 accessibility: Calling

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-24 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/helper/OfficeProvider.java |4 1 file changed, 4 deletions(-) New commits: commit ab06f67ee26e730f209a3ff8c4717901f70765fe Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sun Oct 12 11:38:58 2014 +0200 runner: code will never be executed

[Libreoffice-commits] core.git: connectivity/qa

2014-10-24 Thread Robert Antoni Buj i Gelonch
connectivity/qa/complex/connectivity/dbase/DBaseNumericFunctions.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1210ad69d8536da6506d945b6f4ebd0fd33d Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Oct 13 00:50:25 2014 +0200

OS X: coinmp is not using install_name_tool

2014-10-24 Thread Robert Antoni Buj i Gelonch
otool -L /Applications/LibreOfficeDev.app/Contents/Frameworks/*.dylib | grep coinmp /Volumes/Master/lo/core/workdir/UnpackedTarball/coinmp/lib/libCbc.3.dylib (compatibility version 12.0.0, current version 12.8.0) /Volumes/Master/lo/core/workdir/UnpackedTarball/coinmp/lib/libCgl.1.dylib

Re: Java problem when running CppunitTest_dbaccess_dialog_save on OS X 10.10 with Oracle JDK 1.8

2014-10-21 Thread Robert Antoni Buj i Gelonch
://gerrit.libreoffice.org/#/c/12057/. Regards, Robert On Mon, Oct 20, 2014 at 4:12 PM, Tor Lillqvist t...@iki.fi wrote: (Forwarding to the development list.) On 20 October 2014 16:39, Robert Antoni Buj i Gelonch robert@gmail.com wrote: Xcode doesn't include the java framework. jvmfwk/plugins

Re: Java problem when running CppunitTest_dbaccess_dialog_save on OS X 10.10 with Oracle JDK 1.8

2014-10-21 Thread Robert Antoni Buj i Gelonch
FIX: Oracle doesn’t bundle JAVA_HOME/../../../../../Frameworks/JavaVM.framework/JavaVM, it comes with JAVA_HOME/jre/lib/server/libjvm.dylib. (note that Apple installs under /System/Library, Oracle installs under /Library) On Tue, Oct 21, 2014 at 10:21 AM, Robert Antoni Buj i Gelonch robert

[Libreoffice-commits] core.git: Changes to 'feature/opengl-vcl'

2014-10-20 Thread Robert Antoni Buj i Gelonch
New branch 'feature/opengl-vcl' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-19 Thread Robert Antoni Buj i Gelonch
a8e723ed3eed44a85714abf1cb04b74178d2424f Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sat Oct 11 17:08:23 2014 +0200 runner: Iterate over each Entry in a Map Change-Id: I48de54ea88e7fd9f2d903c172eb2b6e1a5b73edd Reviewed-on: https://gerrit.libreoffice.org/11918 Reviewed-by: Noel Grandin

[Libreoffice-commits] core.git: toolkit/qa

2014-10-19 Thread Robert Antoni Buj i Gelonch
toolkit/qa/complex/toolkit/accessibility/_XAccessibleEventBroadcaster.java | 15 -- 1 file changed, 6 insertions(+), 9 deletions(-) New commits: commit 68a18a6249dc9d8842a72413f3cd6f39ecf416e3 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 9 20:10:09 2014

Re: OS X: coinmp is not using install_name_tool

2014-10-19 Thread Robert Antoni Buj i Gelonch
) /Volumes/Fresh/lo/core/workdir/UnpackedTarball/coinmp/lib/libOsi.1.dylib (compatibility version 13.0.0, current version 13.5.0) On Sun, Oct 19, 2014 at 5:03 PM, Robert Antoni Buj i Gelonch robert@gmail.com wrote: otool -L /Applications/LibreOfficeDev.app/Contents/Frameworks/*.dylib | grep coinmp

[Libreoffice-commits] core.git: javaunohelper/com

2014-10-18 Thread Robert Antoni Buj i Gelonch
javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit eb6c538424b2d44f24cbd029c17afbdf19eaf11d Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 16 12:41:50 2014 +0200

[Libreoffice-commits] core.git: qadevOOo/runner reportbuilder/java

2014-10-18 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/convwatch/BorderRemover.java |2 +- reportbuilder/java/org/libreoffice/report/SOImageService.java |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit d807cba9ee60cb1404b54addf9cd3e54de89f331 Author: Robert Antoni Buj i Gelonch

[Libreoffice-commits] core.git: xmerge/source

2014-10-18 Thread Robert Antoni Buj i Gelonch
xmerge/source/xmerge/java/org/openoffice/xmerge/util/EndianConverter.java | 68 ++ 1 file changed, 16 insertions(+), 52 deletions(-) New commits: commit 9e207520a697dd63ee8ef4de5b2b55df2952b34b Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 16 14:39:11 2014

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-16 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/convwatch/GraphicalTestArguments.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3a6987beaf85876e1061d553cdc134d40c54597e Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 15 18:34:53 2014 +0200 runner: if .. else

[Libreoffice-commits] core.git: xmerge/source

2014-10-16 Thread Robert Antoni Buj i Gelonch
96e3718e5ae4e74084f537ae64a2999eb93fa8fb Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 16 10:47:34 2014 +0200 xmerge: use String.format http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html#format(java.lang.String, java.lang.Object...) Change-Id

[Libreoffice-commits] core.git: forms/qa xmerge/source

2014-10-16 Thread Robert Antoni Buj i Gelonch
insertions(+), 53 deletions(-) New commits: commit bbd5a304112c57ac1b1357c93ba7bd8ed8973cfa Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 15 21:48:19 2014 +0200 java: ensure that the stream is cleaned up before the method returns Change-Id

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-14 Thread Robert Antoni Buj i Gelonch
| 86 - qadevOOo/runner/stats/SimpleFileOutProducer.java | 64 - qadevOOo/runner/util/DBTools.java| 32 11 files changed, 873 insertions(+), 728 deletions(-) New commits: commit a2c481457cd2d03263054a5fefe80da316e09a44 Author: Robert Antoni Buj

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-14 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/util/AccessibilityTools.java | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 23e4eb6aeb77c74f5ff8a6a70f7adbe52e1c34e7 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sat Oct 11 20:27:09 2014 +0200 runner: Null pointer

[Libreoffice-commits] core.git: jurt/com

2014-10-14 Thread Robert Antoni Buj i Gelonch
jurt/com/sun/star/lib/connections/socket/SocketConnection.java |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 530f060e41aa28634c133dab2e606907010d3cc3 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Oct 14 11:25:26 2014 +0200 jurt

[Libreoffice-commits] core.git: scripting/java

2014-10-14 Thread Robert Antoni Buj i Gelonch
791ed2c654509c8e20af473d5413e8031bceddc0 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Oct 14 11:57:25 2014 +0200 scripting: use new exception constructors Change-Id: I7eeece85d4e462bf2df010ee29c062941a677759 Reviewed-on: https://gerrit.libreoffice.org/11966 Reviewed-by: Noel

[Libreoffice-commits] core.git: scripting/java

2014-10-14 Thread Robert Antoni Buj i Gelonch
: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Oct 14 12:32:15 2014 +0200 scripting: replace '.size() == 0' with '.isEmpty()' (collections) http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html#isEmpty() http://docs.oracle.com/javase/1.5.0/docs/api/java

[Libreoffice-commits] core.git: wizards/com

2014-10-14 Thread Robert Antoni Buj i Gelonch
wizards/com/sun/star/wizards/ui/UIConsts.java | 56 +- wizards/com/sun/star/wizards/ui/event/EventNames.java | 31 - 2 files changed, 43 insertions(+), 44 deletions(-) New commits: commit cdecac849b2aaf8314f3cb2046f70b3b436519a7 Author: Robert Antoni Buj i

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-14 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/util/XMLTools.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b11968e8bfcc1c4560427a9ca1d9e20a1075eb1b Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Oct 14 15:23:57 2014 +0200 runner: replace '.size() == 0

[Libreoffice-commits] core.git: toolkit/test

2014-10-13 Thread Robert Antoni Buj i Gelonch
toolkit/test/accessibility/Options.java | 35 1 file changed, 31 insertions(+), 4 deletions(-) New commits: commit 3c27e31628c49b927d2026176cac5a085bf0fe39 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sun Oct 12 22:00:41 2014 +0200

[Libreoffice-commits] core.git: 2 commits - nlpsolver/ThirdParty xmerge/source

2014-10-13 Thread Robert Antoni Buj i Gelonch
88bfc90de9bf03c8dbce9f26de079a9fd1d83146 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Oct 13 00:11:59 2014 +0200 nlpsolver: ensure that the stream is cleaned up before the method returns Change-Id: I081194d802bd835285bdc37fbef55f229f1185dc Reviewed-on: https

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-13 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/convwatch/OfficePrint.java |2 +- qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 5233d9b8e57aebbfda22a2edcf67e87282ebc66d Author: Robert Antoni Buj i Gelonch robert

[Libreoffice-commits] core.git: reportbuilder/java

2014-10-13 Thread Robert Antoni Buj i Gelonch
reportbuilder/java/org/libreoffice/report/pentaho/PentahoReportJob.java |2 -- 1 file changed, 2 deletions(-) New commits: commit a667840368d0299c695c3565da06d31f6fde4c02 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Oct 13 16:52:02 2014 +0200 reportbuilder

[Libreoffice-commits] core.git: javaunohelper/test jurt/com qadevOOo/runner wizards/com xmerge/source

2014-10-13 Thread Robert Antoni Buj i Gelonch
| 2 -- xmerge/source/xmerge/java/org/openoffice/xmerge/merger/MergeAlgorithm.java | 2 -- 8 files changed, 16 deletions(-) New commits: commit f6388e15bf95326d2a712453dc2c17b010801533 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Oct 13 16:36:02 2014 +0200 java

[Libreoffice-commits] core.git: qadevOOo/runner toolkit/test

2014-10-13 Thread Robert Antoni Buj i Gelonch
: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Oct 13 16:05:18 2014 +0200 java: Collections.addAll for adding an array of elements to a Collection Change-Id: I4689aa73e1e261c6461e04b9e814ffefa5817c09 Reviewed-on: https://gerrit.libreoffice.org/11953 Reviewed

[Libreoffice-commits] core.git: scripting/java

2014-10-13 Thread Robert Antoni Buj i Gelonch
scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b862f6e92357f8d4a8d88072ce5caf44bd6f1c6d Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sat Oct 11 20:10:51 2014 +0200

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-12 Thread Robert Antoni Buj i Gelonch
deletions(-) New commits: commit 268f4d179c50bc0c1fb09cdb3ce048da1f575dbc Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sun Oct 12 13:25:05 2014 +0200 runner: 'static final' to declare constants when it isn't an interface Change-Id

[Libreoffice-commits] core.git: 2 commits - qadevOOo/runner

2014-10-12 Thread Robert Antoni Buj i Gelonch
/PDFComparator.java|2 -- qadevOOo/runner/util/utils.java|1 - 6 files changed, 5 insertions(+), 10 deletions(-) New commits: commit d1c1c4e4616555df4efb55ae6ba381c26888683d Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sun Oct 12 13:32:18

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-12 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/util/UITools.java | 27 --- 1 file changed, 4 insertions(+), 23 deletions(-) New commits: commit 881c030fc1e69cffc99b2360c986f516e61f01ab Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sun Oct 12 12:08:44 2014 +0200 runner

[Libreoffice-commits] core.git: connectivity/qa

2014-10-11 Thread Robert Antoni Buj i Gelonch
connectivity/qa/connectivity/tools/HsqlDatabase.java | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) New commits: commit 0bc6ea3637e279fa2807d8ee649fb33f1ae6da47 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sat Oct 11 16:16:09 2014 +0200

[Libreoffice-commits] core.git: qadevOOo/runner wizards/com

2014-10-11 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/convwatch/DBHelper.java |4 ++-- wizards/com/sun/star/wizards/common/FileAccess.java |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit d860ea91d75568e2e63b0b2c84e50523d562be24 Author: Robert Antoni Buj i Gelonch robert@gmail.com

[Libreoffice-commits] core.git: bean/com

2014-10-11 Thread Robert Antoni Buj i Gelonch
bean/com/sun/star/comp/beans/OOoBean.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0c48deb59ffb67ac0ddd315ba58872cbf978bc74 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Sat Oct 11 19:58:11 2014 +0200 bean: String comparison

[Libreoffice-commits] core.git: bean/com

2014-10-10 Thread Robert Antoni Buj i Gelonch
bean/com/sun/star/comp/beans/LocalOfficeConnection.java | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) New commits: commit 017ea9eb0f80ba750f0cf917033052c75e622c0a Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 9 20:00:10 2014 +0200 bean: Use

[Libreoffice-commits] core.git: jurt/com

2014-10-10 Thread Robert Antoni Buj i Gelonch
7afbb8275667ca8157be5449536e671bbac9f988 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 9 20:53:02 2014 +0200 jurt: use new exception constructors Change-Id: I58e7ebdd5c48094142f93f47271bcc0cc8b97981 Reviewed-on: https://gerrit.libreoffice.org/11892

[Libreoffice-commits] core.git: toolkit/test

2014-10-10 Thread Robert Antoni Buj i Gelonch
toolkit/test/accessibility/ov/ObjectViewContainer.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d802b6d2424cf87a9c3780565625a53fe184b790 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 9 15:51:57 2014 +0200 unchecked call

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-10 Thread Robert Antoni Buj i Gelonch
deletions(-) New commits: commit 110ae4e498a55bd50ca0afe558126e9e029f68cd Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 9 21:51:37 2014 +0200 runner: The if statement is redundant Change-Id: Ida40034bdfe6a44a936db1243ad6c71616caada3 Reviewed-on: https

[Libreoffice-commits] core.git: xmerge/source

2014-10-10 Thread Robert Antoni Buj i Gelonch
+- 6 files changed, 7 insertions(+), 30 deletions(-) New commits: commit 6d848b2aaf4eb814dba90a3db8e5494530dc0ada Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 9 21:25:08 2014 +0200 xmerge: The if statement is redundant Change-Id

Re: Unittest fails building on OS X 10.9

2014-10-10 Thread Robert Antoni Buj i Gelonch
Hi Stephan, I've added a subsection which explains how to install multiple copies of MacPorts. Regards, Robert On Fri, Oct 10, 2014 at 10:04 AM, Stephan Bergmann sberg...@redhat.com wrote: On 10/10/2014 09:35 AM, Tor Lillqvist wrote: I've added the section Minimal Setup with MacPorts

[Libreoffice-commits] core.git: toolkit/test

2014-10-09 Thread Robert Antoni Buj i Gelonch
14cccfab8111c61bf6707eef423abe79e95f5572 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 9 13:02:21 2014 +0200 As of JDK version 1.5, show() and hide() in Dialog have been deprecated Change-Id: If96e40ebe2c59f31ca4e2b81c6583eb7f8d5ec81 Reviewed-on: https

Re: Unittest fails building on OS X 10.9

2014-10-09 Thread Robert Antoni Buj i Gelonch
Hi, I've added the section Minimal Setup with MacPorts for external dependencies [1] which can be very helpful to build LO easily. [1] https://wiki.documentfoundation.org/Development/BuildingOnMac#Minimal_Setup_with_MacPorts_for_external_dependencies Regards, Robert On Thu, Oct 9, 2014 at 9:38

[Libreoffice-commits] core.git: scripting/java

2014-10-08 Thread Robert Antoni Buj i Gelonch
scripting/java/org/openoffice/netbeans/modules/office/options/OfficeSettings.java |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 1df9d5767b3222cace051a75259dea5d951cbfaf Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 8 18:22:16 2014

[Libreoffice-commits] core.git: jurt/com

2014-10-08 Thread Robert Antoni Buj i Gelonch
jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java |1 - 1 file changed, 1 deletion(-) New commits: commit c2b5affc135a3dd202b8d9ca3a4317a1d05203cd Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 8 22:24:19 2014 +0200 jurt: remove unused import Change

[Libreoffice-commits] core.git: toolkit/qa

2014-10-08 Thread Robert Antoni Buj i Gelonch
toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 22248b89c07533e28026dea66c5cb73d023293c6 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 8 22:27:34 2014 +0200 complex

[Libreoffice-commits] core.git: xmerge/source

2014-10-07 Thread Robert Antoni Buj i Gelonch
files changed, 8 insertions(+), 10 deletions(-) New commits: commit 5b0e6aea60ece93d72f4d256817da67df7150519 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Oct 7 11:14:34 2014 +0200 xmerge: reuse the value of node.getNodeName() and remove duplicated constants

[Libreoffice-commits] core.git: scripting/java

2014-10-06 Thread Robert Antoni Buj i Gelonch
e41597eade24f04893752a4339112b13419fefdd Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Fri Oct 3 17:07:28 2014 +0200 scripting: line break (code formatting) Change-Id: Ib1a8d7e4bdaad2f4eae822d9af280fd5b6f9dd7b Reviewed-on: https://gerrit.libreoffice.org/11794

[Libreoffice-commits] core.git: xmerge/source

2014-10-02 Thread Robert Antoni Buj i Gelonch
-- 3 files changed, 27 insertions(+), 29 deletions(-) New commits: commit ca7899d64d8fc8b6902af33d50a2b50ca3c841ac Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 1 19:41:50 2014 +0200 xmerge: reuse the value of value.indexOf and remove duplicated code Change

[Libreoffice-commits] core.git: javaunohelper/test

2014-10-02 Thread Robert Antoni Buj i Gelonch
javaunohelper/test/com/sun/star/lib/uno/helper/WeakBase_Test.java | 14 +++--- 1 file changed, 5 insertions(+), 9 deletions(-) New commits: commit 18ceb207ddd8e9065a8e0bd4a64163a3a2a0a0ce Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 2 11:19:12 2014 +0200

[Libreoffice-commits] core.git: scripting/examples scripting/java scripting/workben

2014-10-02 Thread Robert Antoni Buj i Gelonch
changed, 6399 insertions(+), 6950 deletions(-) New commits: commit 6f42a714399f4d0c46dad95c7c11bcd513c27eaa Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Sep 25 19:41:12 2014 +0200 scripting: Format_java_code.sh initial run Conflicts: scripting/java/com/sun

[Libreoffice-commits] core.git: scripting/java

2014-10-02 Thread Robert Antoni Buj i Gelonch
|7 ++- scripting/java/org/openoffice/netbeans/modules/office/loader/ParcelFolder.java |6 +- 4 files changed, 6 insertions(+), 18 deletions(-) New commits: commit 4959ff5fef4381b7d09650fa62e8cda649ba7676 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 2

[Libreoffice-commits] core.git: scripting/java

2014-10-02 Thread Robert Antoni Buj i Gelonch
/framework/provider/javascript/ScriptProviderForJavaScript.java | 33 ++-- 36 files changed, 370 insertions(+), 282 deletions(-) New commits: commit 4a0fc2fb026ee46f7ef8e75135e2ae9b411ae134 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 2 17:38:29 2014 +0200 scripting

[Libreoffice-commits] core.git: forms/qa

2014-10-01 Thread Robert Antoni Buj i Gelonch
forms/qa/complex/forms/CheckOGroupBoxModel.java |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit 4173bc5f7e1849a706c7cb9dcb34f7edfa9e7d1f Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Sep 30 16:58:51 2014 +0200 forms: enhanced

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-01 Thread Robert Antoni Buj i Gelonch
qadevOOo/runner/base/java_fat_service.java | 35 +++-- 1 file changed, 14 insertions(+), 21 deletions(-) New commits: commit 58d07a1e9574c1ecdd09e924357caaebc82cac62 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 1 21:12:34 2014 +0200

[Libreoffice-commits] core.git: connectivity/qa

2014-10-01 Thread Robert Antoni Buj i Gelonch
connectivity/qa/complex/connectivity/HsqlDriverTest.java | 13 +++--- connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java |6 +--- 2 files changed, 7 insertions(+), 12 deletions(-) New commits: commit a30022e17cbf5b378c1074ce587b3ff40ac6f92c Author: Robert Antoni Buj i

[Libreoffice-commits] core.git: unotest/source

2014-10-01 Thread Robert Antoni Buj i Gelonch
unotest/source/java/org/openoffice/test/OfficeConnection.java |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 2d1e026e7a148761d30db77c57f36cceff3d327d Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 1 17:17:58 2014 +0200 unotest

[Libreoffice-commits] core.git: qadevOOo/runner

2014-10-01 Thread Robert Antoni Buj i Gelonch
30e2cb020b3492b879404072748960bc46d6e221 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Thu Oct 2 01:56:04 2014 +0200 runner: Converting ArrayList to Array Change-Id: Ifd5fe63cb00dd5b3987035201554731075d3bc00 Reviewed-on: https://gerrit.libreoffice.org/11755 Reviewed-by: Noel Grandin noelgran

[Libreoffice-commits] core.git: xmerge/source

2014-10-01 Thread Robert Antoni Buj i Gelonch
xmerge/source/xmerge/java/org/openoffice/xmerge/util/OfficeUtil.java |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit dbff5f5c6b66ed6c5c9b77245fd294800cd6c4b6 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Wed Oct 1 20:18:25 2014 +0200

[Libreoffice-commits] core.git: forms/qa

2014-09-30 Thread Robert Antoni Buj i Gelonch
/forms/ValueBinding.java|2 -- 5 files changed, 16 deletions(-) New commits: commit 62bd1d1783e60df69e592acfafb94b5dbc2e8d78 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Tue Sep 30 13:11:44 2014 +0200 forms: remove import from the same package Change

[Libreoffice-commits] core.git: forms/qa

2014-09-30 Thread Robert Antoni Buj i Gelonch
forms/qa/complex/forms/CheckOGroupBoxModel.java |5 + forms/qa/integration/forms/FormLayer.java |2 +- 2 files changed, 2 insertions(+), 5 deletions(-) New commits: commit 1c70f59c133256f3ee0411a3b625916ad62a8603 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date

[Libreoffice-commits] core.git: 2 commits - forms/qa

2014-09-30 Thread Robert Antoni Buj i Gelonch
forms/qa/integration/forms/ListBox.java |6 +++--- forms/qa/integration/forms/RadioButtons.java | 12 ++-- 2 files changed, 5 insertions(+), 13 deletions(-) New commits: commit 4badca074088b1f1a70b340d53fc464ec11e3d29 Author: Robert Antoni Buj i Gelonch robert@gmail.com

  1   2   3   >