[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH]: Add Ant.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH]: Add Ant. |
Date: |
Thu, 05 Feb 2015 13:34:07 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ricardo Wurmus <address@hidden> skribis:
> A couple more things:
>
> * the installation script copies MS DOS batch scripts to $out/bin, which
> we could do without.
Indeed. :-) Would be best to get rid of them.
> * 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?
By launcher scripts, do you mean the ‘ant’ command? I suppose it’s
enough to have one of them, and the Bash version is probably the one
with the smallest disk space footprint, no?
> * 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 '(".")))))
Since Ant is generally used via the ‘ant’ command (AIUI), what about
wrapping that command so that ANT_HOME and JAVA_HOME are set
appropriately?
Thanks,
Ludo’.
- Re: [PATCH]: Add Ant., Ludovic Courtès, 2015/02/05
- Re: [PATCH]: Add Ant.,
Ludovic Courtès <=
- Re: [PATCH]: Add Ant., Ricardo Wurmus, 2015/02/06
- Re: [PATCH]: Add Ant., Ludovic Courtès, 2015/02/07
- Re: [PATCH]: Add Ant., Ricardo Wurmus, 2015/02/09
- Re: [PATCH]: Add Ant., Andreas Enge, 2015/02/15
- Re: [PATCH]: Add Ant., Ricardo Wurmus, 2015/02/15
- Re: [PATCH]: Add Ant., Andreas Enge, 2015/02/15
- Re: [PATCH]: Add Ant., Ricardo Wurmus, 2015/02/16
- Re: [PATCH]: Add Ant., Andreas Enge, 2015/02/16