Hi;
i just wanted to get my hands on the database block.
so i added all 4 required dependencies to my pom
(according to
http://cocoon.apache.org/2.2/blocks/databases/1.0/1437_1_1.html )
The project runs fine without database blocks enabled, but errors occurs
after i
add the deps. removing the deps again -> app runs just fine as before.
I did not yet try to load the dependencies locally. I first would like to
know,
if this problem also occurs to others and what i might possibly have done
wrong.
Maybe something has run out of date ???
Thanks for any hint.
This is what "mvn:jetty run" reports:
Missing:
----------
1) org.apache.cocoon:cocoon-databases-bridge:jar:1.0.0
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-databases-bridge -Dversion=1.0.0 -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-databases-bridge -Dversion=1.0.0 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.saxess:ical:jar:1.0.0
2) org.apache.cocoon:cocoon-databases-bridge:jar:1.0.0
2) org.springframework:spring-dao:jar:2.0.6
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.springframework
-DartifactId=spring-dao -Dversion=2.0.6 -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.springframework
-DartifactId=spring-dao -Dversion=2.0.6 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.saxess:ical:jar:1.0.0
2) org.apache.cocoon:cocoon-databases-impl:jar:1.0.0
3) org.springframework:spring-dao:jar:2.0.6
3) org.apache.cocoon:cocoon-databases-hsqldb-client:jar:1.0.0
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-databases-hsqldb-client -Dversion=1.0.0 -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-databases-hsqldb-client -Dversion=1.0.0 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.saxess:ical:jar:1.0.0
2) org.apache.cocoon:cocoon-databases-hsqldb-client:jar:1.0.0
4) hsqldb:hsqldb:jar:1.8.0.7
Try downloading the file manually from:
http://hsqldb.org/
Then, install it using the command:
mvn install:install-file -DgroupId=hsqldb -DartifactId=hsqldb
-Dversion=1.8.0.7 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=hsqldb -DartifactId=hsqldb
-Dversion=1.8.0.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) com.saxess:ical:jar:1.0.0
2) org.apache.cocoon:cocoon-databases-hsqldb-client:jar:1.0.0
3) hsqldb:hsqldb:jar:1.8.0.7
--
View this message in context:
http://www.nabble.com/adding-database-block-depenmmdencies-leads-to-missing-artifacts.-tp20188400p20188400.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]