Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 7835 invoked from network); 30 Dec 2006 03:55:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2006 03:55:51 -0000 Received: (qmail 13975 invoked by uid 500); 30 Dec 2006 03:55:56 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 13933 invoked by uid 500); 30 Dec 2006 03:55:56 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 13891 invoked by uid 99); 30 Dec 2006 03:55:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Dec 2006 19:55:55 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of s.olson@charter.net designates 209.225.8.179 as permitted sender) Received: from [209.225.8.179] (HELO mtao05.charter.net) (209.225.8.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Dec 2006 19:55:46 -0800 Received: from aa02.charter.net ([10.20.200.154]) by mtao05.charter.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20061230035525.IXI1333.mtao05.charter.net@aa02.charter.net> for ; Fri, 29 Dec 2006 22:55:25 -0500 Received: from steveo ([75.132.122.35]) by aa02.charter.net with SMTP id <20061230035525.XEA18934.aa02.charter.net@steveo> for ; Fri, 29 Dec 2006 22:55:25 -0500 Message-ID: <005c01c72bc6$57d7ade0$6501a8c0@steveo> From: "Steve Olson" To: References: <004f01c72bc1$c8dba9b0$6501a8c0@steveo> <65410846-97D9-404C-ADA1-1A63F9B56C79@yahoo.com> Subject: Re: maven question Date: Fri, 29 Dec 2006 21:55:27 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Chzlrs: 0 X-Virus-Checked: Checked by ClamAV on apache.org Pretty dumb on my part - I was just blindly following the setup Eclipse page's description of steps to do without thinking it through. The -Pfastinstall is working fine, and will likely get me going. Thanks! ----- Original Message ----- From: "David Jencks" To: Sent: Friday, December 29, 2006 9:43 PM Subject: Re: maven question > This is kind of a dumb suggestion but you might need to build the project > before you run -Psetup.eclipse so all the artifacts are available. > > david jencks > > On Dec 29, 2006, at 10:22 PM, Steve Olson wrote: > >> I've done a CXF checkout today for the first time, and am trying to do >> the maven eclipse setup (-Psetup.eclipse). Maven cranks for a while then >> fails with this: >> >> >> INFO] ---------------------------------------------------------------------- >> -- >> [ERROR] BUILD ERROR >> >> INFO] ---------------------------------------------------------------------- >> -- >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) org.apache.cxf:cxf-buildtools:jar:2.0-incubator-RC-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.cxf - >> DartifactId=cxf-buildtools >> -Dversion=2.0-incubator-RC-SNAPSHOT -Dpackaging=jar - >> Dfile=/path/to/file >> >> Path to dependency: >> 1) org.apache.maven.plugins:maven-antrun-plugin:maven- plugin:1.1 >> 2) org.apache.cxf:cxf-buildtools:jar:2.0-incubator-RC-SNAPSHOT >> >> ---------- >> 1 required artifact is missing. >> >> for artifact: >> org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:1.1 >> >> from the specified remote repositories: >> snapshots (http://snapshots.maven.codehaus.org/maven2), >> central (http://repo1.maven.org/maven2) >> >> What do I need to do to correct this? Thanks in advance for any help - >> this is my first look at CXF from the maven side and I'm just beginning >> to learn the setup. I'm trying to get a build environment working so I >> can contribute a patch for CXF-340. >