Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 86437 invoked from network); 12 Jun 2006 20:31:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jun 2006 20:31:51 -0000 Received: (qmail 70562 invoked by uid 500); 12 Jun 2006 20:31:50 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 70495 invoked by uid 500); 12 Jun 2006 20:31:50 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 70482 invoked by uid 99); 12 Jun 2006 20:31:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 13:31:50 -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 martin.marinschek@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 13:31:47 -0700 Received: by nf-out-0910.google.com with SMTP id d4so903338nfe for ; Mon, 12 Jun 2006 13:31:26 -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=RoN7/Qpim1Nn//R+kMbkPJzbtvrvJUpxzuD/rZnTw2rJayLbWkbNGKRg8P2VsEV9qnvqMNOeG/VPihA/xAAw53vamPeWfGD+1FgNZPHs+IcxCPG6SWytjb0J6jx6vLGYCtYe6MON6KiOX2sWvv55hoifqNVE1NIVe3vI14KiyZo= Received: by 10.48.255.20 with SMTP id c20mr4709667nfi; Mon, 12 Jun 2006 13:31:25 -0700 (PDT) Received: by 10.49.31.17 with HTTP; Mon, 12 Jun 2006 13:31:25 -0700 (PDT) Message-ID: <5a99335f0606121331w6e44f3ebgdf77df7088905265@mail.gmail.com> Date: Mon, 12 Jun 2006 22:31:25 +0200 From: "Martin Marinschek" Reply-To: mmarinschek@apache.org To: "MyFaces Development" Subject: Re: svn commit: r413390 - /myfaces/current12/pom.xml In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_123576_18385542.1150144285812" References: <20060611003725.3EBE31A983A@eris.apache.org> <2387fbc50606121059t144aa5cbqb3935faaca420d43@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_123576_18385542.1150144285812 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry for the original wrong commit. I copied the externals property over, and removed the core line (I'm sure of that), but somehow the change didn't make it in. In any case, the trunk of the other projects should definitely be included - 1.2 is supposed to be backward compatible, so we should be able to build Tomahawk and Tobago against the 1.2 core w/o a problem. regards, Martin On 6/12/06, Wendy Smoak wrote: > > On 6/12/06, Sean Schofield wrote: > > I thought the point of this external was to allow developers to see > > all MyFaces source code with one simple checkout/udpate. The > > "current" external does this now - it includes tomahawk, tobago, etc. > > > > My understanding was that the current12 would just substitute the core > > 1.2 branch for the trunk but leave everything else the same. > > The problem with the original svn:externals definition was that 'core' > was listed twice, so that commits were going to myfaces/core/trunk in > error, even though you *thought* you had checked out the jsf12 branch. > > Including the trunks of the other sub-projects is okay as long as > people are aware that they're working on the trunks of tomahawk, etc., > and don't start introducing changes that are incompatible with JSF > 1.1. (Or is that not really an issue?) > > -- > Wendy > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces ------=_Part_123576_18385542.1150144285812 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry for the original wrong commit. I copied the externals property over, and removed the core line (I'm sure of that), but somehow the change didn't make it in.

In any case, the trunk of the other projects should definitely be included - 1.2 is supposed to be backward compatible, so we should be able to build Tomahawk and Tobago against the 1.2 core w/o a problem.

regards,

Martin

On 6/12/06, Wendy Smoak <wsmoak@gmail.com> wrote:
On 6/12/06, Sean Schofield <sean.schofield@gmail.com> wrote:
> I thought the point of this external was to allow developers to see
> all MyFaces source code with one simple checkout/udpate.  The
> "current" external does this now - it includes tomahawk, tobago, etc.
>
> My understanding was that the current12 would just substitute the core
> 1.2 branch for the trunk but leave everything else the same.

The problem with the original svn:externals definition was that 'core'
was listed twice, so that commits were going to myfaces/core/trunk in
error, even though you *thought* you had checked out the jsf12 branch.

Including the trunks of the other sub-projects is okay as long as
people are aware that they're working on the trunks of tomahawk, etc.,
and don't start introducing changes that are incompatible with JSF
1.1.  (Or is that not really an issue?)

--
Wendy



--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces ------=_Part_123576_18385542.1150144285812--