Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 70366 invoked from network); 31 Mar 2005 18:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Mar 2005 18:31:44 -0000 Received: (qmail 36562 invoked by uid 500); 31 Mar 2005 18:31:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 36508 invoked by uid 500); 31 Mar 2005 18:31:40 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 36489 invoked by uid 99); 31 Mar 2005 18:31:40 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of dblevins@visi.com designates 208.42.156.2 as permitted sender) Received: from conn.mc.mpls.visi.com (HELO conn.mc.mpls.visi.com) (208.42.156.2) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 31 Mar 2005 10:31:39 -0800 Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by conn.mc.mpls.visi.com (Postfix) with ESMTP id 7FC60832D for ; Thu, 31 Mar 2005 12:31:33 -0600 (CST) Received: by isis.visi.com (Postfix, from userid 21236) id 4D38976C5C; Thu, 31 Mar 2005 12:31:33 -0600 (CST) Date: Thu, 31 Mar 2005 12:31:33 -0600 From: David Blevins To: dev@geronimo.apache.org Subject: Re: [PROPOSAL] Next milestone release (M4?) Message-ID: <20050331183133.GA1992@isis.visi.com> References: <56FDD27E-A05C-11D9-9D66-000A95D41A40@apache.org> <424976DD.5040109@apache.org> <20050331151241.GA1606@caboteria.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050331151241.GA1606@caboteria.org> User-Agent: Mutt/1.3.27i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Thu, Mar 31, 2005 at 10:12:42AM -0500, toby cabot wrote: > Jeremy, > > I agree with the first few bullets. > > On Tue, Mar 29, 2005 at 07:40:13AM -0800, Jeremy Boynes wrote: > > * verification that the src bundle actually builds and results in the > > same binary as we are distibuting > > Is a src bundle is useful to anyone at this stage of the game? For > "real" releases, sure, but for now it might make more sense to release > binaries only and point people at the source code control system if > they want to build. The problem with people building from the source > bundle is that if they try to do anything interesting (like make > changes to the code) then they're in trouble since they won't have a > mechanism to stay in sync or submit patches that apply cleanly. I > think that we've got good enough instructions on the wiki so building > from svn isn't much more complicated than building from a tarball. It'd be nice to have a pure source jar (no build files or anything else) that people could hookup to their IDE. Something like the src.jar in JAVA_HOME. -David