From dev-return-6806-apmail-continuum-dev-archive=continuum.apache.org@continuum.apache.org Thu Mar 27 22:08:59 2008 Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 1630 invoked from network); 27 Mar 2008 22:08:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2008 22:08:59 -0000 Received: (qmail 25642 invoked by uid 500); 27 Mar 2008 22:08:58 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 25609 invoked by uid 500); 27 Mar 2008 22:08:58 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 25600 invoked by uid 99); 27 Mar 2008 22:08:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 15:08:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of oliver.lamy@gmail.com designates 64.233.170.189 as permitted sender) Received: from [64.233.170.189] (HELO rn-out-0910.google.com) (64.233.170.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 22:08:06 +0000 Received: by rn-out-0910.google.com with SMTP id a43so3385087rne.10 for ; Thu, 27 Mar 2008 15:08:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=puKR/LwOR3Yqg9KqXlem7q8R02OiE+ajD8nPvezv/5w=; b=PJQQ07LLZ8Iedh9Q5+U82Lx+7OAx1Rm/lnWwPCRTk3+8EzlzKdjFg6wkWUoQY89BUyEdnV4YbRHigBDT3UrquJGMj/uNDKph6PYHbLeGwbOxb1zc+rt3MzTeiiz0ZIRrsY927eLvBbNm56VUKxoCP8KuaZltk7ItPvMeXwzvqG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=iPArvFUT2GW5qlmL7mv4jpdCbVxKl7iO0uG8gj7tKMeecgIN5mkh2zqP3AG6d/YPljVeuA0dIa5G3jVIJCmHdLhfzMVAYs3fX8S8D63TH+bLHolKDg2XJTXQlBq2pwsNtU5hiX2lKz6pbelzqC+fPdMpR3lE6Q097Wo4i+4xghU= Received: by 10.151.157.8 with SMTP id j8mr1138003ybo.86.1206655688307; Thu, 27 Mar 2008 15:08:08 -0700 (PDT) Received: by 10.150.218.7 with HTTP; Thu, 27 Mar 2008 15:08:08 -0700 (PDT) Message-ID: <9948cb690803271508q2f1954b1r1bb9938c189f5144@mail.gmail.com> Date: Thu, 27 Mar 2008 23:08:08 +0100 From: "Olivier Lamy" Sender: oliver.lamy@gmail.com To: dev@continuum.apache.org Subject: Re: Spring branch (merge in trunk) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9948cb690803270331t67e7a0f2ka564a158e950d933@mail.gmail.com> <9948cb690803270825y3cb0f6d1m44e7898a368da75a@mail.gmail.com> <9948cb690803271141h466f6e09q88d71f1ddf396fc8@mail.gmail.com> <2DD526F2-02D4-4D9B-916F-5D796F614FDF@apache.org> X-Google-Sender-Auth: 3e063ab28b3e211e X-Virus-Checked: Checked by ClamAV on apache.org Merge done. I have found an other fix to do in plexus-spring with the configuration like and class field fromMailbox. Currently mail notification in trunk doesn't work until this will be fixed. -- Olivier 2008/3/27, Emmanuel Venisse : > ok for me > > > Emmanuel > > > On Thu, Mar 27, 2008 at 9:04 PM, Brett Porter wrote: > > > It builds, starts, and at least runs a scheduled job on Mac. I think > > it's good to go for trunk. Still need the ${plexus.home} fix though. > > > > - Brett > > > > On 28/03/2008, at 5:41 AM, Olivier Lamy wrote: > > > > > fixed. Permission issue on temporay files, java.io.tmpdir is a shared > > > directory on solaris box (/var/tmp). > > > > > > Someone can try a build on an other os (mac). > > > > > > If no issue or objections, I will merge the branch to the trunk > > > > > > Thanks, > > > -- > > > Olivier > > > 2008/3/27, Olivier Lamy : > > >> argh not yet ;-) > > >> Some units failed on my solaris box. > > >> > > >> 2008/3/27, Jesse McConnell : > > >> > > >>> I don't see why not... > > >>> > > >>> > > >>> On Thu, Mar 27, 2008 at 5:31 AM, Olivier Lamy > > >>> wrote: > > >>> > > >>>> Hi, > > >>>> The continuum-spring branch works now. > > >>>> I have some minor fixes to add like interpolation of $ > > >>>> {plexus.home} in > > >>>> plexus-spring. > > >>>> > > >>>> No objection to merge this in trunk ? > > >>>> > > >>>> -- > > >>>> Olivier > > >>>> > > >>> > > >>> > > >>> > > >>> > > >>> -- > > >>> jesse mcconnell > > >>> jesse.mcconnell@gmail.com > > >>> > > >> > > > > -- > > Brett Porter > > brett@apache.org > > http://blogs.exist.com/bporter/ > > > > >