LibreOffice / loeclipse

LibreOffice Eclipse plugin for extension development
https://libreoffice.github.io/loeclipse/
31 stars 25 forks source link

Invalid LibreOffice path MacOs #45

Closed kozla13 closed 7 years ago

kozla13 commented 7 years ago

Can someone help with this problem.

http://stackoverflow.com/questions/41257340/loeclipse-plugin-invalid-libreoffice-path-macos

smehrbrodt commented 7 years ago

Hi, thanks for the report. Unfortunately I have no Mac to test it. Do you want to fix it? I can give you code pointers then.

kozla13 commented 7 years ago

@smehrbrodt i can try.

smehrbrodt commented 7 years ago

Start looking here: https://github.com/LibreOffice/loeclipse/blob/023c2f11966aeaebfe32898fc2f43f98eb87624f/core/source/org/libreoffice/ide/eclipse/core/gui/OOoTable.java#L435

That's where the exception is thrown. Somewhere in OOo.java or AbstractOOo.java the checks are done.

smehrbrodt commented 7 years ago

For build instructions, see the readme, or ask me if anything is unclear.

kozla13 commented 7 years ago

ok, thanks