From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:32794) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnTl1-00017L-Fz for guix-patches@gnu.org; Tue, 16 Jul 2019 16:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnTl0-0007uc-L5 for guix-patches@gnu.org; Tue, 16 Jul 2019 16:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42371) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnTl0-0007uR-Hv for guix-patches@gnu.org; Tue, 16 Jul 2019 16:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hnTl0-0005zf-8T for guix-patches@gnu.org; Tue, 16 Jul 2019 16:09:02 -0400 Subject: [bug#36695] [PATCH 0/3] Enhancemante for the ant-build-system Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:60972) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnTkh-00014o-NY for guix-patches@gnu.org; Tue, 16 Jul 2019 16:08:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnTkg-0007d9-Tx for guix-patches@gnu.org; Tue, 16 Jul 2019 16:08:43 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:47126) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hnTkg-0007bg-Nm for guix-patches@gnu.org; Tue, 16 Jul 2019 16:08:42 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 45pBL01lsCz1rTYM for ; Tue, 16 Jul 2019 22:08:40 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 45pBL00xm2z1qsvS for ; Tue, 16 Jul 2019 22:08:40 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id Xbdv3kw6fPuw for ; Tue, 16 Jul 2019 22:08:39 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-49-35.dynamic.mnet-online.de [188.174.49.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 16 Jul 2019 22:08:39 +0200 (CEST) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 766336013B for ; Tue, 16 Jul 2019 22:08:43 +0200 (CEST) From: Hartmut Goebel Date: Tue, 16 Jul 2019 22:08:39 +0200 Message-Id: <20190716200839.3035-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 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: 36695@debbugs.gnu.org Here are some old patches I found when cleaning up my repository. I creat= ed them as part of my efforts for building maven. I'm not sure whether these= are still useful. Hartmut Goebel (3): guix: ant-build-system: Use ant-task "jar" instead of executing "jar". guix: ant-build-system: Put dummy project-name into default build.xml. guix: ant-build-system: Use absolute path as base-dir. guix/build/ant-build-system.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) --=20 2.21.0