guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: java-classpathx-servletapi: Update to 3.0.1.


From: Chris Marusich
Subject: 01/01: gnu: java-classpathx-servletapi: Update to 3.0.1.
Date: Tue, 16 Jan 2018 03:03:31 -0500 (EST)

marusich pushed a commit to branch core-updates
in repository guix.

commit ae307724de2957bbed6b763a1d039dba0876b5a7
Author: Gábor Boskovits <address@hidden>
Date:   Mon Jan 15 09:27:57 2018 +0100

    gnu: java-classpathx-servletapi: Update to 3.0.1.
    
    * gnu/packages/java.scm (java-classpathx-servletapi): Update to 3.0.1.
    [arguments]: Switch to a java8 compiler, remove comment about not working 
with java8.
    
    Signed-off-by: Chris Marusich <address@hidden>
---
 gnu/packages/java.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index ec45561..c04b45c 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2018,25 +2018,20 @@ debugging, etc.")
 (define-public java-classpathx-servletapi
   (package
     (name "java-classpathx-servletapi")
-    (version "3.0")
+    (version "3.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/classpathx/servletapi/"
                                   "servletapi-" version ".tar.gz"))
               (sha256
                (base32
-                "0y9489pk4as9q6x300sk3ycc0psqfxcd4b0xvbmf3rhgli8q1kx3"))))
+                "07d8h051siga2f33fra72hk12sbq1bxa4jifjg0qj0vfazjjff0x"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f ; there is no test target
        #:build-target "compile"
-       ;; NOTE: This package does not build with Java 8 because of a type
-       ;; mismatch in
-       ;; "source/javax/servlet/jsp/el/ImplicitObjectELResolver.java".  It
-       ;; defines the return value of ScopeMap's "remove" method to be of type
-       ;; "Object", whereas Map's "remove" method returns boolean.
        #:make-flags
-       (list "-Dbuild.compiler=javac1.7"
+       (list "-Dbuild.compiler=javac1.8"
              (string-append "-Ddist=" (assoc-ref %outputs "out")))
        #:phases
        (modify-phases %standard-phases



reply via email to

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