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
<mirror>
<mirrorOf>central</mirrorOf>
<id>ibiblioEuropeanMirror</id>
<url>http://mirrors.dotsrc.org/maven2</url>
</mirror>
with the same error.
Thanks for any hint,
Patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]