Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 7841 invoked from network); 19 Jun 2006 18:36:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jun 2006 18:36:24 -0000 Received: (qmail 81887 invoked by uid 500); 19 Jun 2006 18:36:18 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 81838 invoked by uid 500); 19 Jun 2006 18:36:18 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 81827 invoked by uid 99); 19 Jun 2006 18:36:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 11:36:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of costin@gmail.com designates 64.233.162.200 as permitted sender) Received: from [64.233.162.200] (HELO nz-out-0102.google.com) (64.233.162.200) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 11:36:15 -0700 Received: by nz-out-0102.google.com with SMTP id r28so1204347nza for ; Mon, 19 Jun 2006 11:35:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=daXMaJV9pS5HD3KkeT2CRyJmS7dg8BiihoEgdNB8BtY7I96xTx8p8LLrQs0rjqmf8tEvYKSV8UArPX3/L9pTJW8T/lXogpUUAiLOKoy9lKmNN0t3i2P1vH1ElV1Rdu/IOtwXhymUeYzE/IswDqoSlQX8XSJJleYAHBokQySvuFM= Received: by 10.65.51.3 with SMTP id d3mr4924495qbk; Mon, 19 Jun 2006 11:35:55 -0700 (PDT) Received: by 10.65.186.13 with HTTP; Mon, 19 Jun 2006 11:35:55 -0700 (PDT) Message-ID: <96e4b5230606191135lbbd7fe3w744f5b74ea922d36@mail.gmail.com> Date: Mon, 19 Jun 2006 11:35:55 -0700 From: "Costin Manolache" Reply-To: costin@apache.org To: "Tomcat Developers List" Subject: Re: NIO Connector, please review In-Reply-To: <4496E982.6000207@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_28162_23171817.1150742155233" References: <4496A724.5060107@hanik.com> <4496CC37.4030606@apache.org> <96e4b5230606190926l36c330d8l2315f78b231e8ff@mail.gmail.com> <4496D1DA.7040705@apache.org> <96e4b5230606190944u486408c6g313495e123d4a8fe@mail.gmail.com> <4496D88C.9070508@apache.org> <96e4b5230606191034ma518798xdb2d430cb83d3741@mail.gmail.com> <4496E399.60805@apache.org> <96e4b5230606191108y7d4020e3kb05cad9e1ab837a@mail.gmail.com> <4496E982.6000207@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_28162_23171817.1150742155233 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/19/06, Mladen Turk wrote: > > Costin Manolache wrote: > > > > I don't see the benefit of having things like cluster support in the > tomcat > > release - > > if someone does want a cluster, they can easily download an additional > > jar - > > setting > > up a cluster involves a lot of work, we won't make it much simpler by > > bundling the jar with > > tomcat. > > > > Well, I agree with you. We can have a build like: > ant core, ant clustering, etc... No problem with that. > What I'm saying is that if the clustering is broken, > we should not have an release. First of all the release > requires a SVN tag, and just imagine if someone wishes > to create a build for some tagged release, and some > 'module' is broken. It's simply confusing. The tomcat release has a SVN tag - and the release includes all the tomcat files. Cluster and other modules can be broken - and can be released later, with their own SVN release tags. Of course - all stuff must compile at least - but I don't think it's a reasonable requirement to have all modules or other things that are not part of tomcat tested in order to do a release. Costin ------=_Part_28162_23171817.1150742155233--