unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Declan Tsien <declantsien@riseup.net>,
	guix-devel@gnu.org, Julien Lepiller <julien@lepiller.eu>
Subject: Re: Build LanguageTool use maven-build-system?
Date: Wed, 26 Oct 2022 07:06:45 +0200	[thread overview]
Message-ID: <33d397f581b910871b69078b4499087751042a66.camel@gmail.com> (raw)
In-Reply-To: <87r0yvzcd0.fsf@riseup.net>

Am Mittwoch, dem 26.10.2022 um 07:56 +0800 schrieb Declan Tsien:
> Julien Lepiller <julien@lepiller.eu> writes:
> 
> > 
> > There's no importer and an importer would be a bit limited as it
> > won't be able to get proper sources most of tge tine, though
> > importing the dependency graph would be useful already. Would you
> > like to give it a try? :)
> > 
> 
> Can you elaborate on this? How can I import the dependency graph if
> there is no importer? I very much like to try it out when I am bored
> at home.
What Julien means is that if you were trying to write an importer,
you'd end up writing one that produces something like this

  (define-public java-language-tool
     (package 
       (name "java-language-tool")
       (version "6.0")
       (source this-thing-raises-an-error)
       ...
       (inputs (list java-commons-cli ...))
       (native-inputs (list java-junit ...))
       ...))

  (define-public java-commons-cli
     (package
        (name "java-commons-cli")
        (version some-version)
        (source this-thing-raises-an-error)
        ...))

In other words, you won't be able to actually build language-tool until
you insert proper sources in all the source fields – which Julien fears
maven, being a binary distribution system first and foremost, won't
deliver on its own.

Cheers


  reply	other threads:[~2022-10-26  5:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-25  2:10 Build LanguageTool use maven-build-system? Declan Tsien
2022-10-25 11:30 ` Julien Lepiller
2022-10-25 23:56   ` Declan Tsien
2022-10-26  5:06     ` Liliana Marie Prikler [this message]
2022-10-26  5:20       ` Declan Tsien

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33d397f581b910871b69078b4499087751042a66.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=declantsien@riseup.net \
    --cc=guix-devel@gnu.org \
    --cc=julien@lepiller.eu \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).