remm 2002/11/26 01:09:21 Modified: . BUILDING.txt Log: - The building instructions should be talking about Xalan rather than Xerces (Xerces is auto downloaded later in the build process). I think this was my mistake originally. Revision Changes Path 1.30 +8 -7 jakarta-tomcat-5/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- BUILDING.txt 26 Nov 2002 00:46:29 -0000 1.29 +++ BUILDING.txt 26 Nov 2002 09:09:21 -0000 1.30 @@ -52,21 +52,21 @@ available, which will be used to actually perform the build. -(1.2) Download and Install the Xerces 2 Distribution +(1.2) Download and Install the Xalan 2 Distribution -* Download a binary distribution of version 2.1.0 from: +* Download a binary distribution of version 2.x from: - http://xml.apache.org/dist/xerces-j/old_xerces2/ + http://xml.apache.org/dist/xalan-j/ On a Windows platform, you will need: - Xerces-J-bin.2.1.0.zip + Xerces-J-bin.2.x.y.zip On a Unix platform, you will need: - Xerces-J-bin.2.1.0.tar.gz + Xerces-J-bin.2.x.y.tar.gz * Unpack the binary distribution into a convenient location so that the distribution resides in its own directory (conventionally named - "xerces-x_y_z"). + "xalan-2_x_y"). * Copy the xalan.jar file from that distribution to the "${ant.home}/lib" directory. @@ -121,6 +121,7 @@ cd ${tomcat.source} ant checkout + (4) Rebuilds
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>