svn commit: r1057309 - /lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt

[email protected] Mon, 10 Jan 2011 18:42:55 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rainer
Date: Mon Jan 10 18:42:55 2011
New Revision: 1057309

URL: http://svn.apache.org/viewvc?rev=1057309&view=rev
Log:
Update list of endorsed libraries for tomcat.
Explain about xlan bug with URLS.

Modified:
    lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt

Modified: lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt?rev=1057309&r1=1057308&r2=1057309&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt (original)
+++ lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt Mon Jan 10 18:42:55 2011
@@ -76,7 +76,15 @@ Standalone Installation (using the built
       Then visit http://people.apache.org/~henkp/cgi-bin/md5.cgi and follow the instructions
       to verify the integrity of the file you have downloaded.
 
-      Change into the directory where you want your Lenya sources to be, and unpack the source:
+      Change into the directory where you want your Lenya sources to be.
+      IMPORTANT: The pathname of this directory must not contain spaces
+      or other special characters (more precisely: characters that must be
+      encoded in a URL must be avoided). This is because of the following
+      bug in xalan 2.7.1:
+
+        https://issues.apache.org/jira/browse/XALANJ-2461
+
+      Unpack the source:
  
         tar xvzf <apache-lenya>.tar.gz (for the tarball)
         unzip <apache-lenya>.zip (for the zip archive)
@@ -156,10 +164,8 @@ Installation with Apache Tomcat
       with Java 2 SDK, Tomcat, Cocoon and Lenya.
 
       The following libraries must be placed in the endorsed library directory for your deployment.
-          * xalan-2.7.0.jar
-          * xalan-2.7.0-serializer.jar
-          * xerces-2.9.0-xercesImpl.jar
-          * xerces-2.9.0-xml-apis.jar
+          * xalan-2.7.1.jar
+          * xerces-2.9.1-xercesImpl.jar
 
       They are placed by the build process in the directory specified by tomcat.endorsed.dir in 
       build.properties. You should validate that these files are indeed in the proper location 
@@ -215,7 +221,3 @@ Performing automated tests
   ./build.sh test    (to run the junit tests, requires a successful build), and
   ./build.sh modules.test.canoo  (to run the canoo web tests, requires a running servlet engine).
 
-  For Windows users : 
-  please note that Running the test suite in a directory whose pathname contains whitespace triggers a xalan bug :
-  https://issues.apache.org/jira/browse/XALANJ-2461
-