unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH]: Add Ant.
Date: Fri, 30 Jan 2015 17:21:54 +0100	[thread overview]
Message-ID: <idjk304dysd.fsf@bimsb-sys02.mdc-berlin.net> (raw)
In-Reply-To: <idjlhkkdzlx.fsf@bimsb-sys02.mdc-berlin.net>

Ricardo Wurmus writes:

> this patch adds ant-minimal, a minimal configuration of Apache Ant.  Ant
> can be configured with lots of optional libraries, but since most of
> these libraries are built with Ant, I think it makes sense to provide a
> minimal version.

A couple more things:

* the installation script copies MS DOS batch scripts to $out/bin, which
  we could do without.

* there are many launcher scripts for Ant: bash scripts, perl scripts,
  Python scripts ... Does ant-minimal need to get perl and python as
  inputs or can we do without these additional dependencies?

* to use Ant without problems ANT_HOME and JAVA_HOME really should be
  set appropriately (ANT_HOME to $out of the ant-minimal package,
  JAVA_HOME to $out of icedtea6).  Should I suggest these two paths as
  search paths by adding something like this to ant-minimal (for
  ANT_HOME) and icedtea6 (for JAVA_HOME)?

    (native-search-paths
     (list (search-path-specification
            (variable "ANT_HOME")
            (files '(".")))))


~~ Ricardo

  reply	other threads:[~2015-01-30 16:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-30 16:04 [PATCH]: Add Ant Ricardo Wurmus
2015-01-30 16:21 ` Ricardo Wurmus [this message]
2015-02-05 12:34   ` Ludovic Courtès
2015-02-06 15:51     ` Ricardo Wurmus
2015-02-07 22:55       ` Ludovic Courtès
2015-02-09 14:51         ` Ricardo Wurmus
2015-02-15 15:40           ` Andreas Enge
2015-02-15 16:13             ` Ricardo Wurmus
2015-02-15 16:21               ` Andreas Enge
2015-02-16 16:38               ` Ricardo Wurmus
2015-02-16 17:08                 ` Andreas Enge
2015-02-05 12:32 ` Ludovic Courtès

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=idjk304dysd.fsf@bimsb-sys02.mdc-berlin.net \
    --to=ricardo.wurmus@mdc-berlin.de \
    --cc=guix-devel@gnu.org \
    /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).