Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 99416 invoked from network); 23 Feb 2009 14:03:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2009 14:03:37 -0000 Received: (qmail 49241 invoked by uid 500); 23 Feb 2009 14:03:37 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 49000 invoked by uid 500); 23 Feb 2009 14:03:36 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Delivered-To: moderator for dev@cxf.apache.org Received: (qmail 88444 invoked by uid 99); 23 Feb 2009 13:16:03 -0000 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: local policy) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Failure when building CXF trunk Date: Mon, 23 Feb 2009 08:15:33 -0500 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Failure when building CXF trunk Thread-Index: AcmVtkgHqgt9hinpQFuGO3vcUEu7JQAAkT2Q From: "Eamonn Dwyer" To: X-OriginalArrivalTime: 23 Feb 2009 13:15:33.0780 (UTC) FILETIME=[CF18CD40:01C995B8] X-Mlf-Version: 6.2.2.1073 X-Mlf-UniqueId: o200902231315350367915 X-Virus-Checked: Checked by ClamAV on apache.org Hi David I don't see any mention of in my buildtools pom. Have you got a clean checkout or did you just update a previous checkout? Something may be stale on your machine. Please try a clean checkout and maybe delete your cxf entry in your local repository to see if you still have the problem. Regards Eamonn -----Original Message----- From: David Bosschaert [mailto:david.bosschaert@gmail.com]=20 Sent: 23 February 2009 12:57 To: dev@cxf.apache.org Subject: Failure when building CXF trunk Hi all, When building the CXF trunk (on Windows) I'm getting the following build failure. Anyone an idea what's going on? Thanks! David [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.cxf:cxf-buildtools:jar:${cxf.version} Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=3Dorg.apache.cxf -DartifactId=3Dcxf-buildto ols -Dversion=3D${cxf.version} -Dpackaging=3Djar -Dfile=3D/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=3Dorg.apache.cxf -DartifactId=3Dcxf-buildtool s -Dversion=3D${cxf.version} -Dpackaging=3Djar -Dfile=3D/path/to/file -Durl=3D[url] -Dre positoryId=3D[id] Path to dependency: 1) org.apache.maven.plugins:maven-remote-resources-plugin:maven-plugin:1 .0 2) org.apache.cxf:cxf-buildtools:jar:${cxf.version} ---------- 1 required artifact is missing. for artifact: =20 org.apache.maven.plugins:maven-remote-resources-plugin:maven-plugin:1.0 from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)