remm 01/12/19 13:08:18 Modified: . Tag: tomcat_40_branch BUILDING.txt Log: - Update instructions for getting JAXP. Submitted by Ryan Lubke. Revision Changes Path No revision No revision 1.5.2.4 +9 -8 jakarta-tomcat-4.0/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -u -r1.5.2.3 -r1.5.2.4 --- BUILDING.txt 2001/10/04 19:29:30 1.5.2.3 +++ BUILDING.txt 2001/12/19 21:08:18 1.5.2.4 @@ -1,4 +1,4 @@ -$Id: BUILDING.txt,v 1.5.2.3 2001/10/04 19:29:30 remm Exp $ +$Id: BUILDING.txt,v 1.5.2.4 2001/12/19 21:08:18 remm Exp $ Building The Tomcat 4.0 Servlet/JSP Container @@ -57,17 +57,18 @@ available, which will be used to actually perform the build. -(2) Download and Install the JAXP/1.1 Reference Implementation +(2) Download and Install the Java XML Pack Binary Distribution -* Download a binary distribution of JAXP 1.1 (Final Version) from: +* Download a binary distribution of Java XML Pack: - http://java.sun.com/xml/download.html + http://java.sun.com/xml/downloads/javaxmlpack.html * Unpack the binary distribution into a convenient location so that the - JAXP/1.1 release resides in its own directory (conventionally named - "jaxp-1.1". For the purposes of the remainder of this document, the - symbolic name "${jaxp.home}" is used to refer to the full pathname of - the release directory. + Java XML Pack release resides in its own directory (the JAXP libraries + reside in the jaxp-1.1.3 subdirectory). For the purposes of the + remainder of this document, the symbolic name "${jaxp.home}" is used + to refer to the full pathname to the jaxp-1.1.3 subdirectory of the + Java XML Pack release directory. * Make the "xalan.jar" file of this distribution available to Ant (so that it can be used with the <style> tag) by copying it to "${ant.home}/lib".
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>