Return-Path: Delivered-To: apmail-incubator-abdera-user-archive@locus.apache.org Received: (qmail 7035 invoked from network); 23 Jun 2008 19:50:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jun 2008 19:50:12 -0000 Received: (qmail 5796 invoked by uid 500); 23 Jun 2008 19:50:14 -0000 Delivered-To: apmail-incubator-abdera-user-archive@incubator.apache.org Received: (qmail 5786 invoked by uid 500); 23 Jun 2008 19:50:14 -0000 Mailing-List: contact abdera-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-user@incubator.apache.org Delivered-To: mailing list abdera-user@incubator.apache.org Received: (qmail 5775 invoked by uid 99); 23 Jun 2008 19:50:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 12:50:14 -0700 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 Manju.Vijayakumar@gs.com designates 206.230.48.202 as permitted sender) Received: from [206.230.48.202] (HELO mxeod06.gs.com) (206.230.48.202) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 19:49:21 +0000 X-IronPort-AV: E=Sophos;i="4.27,692,1204520400"; d="scan'208";a="56779109" Received: from unknown (HELO mxpcd02-public.ny.fw.gs.com) ([148.86.97.79]) by mxeod06.idz.gs.com with ESMTP; 23 Jun 2008 15:49:09 -0400 From: "Vijayakumar, Manju" X-sendergroup: RELAYLIST Received: from gsmrjhp03es.firmwide.corp.gs.com ([138.8.18.145]) by cd02-mxp-vip-prod.ny.fw.gs.com with ESMTP; 23 Jun 2008 15:49:08 -0400 Received: from gsmbnbp28es.firmwide.corp.gs.com ([148.86.49.186]) by GSMRJHP03ES.firmwide.corp.gs.com with Microsoft SMTPSVC(6.0.3790.4125); Mon, 23 Jun 2008 15:49:08 -0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: RE: maven problems Date: Mon, 23 Jun 2008 15:49:08 -0400 Message-ID: <9C0B17A8F7F83B4D8460FFDE06CED7E401AD4FA0@gsmbnbp28es.firmwide.corp.gs.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: maven problems Thread-Index: AcjSH2mesJTM8uczRmS+YBL1HVesIQDSec0g References: To: , X-OriginalArrivalTime: 23 Jun 2008 19:49:08.0799 (UTC) FILETIME=[3389FCF0:01C8D56A] X-Virus-Checked: Checked by ClamAV on apache.org Hi Brad, The features extension seems to have moved. See here: http://www.mail-archive.com/abdera-commits@incubator.apache.org/msg01411 .html To download the right directory for using features extension, add the following to your pom.xml: =20 org.apache.abdera abdera-extensions-main 0.4.0-incubating ... Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/abdera /abdera-extensions-main/0.4.0-incubating/abdera-extensions-main-0.4.0-in cubating.jar ... Hope this helps. Thanks, Manju =20 -----Original Message----- From: bradmoody@gmail.com [mailto:bradmoody@gmail.com] On Behalf Of Brad Sent: Thursday, June 19, 2008 11:13 AM To: abdera-user@incubator.apache.org Subject: maven problems Hi, I'm having problems getting the project into eclipse. If I do "mvn eclipse:eclipse" I get this error: [INFO] ------------------------------------------------------------------------ [INFO] Building Abdera Examples [INFO] task-segment: [eclipse:eclipse] [INFO] ------------------------------------------------------------------------ [INFO] Preparing eclipse:eclipse Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/abdera /abdera-extensions-features/0.5.0-incubating-SNAPSHOT/abdera-extensions- fea tures-0.5.0-incubating-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. this directory doesn't exist: http://people.apache.org/repo/m2-incubating-repository/org/apache/abdera /abdera-extensions-features can anyone advise me what to change that to? Thanks, Brad.