You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/11/09 17:51:26 UTC

svn commit: r332082 - /incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml

Author: jukka
Date: Wed Nov  9 08:51:24 2005
New Revision: 332082

URL: http://svn.apache.org/viewcvs?rev=332082&view=rev
Log:
JCR-46: Recent Xalan-Java versions have moved some classes from xalan.jar to
serializer.jar. The serializer.jar is threfore needed in addition to xalan.jar
when building Jackrabbit with Java 5.

Modified:
    incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml

Modified: incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml?rev=332082&r1=332081&r2=332082&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml (original)
+++ incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml Wed Nov  9 08:51:24 2005
@@ -86,10 +86,10 @@
          </p>
          <p>
             <strong>NOTE:</strong>
-            JDK 1.5 users need to download the <code>xalan.jar</code> file
-            that contains the Xalan Interpretive Processor from
+            JDK 1.5 users need to download the <code>xalan.jar</code> and
+            <code>serializer.jar</code> files from
             <a href="http://xml.apache.org/xalan-j/">Xalan-Java</a> and place
-            it in <code>$MAVEN_HOME/lib/endorsed</code> (or
+            them in <code>$MAVEN_HOME/lib/endorsed</code> (or
             <code>$JRE/lib/endorsed</code> if using Maven 1.1) to build the
             Jackrabbit sources. The reason for this workaround is explained in
             <a href="http://issues.apache.org/jira/browse/JCR-46">JCR-46</a>.