Hi, Leïla wrote: > I read the mails concerning maven build error. Everything seems in order, > however I'm still getting the following error, when I run "maven command" > from > a command prompt (Windows XP): > [...] > BUILD FAILED > File...... C:\MasterProject\jackrabbit\maven.xml > Element... ant:xslt > Line...... 142 > Column.... 25 > Provider org.apache.xalan.processor.TransformerFactoryImpl not found > Total time : 8 seconds > Finished at : Sunday, November 13, 2005 8:40:03 PM CET
I believe you are using Java 5 to build Jackrabbit. There is a rather complex known issue with XSLT transformation with Maven and Java 5. The workaround is described in the README: NOTE: Java 5 users need to download the xalan.jar and serializer.jar libraries from the Xalan-Java binary distribution at http://xml.apache.org/xalan-j/downloads.html and place them in $MAVEN_HOME/lib/endorsed (or $JRE/lib/endorsed if using Maven 1.1) to build the Jackrabbit sources. The reason for this workaround is explained in http://issues.apache.org/jira/browse/JCR-46 I hope this answer helps you. And thanks for reporting your problem, I'll put the answer in the FAQ as quite a few people seem to be stumbling on the same issue. BR, Jukka Zitting