From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkbL-0002Aj-PJ for guix-patches@gnu.org; Mon, 07 May 2018 14:11:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFkbG-0007Lk-P6 for guix-patches@gnu.org; Mon, 07 May 2018 14:11:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45209) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFkbG-0007LW-M0 for guix-patches@gnu.org; Mon, 07 May 2018 14:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFkbG-0006LO-HE for guix-patches@gnu.org; Mon, 07 May 2018 14:11:02 -0400 Subject: [bug#31333] [PATCH 11/22] gnu: Add groovy-console. Resent-Message-ID: Date: Mon, 7 May 2018 20:10:12 +0200 From: Danny Milosavljevic Message-ID: <20180507201012.0a39a824@scratchpost.org> In-Reply-To: <20180501154449.3531-11-julien@lepiller.eu> References: <20180501174136.1c411b1a@lepiller.eu> <20180501154449.3531-1-julien@lepiller.eu> <20180501154449.3531-11-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/oDupvI2_kmozm0DffAptIv1"; protocol="application/pgp-signature" 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: Julien Lepiller Cc: 31333@debbugs.gnu.org --Sig_/oDupvI2_kmozm0DffAptIv1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable > + ;; FIXME: tests are not run > + #:test-dir "src/test" Why not? > + #:phases > + (modify-phases %standard-phases > + (add-before 'configure 'chdir > + (lambda _ > + (chdir "subprojects/groovy-console"))) #t > + (add-before 'build 'copy-resources > + (lambda _ > + (copy-recursively "src/main/resources" "build/classes"))) #t LGTM! --Sig_/oDupvI2_kmozm0DffAptIv1 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlrwloQACgkQ5xo1VCww uqWSVAf/TbRLFUxV58jN5+OcUQ14enXF/+/U6b9FKZ3ss8F/bmGPSkvpks/aOLwP imfCSNEye21K1B/IzGSLAMSi+4D0w1iBJKalqcyRRvNLVn2zsuRLSVMDx83lnUUY DAidhK6441TYbMfohQSxnpIl8q/tMHUTYTx9wm7+CqkGBt3NQ+X6Z9Po12Eo89rI h1sZ08XozuJ9i0lSPssEj9zBzQGA2/3SqzEhu1cq6f0ivHOuPhjfpwZSYdcbUp5z hB6sgdFtxQPs6/nu9NvzhbalqcdbLddMrsdCnm5fyBTUbFUvi39/dZ7cmdJTlBjG QFQObVkYR5Ct+2/bLihZBFZ5LparBA== =NFMQ -----END PGP SIGNATURE----- --Sig_/oDupvI2_kmozm0DffAptIv1--