guix-patches
[Top][All Lists]
Advanced

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

bug#26803: [PATCH 36/36] gnu: Add java-commons-compress.


From: Ricardo Wurmus
Subject: bug#26803: [PATCH 36/36] gnu: Add java-commons-compress.
Date: Mon, 15 May 2017 21:56:54 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

Roel Janssen <address@hidden> writes:

> Ricardo Wurmus writes:
>
>> * gnu/packages/java.scm (java-commons-compress): New variable.
>> ---
[…]
>> +    (arguments
>> +     `(#:jar-name "commons-compress.jar"
>> +       #:phases
>> +       (modify-phases %standard-phases
>> +         (add-after 'unpack 'delete-bad-tests
>> +           (lambda _
>> +             (with-directory-excursion 
>> "src/test/java/org/apache/commons/compress/"
>> +               ;; FIXME: These tests really should not fail.  Maybe they are
>> +               ;; indicative of problems with our Java packaging work.
>
> We should definitely take note of this.

Indeed.  This really looks like a problem with the ant-build-system as I
wrote in another email.

> I think this concludes the first batch of Java packages.
>
> Thanks a lot for this very important work!

Yay!  Thank you so much for taking the time to review this mess!
I’m closing this bug and will push the remaining packages in a moment.

--
Ricardo

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






reply via email to

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