Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 80525 invoked from network); 3 Jan 2008 23:17:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 23:17:26 -0000 Received: (qmail 96726 invoked by uid 500); 3 Jan 2008 23:17:14 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 96635 invoked by uid 500); 3 Jan 2008 23:17:14 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 96626 invoked by uid 99); 3 Jan 2008 23:17:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 15:17:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of niall.pemberton@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 23:16:51 +0000 Received: by wa-out-1112.google.com with SMTP id k34so9899151wah.10 for ; Thu, 03 Jan 2008 15:16:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=A6DBqTSYvb0EcaEhJVMKKbNgO8rs0a1BTp8NeEbZsfw=; b=T9iHN9Qlt4SpiFw3z/jZb3GU8ouUQkEdOevBaQb22/vbJRo+0akP5NNoJnuFna+Gdt2Z2bVJ1SB2awr1cOY47Ts2dCb5wfjVV5mrts10TEb+RKRKqDeS0okzgtH65BHKw8QKfSZFeQEM9vRVbAysJC5bX98QdKH4QTVtMUPW354= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o5B2f2++c+cAUQCxpWFOS+SjQJxEvBfg5i0HoTqkkWhVLr6d90YeUlHk4lRFjppjgki7Ym9RFPOkzsY/K5oCgr6/3TjSzTpQmGwslJQRQgw4SYf0FMpSqcv4q/b+tuGJslLzLxiGFwxJHCnUabfFPYG8SlJE07SmgbnxP+mPBMs= Received: by 10.114.13.1 with SMTP id 1mr16918056wam.74.1199402215792; Thu, 03 Jan 2008 15:16:55 -0800 (PST) Received: by 10.114.155.12 with HTTP; Thu, 3 Jan 2008 15:16:55 -0800 (PST) Message-ID: <55afdc850801031516l547cdf84g3b6a0342230f472c@mail.gmail.com> Date: Thu, 3 Jan 2008 23:16:55 +0000 From: "Niall Pemberton" To: "Jakarta Commons Developers List" Subject: Re: Getting a grip on our current and future build systems In-Reply-To: <1199400931.6124.20.camel@simon-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <477D58BB.4000401@apache.org> <1199400931.6124.20.camel@simon-laptop> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 3, 2008 10:55 PM, simon wrote: > > On Thu, 2008-01-03 at 22:50 +0100, Dennis Lundberg wrote: > > Hi > > > > I've created a page on our wiki [1] where I have tried to show which > > build systems are used by the different Commons components. Both proper > > and sandbox components are represented, but in separate sections. > > > > > [1] http://wiki.apache.org/commons/BuildSystems > > > > Thanks Dennis, that looks useful. Things are actually more consistent > than I expected :-). > > I'd definitely like to see the next Digester release use maven2. > > The new new OSGi stuff seems a good reason to make a new Digester > release; once it's ready upstream I'll try to make time to work on that. > If you could spare some time to help with maven2 stuff for Digester that > would be great. AFAIK the m2 build is pretty much ready to use. The main difference is that the m2 binary distro includes the site, but the m1 only javadocs - thats easy to change if required. Otherwise I think the only other thing is to upgrade to commons-parent-6 if/when its released (fixes the duplicate notice/license issue caused by remote resources plugin). Try something like "mvn -Prc site assembly:assembly" to produce the jars, source and binary distros and see what you think. Niall Niall > Cheers, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org