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,
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
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
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