From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkh8-0004wp-Ax for guix-patches@gnu.org; Mon, 07 May 2018 14:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFkh4-00046E-JK for guix-patches@gnu.org; Mon, 07 May 2018 14:17:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45246) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFkh4-00045o-GD for guix-patches@gnu.org; Mon, 07 May 2018 14:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFkh4-0006WQ-AG for guix-patches@gnu.org; Mon, 07 May 2018 14:17:02 -0400 Subject: [bug#31333] [PATCH 20/22] gnu: Add groovy-testng. Resent-Message-ID: Date: Mon, 7 May 2018 20:16:51 +0200 From: Danny Milosavljevic Message-ID: <20180507201651.2256630d@scratchpost.org> In-Reply-To: <20180501154449.3531-20-julien@lepiller.eu> References: <20180501174136.1c411b1a@lepiller.eu> <20180501154449.3531-1-julien@lepiller.eu> <20180501154449.3531-20-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/uIBsJJhCK9RRuv_rm=jfml0"; 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_/uIBsJJhCK9RRuv_rm=jfml0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable > + (add-before 'configure 'chdir > + (lambda _ > + (chdir "subprojects/groovy-testng"))) #t > + (add-before 'build 'copy-resources > + (lambda _ > + (copy-recursively "src/main/resources" "build/classes"))) #t LGTM! --Sig_/uIBsJJhCK9RRuv_rm=jfml0 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlrwmBMACgkQ5xo1VCww uqUAAAf9HUJWRJ8NHzRl1ItciY9YF8qWBK4L5kaMPWOqUBenjITCXUODzhcjEF/w tFWuBFsBD5GUJZJgzfBlZFwSeA0J7D4EEBQgNve5qYM6/m+8zVa8RtxzEzaCBRAY +ituBAzagPX/9W53v2yqSG3YwmLxnEzX4XMX+HmJxwhXtQlk8AwAQuggibtXKFh0 WA6iSbxX5r7XhY/aIzV++hGDirVUDE4eibUXgtsm+6/ea6hxUXgS6Lfzxl5/MuDp 7ZM80vIOLPsBs5C1wbgCJ2jEAEPL87mEC4xwlsxrRvY1+NeUsAZfR7w9ruql4uIb 6+dkS8//80An4CzplMUppT4YZyYI/Q== =Ws9r -----END PGP SIGNATURE----- --Sig_/uIBsJJhCK9RRuv_rm=jfml0--