Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 90379 invoked from network); 30 Apr 2008 05:50:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2008 05:50:35 -0000 Received: (qmail 57530 invoked by uid 500); 30 Apr 2008 05:50:33 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 57484 invoked by uid 500); 30 Apr 2008 05:50:33 -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 57473 invoked by uid 99); 30 Apr 2008 05:50:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2008 22:50:33 -0700 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 henri.gomez@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 05:49:48 +0000 Received: by wf-out-1314.google.com with SMTP id 25so269152wfc.12 for ; Tue, 29 Apr 2008 22:50:02 -0700 (PDT) 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=Pbd6dHx5hHS0VrmD6IQE0FGqVxfddhjzdX0KDQjfkFo=; b=O/XPEWtYp/Iqh74KiCB5FjVrS/HH2OQFwIfR8ni1I3Q0HUCZ8/CFTGo2f0BT8ljEOQML7eQjTzsuXzdGs9mYVBkcGFG0SBEmXGHCI6AG3GM23XNmFctPtg0g6XRWfgKDStDeWOymlaYEZYmrtjNHKNGpjM6XqIX8gByVSkVW/8g= 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=u5gw8BZHHGZAmM8r/rvFKOHax/h82FGPqkWIs6pvOPUxnxVnjOzkwoyUoKvUu0cUwsqKN3RX36KIk899SC0FMKVL5iVDdWdXymgKnBw+T8q4wHvrQi8IbBVG6p7+td9+bLSXJwcm+fRE4z9cAqAl9Q1yTPJI30LLX18Q+zLojIY= Received: by 10.142.50.15 with SMTP id x15mr137862wfx.169.1209534602902; Tue, 29 Apr 2008 22:50:02 -0700 (PDT) Received: by 10.142.164.11 with HTTP; Tue, 29 Apr 2008 22:50:02 -0700 (PDT) Message-ID: <6291fc850804292250h3787c1f6l9188b23eca3e6a63@mail.gmail.com> Date: Wed, 30 Apr 2008 07:50:02 +0200 From: "Henri Gomez" To: "Tomcat Developers List" Subject: Re: Mavenizing Tomcat : Was: Osgifing Tomcat In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6291fc850804291309p61b24918j9dd175770a12c2ef@mail.gmail.com> <1209501856.3256.31.camel@localhost.localdomain> <6291fc850804291345s61f53c1apfb2f741e8387d425@mail.gmail.com> <4817ACBA.3050708@hanik.com> <1209521353.3256.52.camel@localhost.localdomain> X-Virus-Checked: Checked by ClamAV on apache.org > This is just an alternative for those people who want to use a > slightly easier / user-friendlier build system. We could do worse > than lowering the barrier to entry for new contributors. The idea is to : - keep the current source layout - keep the build.xml - add some subdirs with pom.xml - add a pom.xml to the base, where an ant task will grab sources, subdirs/pom.xml and assemble them in an alternative location before building. it's tricky and unusual in a maven world, but it will help maven users to have quickly a running Tomcat from scratch. No revolution here, not even evolution, just an alternative :) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org