Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 33116 invoked from network); 6 Oct 2006 19:03:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 19:03:51 -0000 Received: (qmail 21182 invoked by uid 500); 6 Oct 2006 19:03:45 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 21129 invoked by uid 500); 6 Oct 2006 19:03:45 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 21102 invoked by uid 99); 6 Oct 2006 19:03:45 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 12:03:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [207.106.133.28] ([207.106.133.28:42476] helo=proof.pobox.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 16/79-24193-A88A6254 for ; Fri, 06 Oct 2006 12:03:38 -0700 Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id 5BCDB29E76 for ; Fri, 6 Oct 2006 15:03:57 -0400 (EDT) Received: from [85.218.15.140] (85-218-15-140.dclient.lsne.ch [85.218.15.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id 0AD407E417 for ; Fri, 6 Oct 2006 15:03:56 -0400 (EDT) Message-ID: <4526A87C.5080807@pobox.com> Date: Fri, 06 Oct 2006 21:03:24 +0200 From: Patrick Refondini User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: Unable to get resource from repository central for spring 2.0-xxx-rc2.pom References: <45269ED1.3050205@pobox.com> In-Reply-To: <45269ED1.3050205@pobox.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sorry for the noise, I solve my "problem" as explained hereafter: Patrick Refondini wrote: > Hi, > Following: > http://cocoon.zones.apache.org/daisy/documentation/g1/1159.html > > I issued: > mvn archetype:create -DarchetypeGroupId=org.apache.cocoon > -DarchetypeArtifactId=cocoon-22-archetype-webapp > -DarchetypeVersion=1.0.0-SNAPSHOT -DgroupId=ch.extentis > -DartifactId=publidoc > > Which went well, then: > cd publidoc > mvn -e jetty6:run > > complains that: > > Downloading: > http://repo1.maven.org/maven2/org/springframework/spring-core/2.0-rc2/spring-core-2.0-rc2.pom > > [WARNING] Unable to get resource from repository central > (http://repo1.maven.org/maven2) > Downloading: > http://repo1.maven.org/maven2/org/springframework/spring-beans/2.0-rc2/spring-beans-2.0-rc2.pom > > [WARNING] Unable to get resource from repository central > (http://repo1.maven.org/maven2) > Downloading: > http://repo1.maven.org/maven2/org/springframework/spring-web/2.0-rc2/spring-web-2.0-rc2.pom > > [WARNING] Unable to get resource from repository central > (http://repo1.maven.org/maven2) > Downloading: > http://repo1.maven.org/maven2/org/springframework/spring-aop/2.0-rc2/spring-aop-2.0-rc2.pom > > [WARNING] Unable to get resource from repository central > (http://repo1.maven.org/maven2) > Downloading: > http://repo1.maven.org/maven2/org/springframework/spring-context/2.0-rc2/spring-context-2.0-rc2.pom > > [WARNING] Unable to get resource from repository central > (http://repo1.maven.org/maven2) > > The final error cause being: > Caused by: org.apache.maven.plugin.MojoExecutionException: Webapp source > directory /Users/patrick/dev/c22/publidoc/target/cocoon-webapp does not > exist > > > I first tried with > > central > ibiblioEuropeanMirror > http://mirrors.dotsrc.org/maven2 > > with the same error. > > Thanks for any hint, > > Patrick > 1. INSTALL a fresh cocoon trunk version to: $HOME/dev/arch/apache/cocoon/trunk/20061006162025/cocoon_20061006162025.tar.gz cd $HOME/dev/arch/apache/cocoon/trunk/20061006162025/ tar xvzf cocoon_20061006162025.tar.gz cd cocoon mvn clean install -Dmaven.test.skip=true (...) [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 minutes 10 seconds [INFO] Finished at: Fri Oct 06 20:36:14 CEST 2006 [INFO] Final Memory: 22M/59M [INFO] ------------------------------------------------------------------------ Yeepeh ! 2. CREATE a new empty Cocoon 2.2 project cd $HOME/dev/c22 mvn archetype:create -DarchetypeGroupId=org.apache.cocoon -DarchetypeArtifactId=cocoon-22-archetype-webapp -DarchetypeVersion=1.0.0-SNAPSHOT -DgroupId=ch.extentis -DartifactId=publidoc cd publidoc mvn install mvn jetty6:run Then you should be congratulated while connecting to http://localhost:8888/ Now beginning to migrate from 2.1.10-dev to 2.2-dev :)) Looks great ! Patrick --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org