GNU bug report logs - #26803
Java things

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Sat, 6 May 2017 14:02:02 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Roel Janssen <roel <at> gnu.org>
Cc: 26803 <at> debbugs.gnu.org
Subject: bug#26803: [PATCH 06/36] gnu: Add java-asm.
Date: Wed, 10 May 2017 15:58:13 +0200
Roel Janssen <roel <at> gnu.org> writes:

>> +(define-public java-asm
>> +  (package
>> +    (name "java-asm")
>> +    (version "5.2")
>> +    (source (origin
>> +              (method url-fetch)
>> +              (uri (string-append "http://download.forge.ow2.org/asm/"
>> +                                  "asm-" version ".tar.gz"))
>> +              (sha256
>> +               (base32
>> +                "0kxvmv5275rnjl7jv0442k3wjnq03ngkb7sghs78avf45pzm4qgr"))))
>> +    (build-system ant-build-system)
>> +    (arguments
>> +     `(#:build-target "compile"
>> +       #:test-target "test"
>> +       ;; The tests require an old version of Janino, which no longer compiles
>> +       ;; with the JDK7.
>> +       #:tests? #f
>
> Why set the test-target if you disable the tests?

You’re right, that doesn’t make much sense.  I’ll remove it.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





This bug report was last modified 8 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.