husted 2003/09/11 02:49:37 Modified: doc status.xml doc/userGuide installation.xml Log: Amend build requirements to specify Ant 1.5.4 Revision Changes Path 1.42 +2 -2 jakarta-struts/doc/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/status.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- status.xml 9 Sep 2003 17:49:21 -0000 1.41 +++ status.xml 11 Sep 2003 09:49:37 -0000 1.42 @@ -362,7 +362,7 @@ </section> <section> - <p class="version">Website updated from CVS: 2003 AUG 29 by husted.</p> + <p class="version">Website updated from CVS: 2003 SEP 11 by husted.</p> <p class="version">Javadocs updated from CVS: 2003 JUN 29 by mcooper.</p> </section> 1.34 +4 -3 jakarta-struts/doc/userGuide/installation.xml Index: installation.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- installation.xml 9 Sep 2003 17:49:18 -0000 1.33 +++ installation.xml 11 Sep 2003 09:49:37 -0000 1.34 @@ -35,7 +35,8 @@ a Java2 (version 1.2 or later) Java Development Kit implementation for your operating system platform. A good starting point for locating Java Development Kit distributions is - <a href="http://java.sun.com/j2se">http://java.sun.com/j2se</a>.</li> + <a href="http://java.sun.com/j2se">http://java.sun.com/j2se</a>. + To build Struts, Java 1.4.2 or later is recommended. </li> <li><strong>Servlet Container</strong> - You <strong>must</strong> download and install a servlet container that is compatible with the Servlet API Specification, @@ -49,7 +50,7 @@ specification, 1.1 or later. This is bundled with J2SE 1.4 and later. (For earlier versions of Java, the easiest way to obtain JAXP is probably by downloading the Web Services Developers Kit - (1.1 or later!).See the <a href="http://java.sun.com/xml/jaxp/faq.html#jaxp-ri-latest"> + (1.1 or later!). See the <a href="http://java.sun.com/xml/jaxp/faq.html#jaxp-ri-latest"> Sun JAXP FAQ</a> for more information.) In Struts-based web applications, you may replace the reference implementation classes with any other JAXP compliant parser, such as @@ -59,7 +60,7 @@ Struts, below.</li> <li><strong>Ant Build System</strong> - If you are building Struts from the - source distribution, you must download and install version 1.5.1 (or later) + source distribution, you must download and install version 1.5.4 (or later) of the <a href="http://jakarta.apache.org/ant">Ant</a> build system. This package is also strongly recommended for use in developing your own web applications based on Struts.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]