JunitTest_bean_complex - again

2019-09-26 Thread gmail Vladimir Koković
Hi, It is extremely difficult to describe which functionalities are not complete in the context of a LO call from java. If anyone wants, I can very easily provide him my test environment. My test environment

JunitTest_bean_complex

2019-09-18 Thread gmail Vladimir Koković
Hi, It is extremely difficult to describe which functionalities are not complete in the context of a LO call from java, but after much time, I was able to provide the environment and test results. If anyone wants, I can very easily provide him with a similar test environment. My

Re: JunitTest_bean_complex - [qt5,kf5] failed

2019-09-12 Thread Jan-Marek Glogowski
end of next week. But it looks very much that some additional stuff should be run in the main thread. If you want to debug and fix that, look for RunInMainThread calls sites in the qt5 code as an example. And think about opening a bug report in Bugzilla. > JunitTest_bean_complex logs are in logs.tar.gz

JunitTest_bean_complex - [qt5,kf5] failed

2019-09-12 Thread gmail Vladimir Koković
Hi, Following the suggestion to comment line 44 in vcl/qt5/Qt5Clipboard.cxx, now there is something new that is unsolvable to me. JunitTest_bean_complex logs are in logs.tar.gz, in the attachment file. Regards, Vladimir Koković, DP senior(69) Serbia, Belgrade, 12.Sep 2019

JunitTest_bean_complex

2019-09-09 Thread gmail Vladimir Koković
Hi, I believe I have finally found what is the reason why today, the java embedded part does not work as before. In all versions of LO 6.x.x.x where libvclplug_kde4lo.so exists, and using SAL_USE_VCLPLUGIN=kde4, the java embedded part works. This states that vlc kde5 is wrong with the

Re: JunitTest_bean_complex - odk example DocumentLoader failed

2019-09-07 Thread gmail Vladimir Koković
Hi, Thanks for the tip, with SAL_USE_VCLPLUGIN=gtk3 DocumentLoader passes! But, JunitTest_bean_complex does not pass with any plugin, as can be seen in logs.tar.gz, in the attachment file! Regards, Vladimir Koković, DP senior(69) Serbia, Belgrade, 7.sep 2019 On 6.9.19. 17:28, Michael

Re: JunitTest_bean_complex - odk example DocumentLoader failed

2019-09-06 Thread Stephan Bergmann
On 06/09/2019 17:15, gmail Vladimir Koković wrote: Connected to a running office ... CE> QObject::setParent: Cannot set parent, new parent is in a different thread CE> soffice.bin: /mnt/sdd1/home/src/libreoffice-vk/libreoffice/vcl/qt5/Qt5Clipboard.cxx:44: static com::sun::star::uno::Reference

Re: JunitTest_bean_complex - odk example DocumentLoader failed

2019-09-06 Thread Michael Stahl
On 06.09.19 17:15, gmail Vladimir Koković wrote: Hi, Thanks for the suggestion, but it's like we're talking about two different things. On my LO local installation as of today, DocumentLoader can't pass! [...] CE> QObject::setParent: Cannot set parent, new parent is in a different thread

Re: JunitTest_bean_complex - odk example DocumentLoader failed

2019-09-06 Thread gmail Vladimir Koković
Hi, Thanks for the suggestion, but it's like we're talking about two different things. On my LO local installation as of today, DocumentLoader can't pass! On 6.9.19. 13:44, Stephan Bergmann wrote: On 05/09/2019 17:30, gmail Vladimir Koković wrote: Also, the following example odk/examples

Re: JunitTest_bean_complex - odk example DocumentLoader failed

2019-09-06 Thread Stephan Bergmann
On 05/09/2019 17:30, gmail Vladimir Koković wrote: Also, the following example odk/examples /java/DocumentHandling/DocumentLoader.java generates an exception: What works fine for me with a recent local LO master build on Linux is: > $ cd instdir/sdk > $ ./setsdkenv_unix [...] > $ cd

JunitTest_bean_complex - odk example DocumentLoader failed

2019-09-05 Thread gmail Vladimir Koković
Hi, Also, the following example odk/examples /java/DocumentHandling/DocumentLoader.java generates an exception: CE> Application Error com.sun.star.lang.DisposedException at com.sun.star.lib.uno.environments.remote.JobQueue.removeJob (JobQueue.java:201) at

JunitTest_bean_complex - odk example OOoBeanViewer failed

2019-09-03 Thread gmail Vladimir Koković
Hi, In trying to solve the JunitTest_bean_complex test problem, I tried everything, to eventually find a way to show that OOoBean definitely has a problem with UNO. The best example is odk/examples/ DevelopersGuide/OfficeBean/ OOoBeanViewer.java when you try text document, OOoBean on line

Re: JunitTest_bean_complex - test failed

2019-08-29 Thread gmail Vladimir Koković
:22, gmail Vladimir Koković wrote: Hi, With a little help from Stephan Bergmann, I finally have a bean JunitTest_bean_complex test result! great! 1) test6a(complex.bean.OOoBeanTest) java.lang.AssertionError: Focus error: After removing and adding the bean, theoffice window does not receive

Re: JunitTest_bean_complex - test failed

2019-08-29 Thread Michael Stahl
On 29.08.19 17:22, gmail Vladimir Koković wrote: Hi, With a little help from Stephan Bergmann, I finally have a bean JunitTest_bean_complex test result! great! 1) test6a(complex.bean.OOoBeanTest) java.lang.AssertionError: Focus error: After removing and adding the bean, theoffice window

JunitTest_bean_complex - test failed

2019-08-29 Thread gmail Vladimir Koković
Hi, With a little help from Stephan Bergmann, I finally have a bean JunitTest_bean_complex test result! 1.clone LibreOffice git 2.changed bean/Module_bean.mk and bean/JunitTest_bean_complex.mk to activate JunitTest_bean_complex diff --git a/bean/JunitTest_bean_complex.mk b/bean

Re: bean JunitTest_bean_complex - jurt.jar missing from classpath

2019-08-29 Thread Stephan Bergmann
On 28/08/2019 19:36, gmail Vladimir Koković wrote: I want to reactivate bean JunitTest_bean_complex but I have a problem because I don't know how to add jurt.jar to classpath in bean module. add jurt to the gb_JunitTest_use_jars list in bean/JunitTest_bean_complex.mk

bean JunitTest_bean_complex - jurt.jar missing from classpath

2019-08-28 Thread gmail Vladimir Koković
Hi, I want to reactivate bean JunitTest_bean_complex but I have a problem because I don't know how to add jurt.jar to classpath in bean module. I did the following: 1.clone LibreOffice git 2.changed bean / Module_bean.mk to activate JunitTest_bean_complex diff --git a/bean/Module_bean.mk b