Hi,

I've downloaded the complete repository from "http://svn.apache.org/repos/asf/cocoon/trunk"; and I've tried to build the block "blocks\cocoon-xmldb\cocoon-xmldb-impl" but i have problems with the "cocoon-spring-configurator" block.

I've used the command "mvn -e clean install".

Could anybody help me?

Thanks,
Jose


+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building XMLDB Block's Implementation
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory \blocks\cocoon-xmldb\cocoon-xmldb-impl\target
[INFO] Deleting directory \blocks\cocoon-xmldb\cocoon-xmldb-impl\target\classes
[INFO] Deleting directory 
\blocks\cocoon-xmldb\cocoon-xmldb-impl\target\test-classes
[INFO] Deleting directory \blocks\cocoon-xmldb\cocoon-xmldb-impl\target\site
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: 
http://people.apache.org/repo/m1-snapshot-repository/org.apache.cocoon/poms/cocoon-spring-configurator-2.1.0-SNAPSHOT.pom
Downloading: 
http://people.apache.org/~gkossakowski/maven2/repository/org/apache/cocoon/cocoon-spring-configurator/2.1.0-SNAPSHOT/cocoon-spring-configurator-2.1.0-SNAPSHOT.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-spring-configurator/2.1.0-SNAPSHOT/cocoon-spring-configurator-2.1.0-SNAPSHOT.pom
Downloading: 
http://people.apache.org/repo/m1-snapshot-repository/xmldb/poms/xmldb-api-20030701.pom
Downloading: 
http://repo1.maven.org/maven2/xmldb/xmldb-api/20030701/xmldb-api-20030701.pom
Downloading: 
http://people.apache.org/~gkossakowski/maven2/repository/xmldb/xmldb-api/20030701/xmldb-api-20030701.pom
Downloading: 
http://people.apache.org/repo/m1-snapshot-repository/xmldb/poms/xmldb-common-20030701.pom
Downloading: 
http://repo1.maven.org/maven2/xmldb/xmldb-common/20030701/xmldb-common-20030701.pom
Downloading: 
http://people.apache.org/~gkossakowski/maven2/repository/xmldb/xmldb-common/20030701/xmldb-common-20030701.pom
Downloading: 
http://people.apache.org/repo/m1-snapshot-repository/xmldb/poms/xmldb-xupdate-20040205.pom
Downloading: 
http://repo1.maven.org/maven2/xmldb/xmldb-xupdate/20040205/xmldb-xupdate-20040205.pom
Downloading: 
http://people.apache.org/~gkossakowski/maven2/repository/xmldb/xmldb-xupdate/20040205/xmldb-xupdate-20040205.pom
Downloading: 
http://people.apache.org/repo/m1-snapshot-repository/xindice/poms/xindice-1.1.pom
Downloading: http://repo1.maven.org/maven2/xindice/xindice/1.1/xindice-1.1.pom
Downloading: 
http://people.apache.org/~gkossakowski/maven2/repository/xindice/xindice/1.1/xindice-1.1.pom
Downloading: 
http://people.apache.org/repo/m1-snapshot-repository/xindice/poms/xindice-dom-1.1.pom
Downloading: 
http://repo1.maven.org/maven2/xindice/xindice-dom/1.1/xindice-dom-1.1.pom
Downloading: 
http://people.apache.org/~gkossakowski/maven2/repository/xindice/xindice-dom/1.1/xindice-dom-1.1.pom
Downloading: 
http://people.apache.org/repo/m1-snapshot-repository/org.apache.cocoon/jars/cocoon-spring-configurator-2.1.0-SNAPSHOT.jar
Downloading: 
http://people.apache.org/~gkossakowski/maven2/repository/org/apache/cocoon/cocoon-spring-configurator/2.1.0-SNAPSHOT/cocoon-spring-configurator-2.1.0-SNAPSHOT.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-spring-configurator/2.1.0-SNAPSHOT/cocoon-spring-configurator-2.1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.cocoon:cocoon-spring-configurator:jar:2.1.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.cocoon 
-DartifactId=cocoon-spring-configurator -Dversion=2.1.0-SNAPSHOT 
-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.cocoon 
-DartifactId=cocoon-spring-configurator -Dversion=2.1.0-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.cocoon:cocoon-xmldb-impl:jar:1.0.0-SNAPSHOT
        2) org.apache.cocoon:cocoon-core:jar:2.2.1-SNAPSHOT
        3) org.apache.cocoon:cocoon-spring-configurator:jar:2.1.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  org.apache.cocoon:cocoon-xmldb-impl:jar:1.0.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  gkossakowski-maven2 
(http://people.apache.org/~gkossakowski/maven2/repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-cvs (http://people.apache.org/repo/m1-snapshot-repository)


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.apache.cocoon:cocoon-spring-configurator:jar:2.1.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.cocoon 
-DartifactId=cocoon-spring-configurator -Dversion=2.1.0-SNAPSHOT 
-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.cocoon 
-DartifactId=cocoon-spring-configurator -Dversion=2.1.0-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.cocoon:cocoon-xmldb-impl:jar:1.0.0-SNAPSHOT
        2) org.apache.cocoon:cocoon-core:jar:2.2.1-SNAPSHOT
        3) org.apache.cocoon:cocoon-spring-configurator:jar:2.1.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  org.apache.cocoon:cocoon-xmldb-impl:jar:1.0.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  gkossakowski-maven2 
(http://people.apache.org/~gkossakowski/maven2/repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-cvs (http://people.apache.org/repo/m1-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:585)
        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.cocoon:cocoon-spring-configurator:jar:2.1.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.cocoon 
-DartifactId=cocoon-spring-configurator -Dversion=2.1.0-SNAPSHOT 
-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.cocoon 
-DartifactId=cocoon-spring-configurator -Dversion=2.1.0-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.cocoon:cocoon-xmldb-impl:jar:1.0.0-SNAPSHOT
        2) org.apache.cocoon:cocoon-core:jar:2.2.1-SNAPSHOT
        3) org.apache.cocoon:cocoon-spring-configurator:jar:2.1.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  org.apache.cocoon:cocoon-xmldb-impl:jar:1.0.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  gkossakowski-maven2 
(http://people.apache.org/~gkossakowski/maven2/repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-cvs (http://people.apache.org/repo/m1-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: 29 seconds
[INFO] Finished at: Wed Jan 07 12:57:52 CET 2009
[INFO] Final Memory: 22M/41M
[INFO] ------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to