Hi, On 1/21/07, Paco Avila <[EMAIL PROTECTED]> wrote:
How can I get all the jackrabbit dependencies (libraries i mean)? Do I need to recompile from source and make build with dependencies or the should I take them from http://jackrabbit.apache.org/dependency-convergence.html ?
The jackrabbit-webapp war and jackrabbit-jca rar files come with the required dependencies included, so you can take the dependencies from them. Alternatively you can use the Maven 2 dependency plugin to get all the dependencies. For example: $ cd jackrabbit-1.2.1-src/jackrabbit-core $ mvn dependencies:copy-dependencies $ ls target/dependencies Note that the exact set of dependencies you need depends on the repository configuration, especially on the persistence managers and text filters you are using. BR, Jukka Zitting
