[ http://issues.apache.org/jira/browse/COCOON-1975?page=comments#action_12461377 ] Reinhard Poetz commented on COCOON-1975: ----------------------------------------
Stupid Maven. It doesn't resolve the transitive dependencies correctly. We have to release cocoon-core again where we set the dependencies on avalon-framework-api and excalibur-instrument explicitly. Any better options? > cocoon-core-M2 could not be runned because of missing dependencies on > avalon-framework-api-4.3 and excalibur-instrument-api-2.1 > ------------------------------------------------------------------------------------------------------------------------------- > > Key: COCOON-1975 > URL: http://issues.apache.org/jira/browse/COCOON-1975 > Project: Cocoon > Issue Type: Bug > Components: - Build System: Maven > Affects Versions: 2.2-dev (Current SVN) > Reporter: Grzegorz Kossakowski (aka g[R]eK) > Assigned To: Reinhard Poetz > Priority: Blocker > > Using clean (empty ~/.m2/repository directory) maven instalation it is not > possible to try cocoon-core-M2 following this tutorial: > http://cocoon.zones.apache.org/daisy/documentation/g1/1159.html (really BIG > thanks goes to Reinhard Pötz for improving docs last days!). It's due to > somehow missing (or badly resovled) on avalon-framework-api-4.3 and > excalibur-instrument-api-2.1 and results in error I've reported earlier: > http://article.gmane.org/gmane.text.xml.cocoon.devel/68960 > If I copy manully missing jars into > myWebapp/target/myWebapp-1.0-SNAPSHOT/WEB-INF/lib and start myWebapp using: > mvn package jetty:run everything works as expected. > On other hand, if you build whole trunk and install all blocks into local > repository dependencies are resolved correctly. > I'm trying to investigate futher but any help would be desired as I'm not > Maven nor Cocoon expert :) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
