remm        01/12/19 13:08:36

  Modified:    .        BUILDING.txt
  Log:
  - Update instructions for getting JAXP.
    Submitted by Ryan Lubke.
  
  Revision  Changes    Path
  1.16      +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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- BUILDING.txt      2001/12/01 07:32:59     1.15
  +++ BUILDING.txt      2001/12/19 21:08:36     1.16
  @@ -1,4 +1,4 @@
  -$Id: BUILDING.txt,v 1.15 2001/12/01 07:32:59 remm Exp $
  +$Id: BUILDING.txt,v 1.16 2001/12/19 21:08:36 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]>

Reply via email to