Re: Building LO java extension with Gradle or Ant

2015-06-21 Thread Jan-Marek Glogowski
Hi Mike Am 18.06.2015 um 16:56 schrieb Mikhail Zemlyanukha: > I'm working on a LO java extension. Examples in LO SDK use Makefiles, > while in Java dev there are other build tools commonly used, such as > Gradle, Maven and Ant. > > I'm looking for a script to build LO extension with those tools,

Re: Building LO java extension with Gradle or Ant

2015-06-20 Thread Mikhail Zemlyanukha
Thanks for the info Jan-Marek, appreciated! Regards, Mike On Sun, Jun 21, 2015 at 12:25 AM, Jan-Marek Glogowski wrote: > Hi Mike > > Am 18.06.2015 um 16:56 schrieb Mikhail Zemlyanukha: >> I'm working on a LO java extension. Examples in LO SDK use Makefiles, >> while in Java dev there are other b

Re: Building LO java extension with Gradle or Ant

2015-06-19 Thread Miklos Vajna
Hi, If you are not happy with the SDK build system, you can do it yourself, too. In the past I wrote a Java extension where I wrote a standalone Makefile to do all the tasks, and it wasn't longer than 100 lines or so. So if you don't like make, but want some java-y markup, then you can do the equ

Building LO java extension with Gradle or Ant

2015-06-18 Thread Mikhail Zemlyanukha
Hi all, I'm working on a LO java extension. Examples in LO SDK use Makefiles, while in Java dev there are other build tools commonly used, such as Gradle, Maven and Ant. I'm looking for a script to build LO extension with those tools, preferable Gradle because it's builtin into IntelliJ Idea whic