Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 50703 invoked from network); 7 Jan 2010 16:50:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2010 16:50:42 -0000 Received: (qmail 82174 invoked by uid 500); 7 Jan 2010 16:50:41 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 82093 invoked by uid 500); 7 Jan 2010 16:50:41 -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 82081 invoked by uid 99); 7 Jan 2010 16:50:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 16:50:41 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of costin@gmail.com designates 209.85.222.177 as permitted sender) Received: from [209.85.222.177] (HELO mail-pz0-f177.google.com) (209.85.222.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 16:50:32 +0000 Received: by pzk7 with SMTP id 7so10784438pzk.30 for ; Thu, 07 Jan 2010 08:50:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=sd0LQSOlEbuuhxBVMLoNT3Y6Iazcg5XBHk+plqzNk6I=; b=Uwuw3HTP6wEMpvvRUe77P+hzRr0z/U0msPsHfgWjnGzFDUvceniIqD/XaW6erKmP9Q jYCGRprZGhKVhtkUVhe7w0KkR4BMnFsuI898Hlo4xZ9NuDZPMmLGA6p/699+P+5QvZJ/ I3hB7s8GI9cYfevHLBLqtYaRR66qwX9PZz608= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=md5MgKhaMAoKYqhKAVuviYoU3lDrsL146Cow2GDMTlK+IA+xwY32dv0ubsOkjmwBjM 99w48mgbRGXDGvrhL/ImTqThJFIWlAA4Mz7+DNGCfWi1CkNQCanV9BZt371wnP6FzozV vI90psXYSrIqpJT+9HpZdhTWNweRIWX4XVGMk= MIME-Version: 1.0 Received: by 10.142.5.28 with SMTP id 28mr665041wfe.82.1262883012233; Thu, 07 Jan 2010 08:50:12 -0800 (PST) In-Reply-To: <4B444639.9010505@apache.org> References: <96e4b5231001051627i440e0195w701496fdcd537d77@mail.gmail.com> <4B444639.9010505@apache.org> Date: Thu, 7 Jan 2010 08:50:12 -0800 Message-ID: <96e4b5231001070850j41848f7eya466091cfcc9a53c@mail.gmail.com> Subject: Re: Tomcat-Lite update From: Costin Manolache To: Tomcat Developers List Content-Type: multipart/alternative; boundary=00504502c1c556488f047c95dd86 --00504502c1c556488f047c95dd86 Content-Type: text/plain; charset=UTF-8 On Wed, Jan 6, 2010 at 12:13 AM, Mark Thomas wrote: > On 06/01/2010 00:27, Costin Manolache wrote: > > Also, I would like to know if other comitters are OK with (temporarily - > > i.e. until the 7.0 release vote) including lite in the tomcat7 builds, > > so people can try it out. > > How about adding it to the extras build? It could be included in the > release then as well. > > Sounds good, thanks for the suggestions. On the building part - tomcat-lite supports both maven and ant, and the ant build is using ivy to download the deps - I will keep it this way instead of using the tomcat's download tasks, seems easier. So I will just call lite's build.xml from tomcat extras. Downloading ivy and ivy downloading deps is automated. Any comments on including the experimental SPDY support ( http://www.chromium.org/spdy/spdy-protocol ) ? I know we had countless debates on JK2 and http proxies, but some extra code to try out doesn't hurt :-) Costin --00504502c1c556488f047c95dd86--