Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 87918 invoked from network); 8 May 2009 11:06:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 May 2009 11:06:45 -0000 Received: (qmail 19093 invoked by uid 500); 8 May 2009 11:06:44 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 19004 invoked by uid 500); 8 May 2009 11:06:44 -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 Received: (qmail 18994 invoked by uid 99); 8 May 2009 11:06:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 11:06:44 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rahul.soa@googlemail.com designates 209.85.219.161 as permitted sender) Received: from [209.85.219.161] (HELO mail-ew0-f161.google.com) (209.85.219.161) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 11:06:33 +0000 Received: by ewy5 with SMTP id 5so2582987ewy.30 for ; Fri, 08 May 2009 04:06:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=rLYP1isLATDXRxaBds+ntPoIpH15nwggEnFrKuBXHj8=; b=btqifuCKolYMNPHe4jADNaMcycNtBrG9gq1OM/n62IVYGDkyfzSrHL0kf+/2rbzH83 X8MxTe9p9I8P45fyqhPIE78wpZOEeoExR5aazePHrh3MjXod4SvqugHBbBKcE7XqFiaR q7Xf0DUO7lFoLvSdTxHsabqn7NAcPzzt7zKxk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nkYDbF1kYEFFFg/EekUVam8T38dwokIoJ1KZlbyNWCijR0V5WHZxJOBTcmzd4ZW4S6 MKtJLUdunHJdPET1PsQV0Y56AjGifag32Oh+JKblBjkZKp3B475vLmyMWDCJBmol6RCG tdxBSDU1oEGMM2UF6a1TjolNQRiLsv3XLe+A4= MIME-Version: 1.0 Received: by 10.211.166.2 with SMTP id t2mr520905ebo.81.1241780772055; Fri, 08 May 2009 04:06:12 -0700 (PDT) In-Reply-To: <01e201c9cd86$39de1fe0$1202050a@emea.progress.com> References: <01e201c9cd86$39de1fe0$1202050a@emea.progress.com> Date: Fri, 8 May 2009 13:06:12 +0200 Message-ID: Subject: Re: [Build Error] Missing Artifact From: "rahul.soa" To: dev@cxf.apache.org Content-Type: multipart/alternative; boundary=0015174c3f0cceac140469649d45 X-Virus-Checked: Checked by ClamAV on apache.org --0015174c3f0cceac140469649d45 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks Sergey! You are right. It works now. Best Regards, Rahul On Tue, May 5, 2009 at 3:34 PM, Sergey Beryozkin wrote: > Hi > > > http://people.apache.org/repo/m2-incubating-repository/org/apache/abdera/abdera-i18n/0.4.0-incubating/ > > contains this jar - may be it was a transient error ? > > cheers, Sergey > > > ----- Original Message ----- From: "rahul.soa" > To: > Sent: Monday, May 04, 2009 9:47 PM > Subject: [Build Error] Missing Artifact > > > Hello Devs, >> >> I am trying to build Apache CXF, checking out from here >> >> svn co http://svn.apache.org/repos/asf/cxf/trunk >> >> I am getting the following error while running with -e option. Could you >> please help me in this? >> >> Many Thanks. >> Rahul >> >> >> *//quote* >> >> Downloading: >> >> http://people.apache.org/repo/m2-incubating-repository/org/apache/abdera/abdera-i18n/0.4.0-incubating/abdera-i18n-0.4.0-incubating.jar >> 595K downloaded >> Downloading: >> >> http://repo1.maven.org/maven2/org/apache/abdera/abdera-i18n/0.4.0-incubating/abdera-i18n-0.4.0-incubating.jar >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) org.apache.abdera:abdera-i18n:jar:0.4.0-incubating >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.abdera >> -DartifactId=abdera-i18n -Dversion=0.4.0-incubating -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.apache.abdera >> -DartifactId=abdera-i18n -Dversion=0.4.0-incubating -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2.2-SNAPSHOT >> 2) org.apache.abdera:abdera-core:jar:0.4.0-incubating >> 3) org.apache.abdera:abdera-i18n:jar:0.4.0-incubating >> >> ---------- >> 1 required artifact is missing. >> >> for artifact: >> org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2.2-SNAPSHOT >> >> from the specified remote repositories: >> apache.incubating ( >> http://people.apache.org/repo/m2-incubating-repository >> ), >> ibiblio.org (http://repo1.maven.org/maven2), >> maven2-repository.dev.java.net (http://download.java.net/maven/2/), >> apache.org (http://people.apache.org/repo/m2-snapshot-repository) >> >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Trace >> org.apache.maven.lifecycle.LifecycleExecutionException: Missing: >> ---------- >> 1) org.apache.abdera:abdera-i18n:jar:0.4.0-incubating >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.abdera >> -DartifactId=abdera-i18n -Dversion=0.4.0-incubating -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.apache.abdera >> -DartifactId=abdera-i18n -Dversion=0.4.0-incubating -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2.2-SNAPSHOT >> 2) org.apache.abdera:abdera-core:jar:0.4.0-incubating >> 3) org.apache.abdera:abdera-i18n:jar:0.4.0-incubating >> >> ---------- >> 1 required artifact is missing. >> >> for artifact: >> org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2.2-SNAPSHOT >> >> from the specified remote repositories: >> apache.incubating ( >> http://people.apache.org/repo/m2-incubating-repository >> ), >> ibiblio.org (http://repo1.maven.org/maven2), >> maven2-repository.dev.java.net (http://download.java.net/maven/2/), >> apache.org (http://people.apache.org/repo/m2-snapshot-repository) >> >> at >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:575) >> at >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499) >> at >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478) >> at >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) >> at >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) >> at >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> Caused by: >> org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: >> Missing: >> ---------- >> 1) org.apache.abdera:abdera-i18n:jar:0.4.0-incubating >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.abdera >> -DartifactId=abdera-i18n -Dversion=0.4.0-incubating -Dpackaging=jar >> -Dfile=/path/to/file >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> mvn deploy:deploy-file -DgroupId=org.apache.abdera >> -DartifactId=abdera-i18n -Dversion=0.4.0-incubating -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2.2-SNAPSHOT >> 2) org.apache.abdera:abdera-core:jar:0.4.0-incubating >> 3) org.apache.abdera:abdera-i18n:jar:0.4.0-incubating >> >> ---------- >> 1 required artifact is missing. >> >> for artifact: >> org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.2.2-SNAPSHOT >> >> from the specified remote repositories: >> apache.incubating ( >> http://people.apache.org/repo/m2-incubating-repository >> ), >> ibiblio.org (http://repo1.maven.org/maven2), >> maven2-repository.dev.java.net (http://download.java.net/maven/2/), >> apache.org (http://people.apache.org/repo/m2-snapshot-repository) >> >> at >> >> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324) >> at >> >> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288) >> at >> >> org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1415) >> at >> >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:405) >> at >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) >> ... 16 more >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 19 minutes 42 seconds >> [INFO] Finished at: Tue May 05 00:19:34 CEST 2009 >> [INFO] Final Memory: 62M/111M >> [INFO] >> ------------------------------------------------------------------------ >> [rahul@localhost ApacheCXF]$ >> >> *// unquote* >> >> > --0015174c3f0cceac140469649d45--