Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 44549 invoked from network); 15 Nov 2008 01:52:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2008 01:52:20 -0000 Received: (qmail 89800 invoked by uid 500); 15 Nov 2008 01:52:27 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 89773 invoked by uid 500); 15 Nov 2008 01:52:27 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 89762 invoked by uid 99); 15 Nov 2008 01:52:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 17:52:27 -0800 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 wsmoak@gmail.com designates 74.125.92.147 as permitted sender) Received: from [74.125.92.147] (HELO qw-out-1920.google.com) (74.125.92.147) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2008 01:51:06 +0000 Received: by qw-out-1920.google.com with SMTP id 5so947580qwc.14 for ; Fri, 14 Nov 2008 17:51:40 -0800 (PST) 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=q9e+cPLdzuecJz6Andn85osWUDyTC/xEnocdL0No/pc=; b=QMvyTVsyyyvPSR6smf45Jy6CHPCOU32JpSe3CsE2lkxRdqgG6eyVCgzaYpqmC/LWvT PQ7qB5c56SDmt8YvOeLRyJya6yeYG3gXWq/cIpA4NmY7gkJ4olHEQ+5vpLW7eKtMXp1C xcmnq5NBFSbRxAAZnLqUBRYlvK+V86Nk74ztQ= 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=Z+FkVGEZJIUIeAnRYHlLCC/9HSfn+t4Bu9P6Jx8shIS2bikRztkTEJZhWpqYi68Cmk RdeLlmKWE8iypaw9o1dnS/D4qLLtgxxPsCrWiSKSqo/g4UxP4LXif+1bvaSMvlnGqsgq VIUUMp34yAGWzNLQjSu5DbTtHo6gaYj+oLkpw= Received: by 10.214.216.13 with SMTP id o13mr1677231qag.122.1226713900304; Fri, 14 Nov 2008 17:51:40 -0800 (PST) Received: by 10.214.78.1 with HTTP; Fri, 14 Nov 2008 17:51:40 -0800 (PST) Message-ID: Date: Fri, 14 Nov 2008 18:51:40 -0700 From: "Wendy Smoak" To: users@continuum.apache.org Subject: Re: Continuum 1.1 / 1.2 and multiple modules In-Reply-To: <20511352.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20511352.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Nov 14, 2008 at 6:37 PM, silver95 wrote: > Does Continuum 1.1 and 1.2 can manage this structure ? > It seems that it does not understand relative path (ie ../moduleA and > ../moduleB) Based on my tests, Continuum 1.2 _can_ handle this "flat" structure when adding the project and building all projects in the group. Limitations I'm aware of: - you can't use the release process at the group level - a recursive build from the parent won't work See this issue for more info and a sample project: http://jira.codehaus.org/browse/CONTINUUM-1850 -- Wendy