Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 40823 invoked from network); 9 Mar 2006 20:06:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Mar 2006 20:06:58 -0000 Received: (qmail 23626 invoked by uid 500); 9 Mar 2006 20:06:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 23540 invoked by uid 500); 9 Mar 2006 20:06:51 -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 List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 23495 invoked by uid 99); 9 Mar 2006 20:06:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 12:06:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of flamefew@gmail.com designates 64.233.162.200 as permitted sender) Received: from [64.233.162.200] (HELO zproxy.gmail.com) (64.233.162.200) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 12:06:50 -0800 Received: by zproxy.gmail.com with SMTP id 34so526567nzf for ; Thu, 09 Mar 2006 12:06:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JVHxDow5KGTKqRDpkhg8yOtg6GV4xgWCiqZ5KG8krcM0GymbHN4ynSS9nYjKebK2yUZrZgxqjBJPJH8VUQ0FjhvZdKTQI2k5Yj/FzXVDf0aoBb1D/DEZZf2W/bwKejtSvE272D6aMN9dmpDlQg1ycY+RQZf+wI62htu5tLulZV0= Received: by 10.37.12.48 with SMTP id p48mr622366nzi; Thu, 09 Mar 2006 12:06:29 -0800 (PST) Received: by 10.36.12.17 with HTTP; Thu, 9 Mar 2006 12:06:29 -0800 (PST) Message-ID: <31cc37360603091206h3d24fa6dn2064dd4796c90fc4@mail.gmail.com> Date: Thu, 9 Mar 2006 12:06:29 -0800 From: "Henri Yandell" To: dev@geronimo.apache.org Subject: Re: M2 migration status In-Reply-To: <31cc37360603091040u1e595c41ie1b1fbf7dc4a210@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1b5bfeb50603080337t3827348dn@mail.gmail.com> <31cc37360603081150p7b36d9e0rbaf2195d46bb415a@mail.gmail.com> <1b5bfeb50603090453o724f704bn@mail.gmail.com> <44105663.70807@earthlink.net> <31cc37360603091040u1e595c41ie1b1fbf7dc4a210@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 3/9/06, Henri Yandell wrote: > On 3/9/06, Joe Bohn wrote: > > > > Prasad Kashyap wrote: > > > > > Here's my next concern. For these modules that have migrated to m2, w= e > > > should include them in the daily G builds as soon as possible. If we > > > don't pull out the m1 build artifacts, project.xml and maven.xml from > > > the migrated modules, then there's a chance that those may get change= d > > > behind our backs while we go forward converting more. There might be = a > > > regression of issues. > > > > I have the same concern and voiced it (from the other direction) in my > > post on little-G. > > Ditto, so I now start my day by running a build-fresh-geronimo script. :) The geronimo-spec-j2ee-deployment module was giving errors; but I realised I was building under JDK 1.5. It works fine under 1.4; so something for the future there perhaps. Next I get errors from the Geronimo :: Directory module; this is because I'm being a aggressive and turning off the snapshot repositories in the top pom. directory-asn1 depends on commons-test, which is unreleased. In this case the ideal solution is to set commons-test to test scope so it doesn't end up in the build - I'll work on getting that changed - or just having them not depend on commons-test :) Hen