[EMAIL PROTECTED] wrote:
Most of them were in Maven's lib directory.  Is there a JAR containing
everything Jackrabbit needs?  Are these files downloaded somewhere for
Jackrabbit's use?

you will find all dependencies in your local maven repository directory. that's usually <your home directory>/.maven/repository

There is a maven goal that copies all required dependencies into your jackrabbit checkout:

maven copy-deps

This is also described in: http://incubator.apache.org/jackrabbit/doc/firststeps.html

regards
 marcel

Reply via email to