From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: State of maven build system, gradle and Apache commens Date: Fri, 2 Sep 2016 13:48:23 +0200 Message-ID: References: <57C812CE.1000308@goebel-consult.de> <57C85C78.5070800@goebel-consult.de> <57C957F8.1020005@goebel-consult.de> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfmxX-0007rt-5b for guix-devel@gnu.org; Fri, 02 Sep 2016 07:48:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfmxU-0002Ke-1a for guix-devel@gnu.org; Fri, 02 Sep 2016 07:48:35 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:53774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfmxT-0002Ie-NU for guix-devel@gnu.org; Fri, 02 Sep 2016 07:48:31 -0400 In-Reply-To: <57C957F8.1020005@goebel-consult.de> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel@gnu.org Hartmut Goebel writes: > Meantime I managed to build commons-io, commons-cli, commons-lang and > commons-codec. Cool! > I found all of these need intervention for building, as there is no > "install" target (maybe I missed something). Echo of the packages > behaves a bit different (e.g. different directory names), while > sharing some common patterns. I'll attach my WIP for your convenience. =E2=80=9Cant-build-system=E2=80=9D creates a =E2=80=9Cbuild.xml=E2=80=9D = with an install target when =E2=80=9C#:jar-name=E2=80=9D is provided. This is useful in case there=E2= =80=99s only a =E2=80=9Cpom.xml=E2=80=9D and the package provides a single jar. ~~ Ricardo