craigmcc 02/03/20 18:57:24
Modified: . README
Log:
Update the README to include the need for Xalan, although we really need to
review this entire file for completeness vis-a-vis the current HTML install
docs.
PR: Bugzilla 4505
Submitted by: Ed Burns <edburns at acm.org>
Revision Changes Path
1.16 +6 -2 jakarta-struts/README
Index: README
===================================================================
RCS file: /home/cvs/jakarta-struts/README,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- README 16 Jul 2001 00:52:22 -0000 1.15
+++ README 21 Mar 2002 02:57:24 -0000 1.16
@@ -1,4 +1,4 @@
-$Id: README,v 1.15 2001/07/16 00:52:22 craigmcc Exp $
+$Id: README,v 1.16 2002/03/21 02:57:24 craigmcc Exp $
Struts
======
@@ -41,7 +41,7 @@
installation, and add the directory "$JAVA_HOME/bin" to your PATH variable.
- Download and install an XML parser that is compatible with the Java
- API for XML Parsing (JAXP) specification. A useful XML parser is the
+ API for XML Parsing (JAXP) 1.1 specification. A useful XML parser is the
JAXP Reference Implementation, version 1.1 or later, that is available
at <http://java.sun.com/xml>. Another JAXP-compatible parser that has
been reported to work fine with Struts is Xerces, version 1.3.1,
@@ -53,6 +53,10 @@
as the Standard Extensions package) from the Java Software web site
<http://java.sun.com/products/jdbc>, and install the "jdbc2_0-stdext.jar"
file on your classpath (or as a system extension).
+
+- Download and install Xalan-J, from <http://xml.apache.org/xalan-j"> (or
+ use the version that came with your JAXP/1.1 download), and install
+ xalan.jar in the "lib" directory of your Ant installation.
- (*) Download and install a servlet container that supports the Servlet
API Specification, version 2.2 or later, and the JavaServer Pages (JSP)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>