Return-Path: X-Original-To: apmail-river-dev-archive@www.apache.org Delivered-To: apmail-river-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB295102FF for ; Wed, 12 Feb 2014 15:04:22 +0000 (UTC) Received: (qmail 51469 invoked by uid 500); 12 Feb 2014 15:04:22 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 51356 invoked by uid 500); 12 Feb 2014 15:04:21 -0000 Mailing-List: contact dev-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list dev@river.apache.org Received: (qmail 51336 invoked by uid 99); 12 Feb 2014 15:04:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 15:04:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.221.81.28] (HELO fipsb01.cogeco.net) (216.221.81.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 15:04:14 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EAGmM+1LY3VTJ/2dsb2JhbABaw0OBJ3SCJQEBBAGBCVFXGYd9CAXJPBePABaDDoEUBIlIlSmLWoNL X-IronPort-AV: E=Sophos;i="4.95,832,1384318800"; d="scan'208";a="441877208" Received: from d221-84-201.commercial.cgocable.net (HELO 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain) ([216.221.84.201]) by fipsb01.cogeco.net with ESMTP; 12 Feb 2014 10:03:53 -0500 Received: from localhost (localhost [127.0.0.1]) by 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain (Postfix) with ESMTP id ABBFC64396 for ; Wed, 12 Feb 2014 07:04:24 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at mail.stratuscom.com Received: from 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain ([127.0.0.1]) by localhost (remote.stratuscom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33WuNq7yM1Po for ; Wed, 12 Feb 2014 07:04:22 -0800 (PST) Received: from [192.168.1.101] (d221-84-201.commercial.cgocable.net [216.221.84.201]) by 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain (Postfix) with ESMTPSA id C38C75F752 for ; Wed, 12 Feb 2014 07:04:22 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: [Dicuss] Build Structure From: Greg Trasuk In-Reply-To: <52FB1DD1.6080803@zeus.net.au> Date: Wed, 12 Feb 2014 10:03:51 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <0389C9A4-B835-4E91-A372-A0805EEC66F6@stratuscom.com> References: <39A69BFC-70DE-4471-A031-85C0BA225C59@stratuscom.com> <52C69018.6060101@qcg.nl> <2FFCF0E9-39DE-468C-A064-5DDDC19FCA03@stratuscom.com> <7DC70848-B027-43E3-922F-A4CAF27CED04@stratuscom.com> <1392114957.6766.11.camel@Nokia-N900> <52FA3AD2.4050202@qcg.nl> <52FB1DD1.6080803@zeus.net.au> To: dev@river.apache.org X-Mailer: Apple Mail (2.1827) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 12, 2014, at 2:08 AM, Peter Firmstone wrote: Not that I have any strong opinions on Maven vs Gradle, but aren=92t you = conflating build system with Configuration provider? I don=92t see how = the presence of a GroovyConfiguration provider has any influence on = whether Gradle, Maven, or Ant should be used for the build system. =20 Greg Trasuk >=20 >=20 > Gradle and Ivy (if you prefer ant) are also possibilities for = dependency management and if Ivy was already being used then it would be = more likely to be the build tool of choice. However Gradle is = attractive as it uses Groovy and since Dennis donated a Groovy = Configuration, that might make testing easier. >=20 > Just throwing in my 20cents for disucssion. >=20 > Regards, >=20 > Peter.