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

2016-08-30 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Leo Famulari writes: > >> On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote: >>> > (define* (ant-build store name inputs >> >> [...] >> >>> > (guile #f)p >>> > ^^^ what does this mean? >>> >>> Ouch! This s

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

2016-08-16 Thread Leo Famulari
On Tue, Aug 16, 2016 at 09:58:33AM +0200, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote: > >> > (define* (ant-build store name inputs > > > > [...] > > > >> > (guile #f)p > >> >

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

2016-08-16 Thread Ricardo Wurmus
Leo Famulari writes: > On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote: >> > (define* (ant-build store name inputs > > [...] > >> > (guile #f)p >> > ^^^ what does this mean? >> >> Ouch! This shouldn’t have been committed. This i

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

2016-08-15 Thread Leo Famulari
On Mon, Aug 15, 2016 at 04:42:01PM +0200, Ricardo Wurmus wrote: > > (define* (ant-build store name inputs [...] > > (guile #f)p > > ^^^ what does this mean? > > Ouch! This shouldn’t have been committed. This is what happened pretty > often with

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

2016-08-15 Thread Ricardo Wurmus
Danny Milosavljevic writes: > Hi, > > how can I specify that I need a Java 1.8 compiler and source level when using > ant-build-system? The build system adds these inputs by default: (build-inputs `(("jdk" ,jdk "jdk") ("ant" ,ant) ("z

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

2016-08-15 Thread Thompson, David
On Mon, Aug 15, 2016 at 10:17 AM, Danny Milosavljevic 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 >

Specifying Java version when using ant-build-system

2016-08-15 Thread Danny Milosavljevic
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")