Re: tdf#157003: interactive Java unit test debugging

2024-05-17 Thread Hossein Nourikhah
stuck with making the unit test run inside JDB. Can anyone help me how to interactively debug Java unit tests for LibreOffice? Many thanks for your help + best Regards, Martin P.S.: please excuse me in case you got this mail twice. I already sent it yesterday, however it appeared like not prop

Requesting .NET 8 installation on CI platforms

2024-04-27 Thread Hossein Nourikhah
: https://github.com/dotnet/core I hereby request installation of .NET 8 on various CI platforms, including Windows, Linux and macOS. Downloads can be found here: https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.4/8.0.4.md Regards, Hossein -- Hossein Nourikhah, Ph.D., Developer

Re: Debian 12.5 - 32bit Compiling Error - Missing jawt_md.h

2024-03-05 Thread Hossein Nourikhah
Hello Andreas, The file jawt_md.h is available in the include path of the openjdk, but the path to the file varies according to the architecture. For example, compare these two: /usr/lib/jvm/java-17-openjdk-i386/include/linux/jawt_md.h

Re: Java a11y test not executed

2024-01-20 Thread Hossein Nourikhah
Hello Michael, For me it works fine on Ubuntu, but fails on Windows. But as, first: CI build is fine on Windows and elsewhere, and second: porting to C++ is the ultimate goal, I'll merge the patch. Regards, Hossein On 19.01.2024 10:39, Michael Weghorn wrote: On 2024-01-18 19:41, Hossein

Re: Java a11y test not executed

2024-01-18 Thread Hossein Nourikhah
for your help! :-) And to clarify, me and Martin have been trying to run it with make JunitTest_sw_complex Ilmari -- Hossein Nourikhah, Ph.D., Developer Community Architect Tel: +49 30 5557992-65 | Email: hoss...@libreoffice.org The Document Foundation, Winterfeldtstraße 52, 10781 Berlin, DE Ge

Re: Language Linking CLI

2024-01-14 Thread Hossein Nourikhah
o lack of staff capacity or not existing (low number) requests by the community/external developers? Just want to know, since I am interested in such a feature and if there is no chance to get I would drop my idea of a project. Joachim -- Hossein Nourikhah, Ph.D., Developer Community Architect Tel:

Re: Boost not included...

2023-11-03 Thread Hossein Nourikhah
Perdreau -- Hossein Nourikhah, Ph.D., Developer Community Architect Tel: +49 30 5557992-65 | Email: hoss...@libreoffice.org The Document Foundation, Winterfeldtstraße 52, 10781 Berlin, DE Gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts Legal details: https://www.documentfoundation.org

Proposal: build service for LibreOffice extensions

2023-10-12 Thread Hossein Nourikhah
those extensions built this way be displayed in the LibreOffice extensions website. Regards, Hossein -- Hossein Nourikhah, Ph.D., Developer Community Architect Tel: +49 30 5557992-65 | Email: hoss...@libreoffice.org The Document Foundation, Winterfeldtstraße 52, 10781 Berlin, DE Gemeinnützige

Re: testVba failure on Windows

2023-09-13 Thread Hossein Nourikhah
me/user/lode/dev/core/solenv/gbuild/CppunitTest.mk:130: C:/cygwin/home/user/lode/dev/core/workdir/CppunitTest/sc_vba_macro_test.test] Error 1 make: *** [Makefile:169: CppunitTest_sc_vba_macro_test] Error 2 -- Hossein Nourikhah, Ph.D., Developer Community Architect Tel: +49 30 5557992-65 | Emai

Re: Making it easier to start contributing to LibreOffice development

2023-08-10 Thread Hossein Nourikhah
a private email and we can schedule a mentoring chat where we go through the first steps. It is normal these days for all new contributors. Regards, Ilmari Lauhakangas Development Marketing at The Document Foundation -- Hossein Nourikhah, Ph.D., Developer Community Architect Tel: +49 30 5557992

Re: [Help] Exception occurred, When debugging LibreOffice by VS Code on ubuntu (gnome desktop) . can't debug by vscode nomally.

2023-07-21 Thread Hossein Nourikhah
;,thread-group="i1" [Thread 0x7fffefbd7100 (LWP 8609) exited] [Thread 0x7fffe5ed5640 (LWP 8691) exited] [New process 8609] [Inferior 1 (process 8609) exited with code 0177] The program '/home/it/dev/libreoffice_dev/libreoffice-7.5.5.1/instdir/program/soffice.bin' has exited with cod

Using ccache and jom to speed up Windows builds

2023-05-21 Thread Hossein Nourikhah
tion. I think it worth trying ccache + jom on Windows CI. Also, using jom in every external library that is built with nmake can provide more performance improvement. One can take a look into: $ git grep nmake "external/*/*.mk" Regards, Hossein -- Hossein Nourikhah, Ph.D., Devel

Activating timestamp in LibreOffice CI

2023-05-12 Thread Hossein Nourikhah
://linuxhint.com/timestamps-jenkins/ As discussed in the plugin documentation, timestamps can be accurate up to milliseconds, which would be enough to diagnose performance problems. Regards, Hossein -- Hossein Nourikhah, Ph.D., Developer Community Architect Tel: +49 30 5557992-65 | Email: hoss

Re: Using SVG module from Skia

2023-04-28 Thread Hossein Nourikhah
On Tue, Apr 25, 2023 at 9:59 PM Hossein Nourikhah wrote: Hello, I have studied some of the bugs from the svgio module of LibreOffice. As described in the svgio/README.md, "svgio module uses sax for reading xml and turns it into drawinglayer primitives. The rendering is done via drawinglayer

Re: Configuration problem: checking for UCRT location fails

2023-01-27 Thread Hossein Nourikhah
Hello, We have actually tried to compile and run a simple program like this, and it was successful inside the Visual Studio 2022. #include #include int main (void) { std::cout << "_MSC_VER" << std::endl; return 0; } Looking into some similar problems, I think there might a problem

Configuration problem: checking for UCRT location fails

2023-01-27 Thread Hossein Nourikhah
Hello, One of our mentees was trying to build LibreOffice on Windows using LODE. At first, he mistakenly didn't install C/C++ development workload ("Desktop development with C++") from Visual Studio 2022. He had only installed individual components that were listed in the TDF wiki. But

Building LibreOffice on Raspberry Pi 4

2022-06-08 Thread Hossein Nourikhah
Hello, I was trying to build LibreOffice master on 32 bit armhf Debian 10 (Official Raspbian) on Raspberry Pi 4. I could compile and run LibreOffice successfully, but some changes were necessary. Here's how: First, some information about the OS: $ cat /etc/os-release PRETTY_NAME="Raspbian

Simplifying LibreOffice build instructions

2022-06-02 Thread Hossein Nourikhah
information about the verified configuration in the end of each article. I think with the new build instructions in place, newcomers will find most up-to-date and relevant information easier. The extra information will be preserved in the notes pages. Regards, Hossein -- Hossein Nourikhah, Ph.D

Problem debugging UITests with PyCharm Community

2022-05-20 Thread Hossein Nourikhah
Hello, I have been asked about how to run the UITests and Python scripts that use UNO API in general in PyCharm. I have documented the process in this section of the IDE article: Developmenet/IDE https://wiki.documentfoundation.org/Development/IDE#PyCharm This is the command line for

Re: stoc module

2022-05-16 Thread Hossein Nourikhah
Hello Chris, Good to hear that you are expanding your LibreOffice book! Please take a look at this description from the OpenOffice Wiki: Uno/Binary/Modules/STOC "STOC" stands for Standard Office (Uno) Components. "STOC" implements that basic binary Uno components, which are * the

Re: How to get started with contributions

2022-01-12 Thread Hossein Nourikhah
am open to learning new technologies.I would love to contribute to your organisation but could you please tell me how to get started? Hoping to hear from you soon. Regards Pranjit Kakoti -- Hossein Nourikhah, Ph.D. Developer Community Architect The Document Foundation (TDF) Email: hoss

Re: LO build failure in Windows 10 (No C-89 compiler found in libassuan part)

2021-12-27 Thread Hossein Nourikhah
10, Cygwin 3.3.3 and autoconf 2.71 using VS 2019 and it worked fine. The two ways to fix this problem are now written down in the wiki: https://wiki.documentfoundation.org/Development/BuildingOnWindows#Install_Cygwin_Requirements Regards, Hossein -- Hossein Nourikhah, Ph.D. Developer Community

Re: How to get started with contribution

2021-12-06 Thread Hossein Nourikhah
aware of C++. I would love to contribute to your Organisation Hoping to hear from you soon. Regards Om -- Hossein Nourikhah, Ph.D. Developer Community Architect The Document Foundation (TDF) Email: hoss...@libreoffice.org Wiki: https://wiki.documentfoundation.org/User:Hossein IRC: hossein

EasyHack Suggestion: Use range based for loops

2021-10-21 Thread Hossein Nourikhah
nces: + Range-based for loop https://en.cppreference.com/w/cpp/language/range-for +Range-based for Statement (C++) https://docs.microsoft.com/en-us/cpp/cpp/range-based-for-statement-cpp ---- -- Hossein Nourikhah, Ph.D. Developer Community Architect The Document Foundation (TDF

Re: Starting contributions for your organization

2021-09-11 Thread Hossein Nourikhah
Hello Manan, I am Hossein Nourikhah, the Developer Community Architect for The Document Foundation (TDF). You can find me in dev irc by the name hossein. The best way to begin contribution is to start from the small improvements. When you are able to build the LibreOffice from the source

Re: Can I submit patches from my colleagues?

2021-08-10 Thread Hossein Nourikhah
and merged. Regards, Hossein -- Hossein Nourikhah, Ph.D. Developer Community Architect The Document Foundation (TDF) Email: hoss...@libreoffice.org Wiki: https://wiki.documentfoundation.org/User:Hossein IRC: hossein at libreoffice-dev room in LiberaChat Network irc://irc.libera.chat