Return-Path: Delivered-To: apmail-abdera-user-archive@www.apache.org Received: (qmail 40400 invoked from network); 2 Feb 2011 08:44:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 08:44:17 -0000 Received: (qmail 83333 invoked by uid 500); 2 Feb 2011 08:44:17 -0000 Delivered-To: apmail-abdera-user-archive@abdera.apache.org Received: (qmail 83152 invoked by uid 500); 2 Feb 2011 08:44:14 -0000 Mailing-List: contact user-help@abdera.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@abdera.apache.org Delivered-To: mailing list user@abdera.apache.org Received: (qmail 83143 invoked by uid 99); 2 Feb 2011 08:44:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 08:44:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ant.elder@gmail.com designates 209.85.161.170 as permitted sender) Received: from [209.85.161.170] (HELO mail-gx0-f170.google.com) (209.85.161.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 08:44:06 +0000 Received: by gxk20 with SMTP id 20so4477676gxk.15 for ; Wed, 02 Feb 2011 00:43:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=FPJVAysKFJdvMRRKLdEjkM8Z7qTlUQYnjETc2N8cx6g=; b=kkk5Pbz0alQfxGCswJgzlQRlC76ZmqXXmE8VjD55acejAKSbh31AMnANOexKA+2eUF 6OlJa+JWCQn8NGgTxstzbhuDeU4HstDGwqYLB2/6/Rg6mKxHnE/1PbZmqxW6k4MUDyvy G+pA4IS1LjqtJcQqxcnTdsWxnaN2/Dcdhxqqc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=W28h0Mkg2547bbP143jepaBq9lcV4kf1t5aXQiW73Vs5eqZ3KdN0f22Can5TX7xGIb yIVJDuG2BrtcYZQG/rUxEsIdzvK7DyyXtfmoC2eqJaQ5dQVL1JUv4iJBORmV85yMxKvp 3LAuYMBLIWVW4l5dIPZODegIq8HljkLnsC5mI= MIME-Version: 1.0 Received: by 10.150.225.21 with SMTP id x21mr2785683ybg.119.1296636223724; Wed, 02 Feb 2011 00:43:43 -0800 (PST) Received: by 10.150.12.16 with HTTP; Wed, 2 Feb 2011 00:43:43 -0800 (PST) Reply-To: antelder@apache.org In-Reply-To: References: Date: Wed, 2 Feb 2011 08:43:43 +0000 Message-ID: Subject: Re: Maven build problem From: ant elder To: user@abdera.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable As a guess i wonder if you are using Maven version 3 (you can tell with "mvn -version")? If so it looks like there may be some pom.xml config changes we need to make to get Abdera building with that, I've only tried with Maven version 2. If it is the case we should fix this, would you raise a JIRA for it? ...ant On Wed, Feb 2, 2011 at 1:37 AM, Cristian Ronzio wro= te: > Hi. I'm running into this issue while building from maven. I don't know i= f > is an Abdera configuration problem... or Maven stuff. Can you suggest me > something?? Thanks in advance. > > I've checked out abdera trunk via svn. > Then 'mvn install': > > Microsoft Windows [Versione 6.1.7600] > Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati. > > C:\apache-abdera>mvn install > [INFO] Scanning for projects... > [ERROR] The build could not read 14 projects -> [Help 1] > [ERROR] > [ERROR] =A0 The project org.apache.abdera:abdera-i18n:1.2-SNAPSHOT > (C:\apache-abdera\dependencies\i18n\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 10, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-gdata:1.2-SNAPSHOT > (C:\apache-abdera\extensions\gdata\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project org.apache.abdera:abdera-extensions-geo:1.2-SNAPS= HOT > (C:\apache-abdera\extensions\geo\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-html:1.2-SNAPSHOT > (C:\apache-abdera\extensions\html\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-json:1.2-SNAPSHOT > (C:\apache-abdera\extensions\json\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-main:1.2-SNAPSHOT > (C:\apache-abdera\extensions\main\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-media:1.2-SNAPSHOT > (C:\apache-abdera\extensions\media\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-oauth:1.2-SNAPSHOT > (C:\apache-abdera\extensions\oauth\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-opensearch:1.2-SNAPSHOT > (C:\apache-abdera\extensions\opensearch\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 18, column 13 -> [Help 2] > [ERROR] > [ERROR] =A0 The project org.apache.abdera:abdera-extensions-rss:1.2-SNAPS= HOT > (C:\apache-abdera\extensions\rss\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 18, column 13 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-serializer:1.2-SNAPSHOT > (C:\apache-abdera\extensions\serializer\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-sharing:1.2-SNAPSHOT > (C:\apache-abdera\extensions\sharing\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-wsse:1.2-SNAPSHOT > (C:\apache-abdera\extensions\wsse\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] =A0 The project > org.apache.abdera:abdera-extensions-features:1.2-SNAPSHOT(C:\apache-abder= a\ > extensions\features\pom.xml) has 1 error > [ERROR] =A0 =A0 Non-resolvable parent POM: Could not find artifact > org.apache.abdera:abdera:pom:1.2-SNAPSHOT and 'parent.relativePath' point= s > at wrong local POM @ line 2, column 11 -> [Help 2] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException > [ERROR] [Help 2] > http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelExcepti= on > C:\apache-abdera> > > > > >