From: Julien Lepiller <julien@lepiller.eu>
To: guix-devel@gnu.org, Pierre Neidhardt <mail@ambrevar.xyz>,
Hartmut Goebel <h.goebel@crazy-compilers.com>
Subject: Re: gradle not supported?
Date: Fri, 13 Mar 2020 07:49:35 -0400 [thread overview]
Message-ID: <5111957C-062D-463F-9B48-996C4BFF5B72@lepiller.eu> (raw)
In-Reply-To: <87pndgfvq9.fsf@ambrevar.xyz>
Le 13 mars 2020 05:30:06 GMT-04:00, Pierre Neidhardt <mail@ambrevar.xyz> a écrit :
>Hi!
>
>Do you people know if there is a way to build such libraries without
>relying on Gradle then?
>
>In particular, I'd like to package
>https://github.com/hyperledger/iroha-java/.
>
>Cheers!
You can try with the ant-build-system. When you pass a #:jar-name argument, it will create a build.xml script for you. I hope this is enough for your package.
My current focus is the maven-build-system. I'm almost there, but still having some issues that I don't understand well. Once I have it, a gradle build system should be relatively easy to create, because I could reuse many of the things I wrote for maven. Bootstrapping gradle will be very difficult though, mostly because of kotlin, which presents a bootstrapping issue. With a binary kotlin, I'm confident I could build gradle. It'll probably take months if not years to get there (remember I'm working on this since 2018!) so don't count on it too much.
Sorry for the bad news :/
next prev parent reply other threads:[~2020-03-13 11:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-24 21:28 gradle not supported? Jesse Gibbons
2019-07-24 21:55 ` Ricardo Wurmus
2019-07-25 7:50 ` Hartmut Goebel
2020-03-13 9:30 ` Pierre Neidhardt
2020-03-13 11:49 ` Julien Lepiller [this message]
2020-03-13 13:19 ` Pierre Neidhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5111957C-062D-463F-9B48-996C4BFF5B72@lepiller.eu \
--to=julien@lepiller.eu \
--cc=guix-devel@gnu.org \
--cc=h.goebel@crazy-compilers.com \
--cc=mail@ambrevar.xyz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.