Re: freeplane deb - was: freeplane SNAP / gradle-debian-helper: option for turning off --offline

2017-08-22 Thread Felix Natter
Felix Natter  writes:

> Oliver Kopp  writes:
>
>> Hi,
>
> hi Oliver,

hello again,

>> 2017-08-12 10:57 GMT+02:00 Emmanuel Bourg :
>>
>>> I think it would be easier to simply run gradle directly and build the
>>> .deb with jdeb.
>>
>> Thank you for the pointer. jdeb cannot do gradle (see
>> https://github.com/tcurdt/jdeb/issues/132). But there is
>> gradle-ospackage-plugin from Netflix:
>> https://github.com/nebula-plugins/gradle-ospackage-plugin. Felix,
>> maybe this could worth a try?
>
> This looks really good, I'll try it :-)

works well:
https://github.com/freeplane/freeplane/blob/1.6.x/linux-packages.gradle

Cheers and Best Regards,
-- 
Felix Natter



Re: freeplane deb - was: freeplane SNAP / gradle-debian-helper: option for turning off --offline

2017-08-17 Thread Felix Natter
Oliver Kopp  writes:

> Hi,

hi Oliver,

> 2017-08-12 10:57 GMT+02:00 Emmanuel Bourg :
>
>> I think it would be easier to simply run gradle directly and build the
>> .deb with jdeb.
>
> Thank you for the pointer. jdeb cannot do gradle (see
> https://github.com/tcurdt/jdeb/issues/132). But there is
> gradle-ospackage-plugin from Netflix:
> https://github.com/nebula-plugins/gradle-ospackage-plugin. Felix,
> maybe this could worth a try?

This looks really good, I'll try it :-)

Cheers and Best Regards,
-- 
Felix Natter



freeplane deb - was: freeplane SNAP / gradle-debian-helper: option for turning off --offline

2017-08-12 Thread Oliver Kopp
Hi,

2017-08-12 10:57 GMT+02:00 Emmanuel Bourg :

> I think it would be easier to simply run gradle directly and build the
> .deb with jdeb.

Thank you for the pointer. jdeb cannot do gradle (see
https://github.com/tcurdt/jdeb/issues/132). But there is
gradle-ospackage-plugin from Netflix:
https://github.com/nebula-plugins/gradle-ospackage-plugin. Felix,
maybe this could worth a try?

In the context of JabRef, we also tried snap. It was a very hard
journey with many hours spent
(https://github.com/JabRef/jabref/pull/2345). Finally, we hit the
borders of build.snapcraft.io that it does not allow to use the gradle
wrapper, because it forbids downloading it. See
https://github.com/canonical-websites/build.snapcraft.io/issues/918

So, we surely will also try the gradle-ospackage-plugin in parallel to
work on a full Debian package (see
https://github.com/koppor/jabref/issues/135).

Cheers,

Oliver