Michael Wilson wrote:
I just did a fresh checkout from SVN of the Jackrabbit trunk including
the contrib directories and attempted to build them.  A few problems:

1) JackRabbit ORM Persistence Manager project won't build.
   * Complains that it can't download
mysql-connector-java.3.0.10-stable-bin.jar from www.day.com/maven/mysql

the project.xml seems to reference a dependency that is not available anymore on ibiblio.org. I've changed it to: mysql-connector-java.3.0.10.jar

svn revision: 382714

2) JCR Node Type and Namespace Utilies don't build.
   * Refuses to compile.  Complains about SchemaConverter.java:71:
cannot find symbol : method loadURI()

This is a bit tricky. I see this also in my environment. Though I'm able to compile the sources with my IDE. It seems to be caused by an old version of xerces that is shipped with maven 1.0.2. This is how I got it compile with maven:

1) in <maven-home>/lib/endorsed replace xerces-2.4.0.jar with xercesImpl-2.6.2.jar
2) adapt <maven-home>/bin/forehead.conf accordingly to match
xercesImpl-2.6.2.jar

then it should work.

regards
 marcel

Reply via email to