From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ei5Rm-0002Ks-3K for guix-patches@gnu.org; Sat, 03 Feb 2018 16:34:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ei5Ri-0001jg-Tq for guix-patches@gnu.org; Sat, 03 Feb 2018 16:34:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48116) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ei5Ri-0001jZ-PV for guix-patches@gnu.org; Sat, 03 Feb 2018 16:34:02 -0500 Subject: [bug#29359] [PATCH 11/31] gnu: Add java-cdi-api. Resent-Message-ID: Date: Sat, 3 Feb 2018 22:33:19 +0100 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180203223319.728569e3@alma-ubu> In-Reply-To: <20171119175805.902-11-julien@lepiller.eu> References: <20171119175805.902-1-julien@lepiller.eu> <20171119175805.902-11-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29359@debbugs.gnu.org On Sun, 19 Nov 2017 18:57:45 +0100 Julien Lepiller wrote: > * gnu/packages/java.scm (java-cdi-api): New variable. > --- [..] > + #:phases > + (modify-phases %standard-phases > + (replace 'check > + (lambda _ > + (system* "ant" "compile-tests") > + ;; This fails though > + (system* "java" "-cp" (string-append (getenv > "CLASSPATH") Looks OK.=20 I think tests just fail because we don't have any CDI-Provider. Bj=C3=B6rn