From continuum-dev-return-6712-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Fri Mar 07 17:32:04 2008 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 15204 invoked from network); 7 Mar 2008 17:32:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 17:32:04 -0000 Received: (qmail 17939 invoked by uid 500); 7 Mar 2008 17:32:00 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 17780 invoked by uid 500); 7 Mar 2008 17:32:00 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 17769 invoked by uid 99); 7 Mar 2008 17:32:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 09:32:00 -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 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 17:31:24 +0000 Received: by an-out-0708.google.com with SMTP id d30so173383and.79 for ; Fri, 07 Mar 2008 09:31:34 -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=+iH+aAhr1CVRDpshRmoXWANJBOtZyQCWbSxK3eLZUV0=; b=PbGgwip8gMEloNZ/Y8wu5KW0gEq1bTPeCvRVlhzEPVnvxile/Rj58Zvq+J4LdHcxLcgnm2/4Nj1B2q0Fr9q38HrRLpYXgIOKqz6tthupWpAnhg3kPY1bI5dZ/LOteLJe66s+DT2kfhF0aqWpohIYHoaRdCntLRmw/cJlA0nHLSU= 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=p8pbGnF5X6+hoVl8POo/8FclFQLdwvvzG5V03O0DWBzNraYu0mTBYGbhsj8k2HH0L02OjyvCXZdgpKQ0S0WdiX4onfPz6J0SetHn5RJxtXue+ruRObRDKIQvDyqctUFYbo6/hbTBuxEP0LQW03ap9bKEQvJ/1Drjwy35YGhCib8= Received: by 10.100.190.15 with SMTP id n15mr3815981anf.47.1204911094023; Fri, 07 Mar 2008 09:31:34 -0800 (PST) Received: by 10.100.4.13 with HTTP; Fri, 7 Mar 2008 09:31:33 -0800 (PST) Message-ID: Date: Fri, 7 Mar 2008 10:31:33 -0700 From: "Wendy Smoak" To: continuum-dev@maven.apache.org Subject: Re: Build Error against trunk - First Build In-Reply-To: <7cfb44750803070913q26811ed9x991922ec11c1a111@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7cfb44750803070913q26811ed9x991922ec11c1a111@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Mar 7, 2008 at 10:13 AM, murali mohan wrote: > Downloaded the source from svn trunk. Trying to compile, but get this error > - * > > org.apache.maven.reactor.MavenExecutionException: Cannot find parent: > org.apache > .continuum:continuum-parent for project: > org.apache.continuum:continuum:pom:2.0- > SNAPSHOT for project org.apache.continuum:continuum:pom:2.0-SNAPSHOT* Sorry about that, we're still under construction during the move to a top-level project. I suspect it's this one: http://svn.apache.org/repos/asf/continuum/parent/trunk/ Try checking that out and building it locally, then building Continuum again. -- Wendy