Hi,
After going through the exercise of building TC, I noticed
one issue with the instructions contained in BUILDING.txt.
The download URL referenced in the BUILDING.txt file to obtain
JAXP 1.1 is now stale.

Attached is a possible patch to update the BUILDING.txt
file.

NOTE:  This release of JAXP doesn't include a jaxp.jar, so 
the jaxp.jar variable within the build.properties isn't
really needed, but doesn't appear to affect the build process
if it's left in.


Index: BUILDING.txt
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/BUILDING.txt,v
retrieving revision 1.15
diff -u -r1.15 BUILDING.txt
--- BUILDING.txt        2001/12/01 07:32:59     1.15
+++ BUILDING.txt        2001/12/14 19:46:44
@@ -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 the 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]>

Reply via email to