rleland 2002/10/10 15:20:02
Modified: doc/userGuide installation.xml
Log:
Document currently required packages
Revision Changes Path
1.9 +41 -6 jakarta-struts/doc/userGuide/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- installation.xml 10 Oct 2002 03:42:44 -0000 1.8
+++ installation.xml 10 Oct 2002 22:20:02 -0000 1.9
@@ -55,7 +55,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 (or later)
+ source distribution, you must download and install version 1.5.1 (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.
@@ -85,17 +85,52 @@
directory. However, if you wish to build Struts from source, you will
need to download and install the following packages:
<ul>
- <li><em>Beanutils</em> (Version 1.0 or later)</li>
- <li><em>Collections</em> (Version 1.0 or later)</li>
- <li><em>Digester</em> (Version 1.0 or later)</li>
- </ul></li>
+ <li><em>Beanutils</em> (Version 1.4.1 or later)</li>
+ <li><em>Collections</em> (Version 2.0 or later)</li>
+ <li><em>DBCP</em> (Version 1.0 or later)</li>
+ <li><em>Digester</em> (Version 1.3 or later)</li>
+ <li><em>Discovery</em> (Version 0.1 or later)</li>
+ <li><em>Lang</em> (Version 1.0 or later)</li>
+ <li><em>Logging</em> (Version 1.02 or later)</li>
+ <li><em>Pool</em> (Version 1.01 or later)</li>
+ </ul>
+ </li>
+
+ <li><strong>Jakarta Commons SandBox Packages</strong> - The current version of
Struts utilizes several
+ packages from the <a href="http://jakarta.apache.org/commons/index.html#The
Sandbox">Jakarta
+ Commons Sandbox Project</a>. Before the final release of Struts 1.1 these
packages
+ will be migrated to the Jakarta Commons sections, and officially released. If
you are utilizing a binary distribution of
+ Struts, the corresponding JAR files are included in the <code>lib</code>
+ directory. However, if you wish to build Struts from source, you will
+ need to download and install the following packages:
+ <ul>
+ <li><em>FileUpload</em> (No official release, obtain current
+ <a
href="http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload">Nightly
Build</a>
+ )</li>
+ <li><em>Resources</em> (No official release, obtain current
+ <a
href="http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-resources">Nightly
Build</a>
+ )</li>
+ <li><em>Services</em> (No official release, obtain current
+ <a
href="http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-services">Nightly
Build</a>
+ )</li>
+ </ul>
+ </li>http://jakarta.apache.org/builds/jakarta-commons/nightly/
<li><strong>Xalan XSLT Processor</strong> - If you are building Struts from
the source distribution, you will need a version of Xalan to perform
XSLT transformations. If you are using the JAXP/1.1 XML parser, you
should use the version of <code>xalan.jar</code> shipped with it.
Otherwise, download and install version 1.2 of Xalan from
- <a href="http://xml.apache.org/xalan">here</a>.</li>
+ <a href="http://xml.apache.org/xalan">here</a>.
+ </li>
+
+ <li><strong>Cactus Testing</strong> - If you plan on testing the Struts
applications
+ in this distribution, you must download and install version 1.3
+ of the <a href="http://jakarta.apache.org/cactus">Cactus</a> test framework.
+ This package is also recommended for use in developing your
+ own unit tests for your web applications based on Struts.
+ </li>
+
</ul>
</section>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>