Sandeep Warikoo wrote:
Hi,Though I am not familiar my maven, here is a snippet from project.xml which shows the version used is 3.1 ************************************************************************************** <dependency> <!-- Commons Collections --> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.1</version> <url>http://jakarta.apache.org/commons/collections/</url> <!-- Advanced collection classes, utilities and data structures used internally by Jackrabbit. --> </dependency> ************************************************************************************ I had installed jackrabbit code base using svn (svn checkout http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit) as per instructions given at http://jackrabbit.apache.org/doc/building.html . I did some search on my hard disk and it looks like it had installed those dependent libraries at home folder. I can find the common collection jar at: C:\Documents and Settings\sandeep_warikoo\.maven\repository\commons-collections\jars Did I miss dome default over-ridding?
looks like everything is ok. If you are not able to build jackrabbit from the sources and still want to get started, I suggest you use the 1.0 release:
http://jackrabbit.apache.org/downloads.cgi regards marcel
