From dev-return-8296-apmail-continuum-dev-archive=continuum.apache.org@continuum.apache.org Thu Jul 02 12:20:18 2009 Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 52740 invoked from network); 2 Jul 2009 12:20:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 12:20:18 -0000 Received: (qmail 80536 invoked by uid 500); 2 Jul 2009 12:20:28 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 80460 invoked by uid 500); 2 Jul 2009 12:20:28 -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 80445 invoked by uid 99); 2 Jul 2009 12:20:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 12:20:28 +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 (nike.apache.org: domain of odeaching@gmail.com designates 209.85.222.178 as permitted sender) Received: from [209.85.222.178] (HELO mail-pz0-f178.google.com) (209.85.222.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 12:20:19 +0000 Received: by pzk8 with SMTP id 8so1558074pzk.10 for ; Thu, 02 Jul 2009 05:19:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=MtTIdE+PWk/MDjzQhSRxHdaTsC1PI48/q6rlk/jEem4=; b=q14CIHWVnzrb4409YXmlR+gZAyVdfJsREd3crx8Yy/XYS1kyXYVNCIcEhMK0ri7g9L AVLQB+ta41W3u8AZ9QWC6c1tni8IbFhwFKEY9tncX5bWX3q8vQMfhnIv5DRooov630iX mFsYeOq+mzmujU0OSipHVrekZp3o3jF9NJaF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=Yzd2hD2frQz8tyEFii32aWCW4O4N3Zo+94eRoZfeE8rEGe8aBEQATiTyAT7G03ACEQ i0OWGxslBCQ4wxe7wWfJifN0rkUADeKCYPxfLJFB7wVTSrqCxbuopoomTI990g70lchR 7/JH9e1gjwcaxrW2f0SBGLvQrPe2NXhXxwcic= MIME-Version: 1.0 Sender: odeaching@gmail.com Received: by 10.114.185.12 with SMTP id i12mr12575waf.16.1246537197627; Thu, 02 Jul 2009 05:19:57 -0700 (PDT) In-Reply-To: References: <8667b1bd0905130349ye8e8816xbccb8f8aadddc666@mail.gmail.com> <7C560B73-3DCE-4795-A8BE-1F937BCE7AE9@apache.org> <8667b1bd0907012330u6514bdc1vc92f3ec1d68d0492@mail.gmail.com> Date: Thu, 2 Jul 2009 20:19:57 +0800 X-Google-Sender-Auth: 34e6bc7f820734e7 Message-ID: <8667b1bd0907020519h6afbfc7sbf57f60abfff2b7c@mail.gmail.com> Subject: Re: CONTINUUM-1569 and 2193 staged From: Deng Ching To: dev@continuum.apache.org Content-Type: multipart/alternative; boundary=001636457498dd30c2046db80e20 X-Virus-Checked: Checked by ClamAV on apache.org --001636457498dd30c2046db80e20 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks for checking out the staged binary :) I'll get the things you've mentioned below into the branch -Deng On Thu, Jul 2, 2009 at 7:37 PM, Emmanuel Venisse wrote: > Hi Deng, > > I finally found some time to look at your binary. > It is good but I have few comments to have something more useable: > - add by default all modules into a single working directory > - allow to change this default by configuration so if a user prefer to > store > each module into a separate working directory, he'll can without to check > the checkbox everytime > - run 'svn up' only once instead of one time by module when we use a single > working directory, the 'svn up' on the parent module already update source > tree for modules > - detect new modules automatically in the working directory and add them in > Continuum > - detect removed modules automatically in the working directory and remove > them from Continuum > > Emmanuel > > On Thu, Jul 2, 2009 at 8:30 AM, Deng Ching wrote: > > > Not yet :( I'm planning to merge it next week.. > > > > Thanks, > > Deng > > > > On Thu, Jul 2, 2009 at 10:36 AM, Brett Porter wrote: > > > > > This is one of the mails that I wound up losing track of since May was, > > um, > > > busy :) > > > > > > Did this already get merged to trunk? > > > > > > > > > On 13/05/2009, at 8:49 PM, Deng Ching wrote: > > > > > > Hi, > > >> > > >> I've staged the binaries for the continuum-flat-multi-module branch > at: > > >> > > >> http://people.apache.org/~oching/continuum-flat-multi-module/ > > > > > >> > > >> These are the changes in the branch: > > >> 1. Multi-module projects (both regular and flat) can be checked out > into > > a > > >> single directory. To do this, just tick the 'Checkout multi-module > > project > > >> in single directory' checkbox when you add a Maven 2 project. > > >> 2. Releasing flat multi-module projects is now possible. The regular > > >> release > > >> process applies when releasing a flat multi-module project. > > >> > > >> I haven't committed the fix in maven-release (MRELEASE-261) yet as I'm > > >> still > > >> waiting for someone to review it first. So if you want to build from > > >> source, > > >> you need to checkout maven-release first then apply MRELEASE-261 and > > build > > >> maven-release. The staged binaries which I've built locally already > has > > >> that > > >> fix in though. > > >> > > >> If everyone's ok with the changes I've made, I'll merge the branch to > > >> trunk.. > > >> > > >> Thanks, > > >> Deng > > >> > > > > > > > > > --001636457498dd30c2046db80e20--