Re: How to Build LO Eclipse

2018-09-12 Thread Drew Jensen
Great and thanks. I should just wait for the work to be finished and get it after it is published. Any idea when that might be? Thanks again, Drew On Wed, Sep 12, 2018 at 6:49 AM Samuel Mehrbrodt wrote: > Hi Drew, > > the python support has not yet been merged to master. You need to check >

Re: How to Build LO Eclipse

2018-09-12 Thread Samuel Mehrbrodt
Hi Drew, the python support has not yet been merged to master. You need to check out this pull request: https://github.com/LibreOffice/loeclipse/pull/68 Regards Samuel Am 03.09.2018 um 16:28 schrieb Drew Jensen: Howdy Shobhan, First, a little embarrassed that I somehow skipped visually

Re: How to build LO Eclipse.

2018-09-12 Thread Samuel Mehrbrodt
Hi Drew, Am 02.09.2018 um 21:30 schrieb Drew Jensen: Are there any instructions for building the Eclipse addon directly from the source. I've looked a bit for such and didn't find any, which of course doesn't mean they aren't somewhere. check out

Re: How to Build LO Eclipse

2018-09-03 Thread Drew Jensen
Howdy Shobhan, First, a little embarrassed that I somehow skipped visually what was there for instructions. Not sure I understand about the python project, that is the only reason I cloned the repository https://github.com/LibreOffice/loeclipse was to pickup the python support. There was no

RE: How to Build LO Eclipse

2018-09-03 Thread Shobhan Mandal
Hello Drew, If you are looking forward to developing the eclipse addon directly from the source, you can try the following:- *1.* Run this command (switch to the build folder in the downloaded repository): ~/git/loeclipse/build$ *ant -Dlibreoffice.home=/usr/lib/libreoffice

Re: How to build LO Eclipse.

2018-09-02 Thread Drew Jensen
should probably also add. I already cloned the git repository locally. Now I'm reading over a generic article on how to build a Eclipse extension and maybe this is the answer to my question. SO, I'll post back if it I really need more help to work out this out. On Sun, Sep 2, 2018 at 3:30 PM

How to build LO Eclipse.

2018-09-02 Thread Drew Jensen
Howdy, Over at https://github.com/LibreOffice/loeclipse the installation instructions are to use the Eclipse Marketplace. Currently the source has been updated from the recent GSOC project to add python support and I would like to give that a shot. Are there any instructions for building the