guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Specifying Java version when using ant-build-system


From: Thompson, David
Subject: Re: Specifying Java version when using ant-build-system
Date: Mon, 15 Aug 2016 10:27:33 -0400

On Mon, Aug 15, 2016 at 10:17 AM, Danny Milosavljevic
<address@hidden> wrote:
> Hi,
>
> how can I specify that I need a Java 1.8 compiler and source level when using 
> ant-build-system?
>
> Also, guix/build-system/ant.scm says:
>
> (define* (ant-build store name inputs
>                     #:key
>                     (tests? #t)
>                     (test-target "tests")
>                     (configure-flags ''())
>                     (make-flags ''())
>                     (build-target "jar")
>                     (jar-name #f)
>                     (phases '(@ (guix build ant-build-system)
>                                 %standard-phases))
>                     (outputs '("out"))
>                     (search-paths '())
>                     (system (%current-system))
>                     (guile #f)p
>                               ^^^ what does this mean?
>                     (imported-modules %ant-build-system-modules)
>                     (modules '((guix build ant-build-system)
>                                (guix build utils))))
>

Seems to me that it's missing an argument for that.  We'll need to add
a "java" or "jdk" or whatever argument.

- Dave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]