husted 01/07/05 04:42:10
Modified: doc project.xml installation.xml
Added: doc release-notes.xml
Log:
Add release notes for nightly build and update menu links. Add note to installation
page regarding Struts jar [bugzilla 2163 - [EMAIL PROTECTED]].
Revision Changes Path
1.7 +9 -11 jakarta-struts/doc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.xml 2001/06/15 23:35:40 1.6
+++ project.xml 2001/07/05 11:42:07 1.7
@@ -6,17 +6,15 @@
<title>Struts Framework</title>
<menu name="Documentation">
- <item name="Home" href="index.html"/>
- <item name="Installation" href="installation.html"/>
- <item name="User Guide (1.0)" href="userGuide/index.html"/>
- <item name="Javadoc" href="api/index.html"/>
- <item name="Release Notes (1.0b1)" href="release-notes-1.0-b1.html"/>
- <item name="Release Notes (1.0b2)" href="release-notes-1.0-b2.html"/>
- <item name="Release Notes (1.0b3)" href="release-notes-1.0-b3.html"/>
- <item name="Release Notes (1.0)" href="release-notes-1.0.html"/>
- <item name="Resources" href="userGuide/resources.html"/>
- <item name="Who We Are" href="userGuide/volunteers.html"/>
- <item name="TODO List (1.1)" href="todo-1.1.html"/>
+ <item name="Home" href="index.html"/>
+ <item name="Installation" href="installation.html"/>
+ <item name="User Guide (1.0)" href="userGuide/index.html"/>
+ <item name="Javadoc" href="api/index.html"/>
+ <item name="Release Notes (nightly)" href="release-notes.html"/>
+ <item name="Release Notes (1.0)" href="release-notes-1.0.html"/>
+ <item name="Resources" href="userGuide/resources.html"/>
+ <item name="Who We Are" href="userGuide/volunteers.html"/>
+ <item name="TODO List (1.1)" href="todo-1.1.html"/>
</menu>
<menu name="Java Developer Guides">
1.6 +7 -0 jakarta-struts/doc/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/installation.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- installation.xml 2001/06/15 23:35:40 1.5
+++ installation.xml 2001/07/05 11:42:07 1.6
@@ -130,6 +130,13 @@
files included in a binary distribution of Struts, as described
in the following section.</p>
+ <p>IMPORTANT NOTE: The <code>struts.jar</code> must be in your classpath when
+ compiling Struts. The <code>build.xml</code> provided does this automatically.
+ If you use your development machine to test Struts application locally, be
+ sure that the <code>stuts.jar</code> is NOT on your classpath when your
+ container is running. </p>
+
+
</section>
<section name="Install A Struts Binary Distribution" href="Installing">
1.1 jakarta-struts/doc/release-notes.xml
Index: release-notes.xml
===================================================================
<?xml version="1.0"?>
<document url="./release-notes-1.0.xml">
<properties>
<author>Craig R. McClanahan</author>
<author>Robert Leland</author>
<author>Ted Husted</author>
<title>Struts Release Notes (Version 1.x)</title>
</properties>
<body>
<section name="Introduction" href="Introduction">
<p>This document contains the release notes for
<strong>nightly release</strong> of the Struts Framework,
and covers changes that have taken place since
<a href="release-notes-1.0.html">Version 1.0</a>
was released. The following sections cover
<a href="#New">New Features</a> and <a href="#Changes">Changes</a>
to Struts.</p>
</section>
<section name="What's Included?" href="Included">
<p>The binary distribution of this release includes the following
files relevant to Struts 1.0:</p>
<ul>
<li><code>INSTALL</code> - Brief installation instructions. See
the <code>Struts Documentation Application</code>, or online at
<a
href="http://jakarta.apache.org/struts/">http://jakarta.apache.org/struts/</a>
for more information.</li>
<li><code>LICENSE</code> - The Apache Software Foundation license that
defines the terms under which you can use Struts (and other software
licensed by Apache).</li>
<li><code>README</code> - A brief introduction to Struts.</li>
<li><code>lib/</code> - Directory containing files you will need in
your own applications. The individual files of interest are:
<ul>
<li><code>struts.jar</code> - JAR file that contains the compiled
Java classes for both version 0.5 and 1.0 of Struts. You must
place this file in the <code>/WEB-INF/lib</code> directory of
your web application.</li>
<li><code>struts-xxxxx.tld</code> - The tag library descriptor files
for the Struts 1.0 tag libraries (bean, html, logic, and
template). You must place these files in the <code>/WEB-INF</code>
directory of your web application, and reference them with
appropriate <code><taglib></code> directives in your
web.xml file. <strong>NOTE</strong> - The struts-form.tld
file is deprecated; you should use the struts-html.tld file
instead.</li>
<li><code>jdbc2_0-stdext.jar</code> - The JDBC 2.0 Optional Package
API classes (package <code>javax.sql</code>). You will need to
include this file in the <code>/WEB-INF/lib</code> directory
of your application, if it is not already made visible to web
applications by your servlet container.</li>
<li><code>struts-config_1_0.dtd</code> - The document type descriptor
(DTD) for the Struts configuration file (which is typically named
<code>/WEB-INF/struts-config.xml</code>. Your configuration file
will be validated against an internal copy of this DTD -- this
copy is available for reference purposes only.</li>
<li><code>web-app_2_2.dtd</code> - The document type descriptor (DTD)
for web.xml files conforming to the Servlet 2.2 specification.
This copy is for reference purposes only.</li>
<li><code>web-app_2_3.dtd</code> - The document type descriptor (DTD)
for web.xml files conforming to the Servlet 2.3 specification.
This copy is for reference purposes only.</li>
</ul></li>
<li><code>webapps/</code> - Web Application Archive (WAR) files for the
web applications that are included with Struts.</li>
</ul>
</section>
<section name="What's New?" href="New">
<p><strong>DEPRECATIONS</strong>:</p>
<ul>
<li><code>struts-config.dtd</code> in favor of
<code>struts-config_1_1.dtd</code>.</li>
</ul>
<p>The following new features have been added to the basic controller
framework (package <code>org.apache.struts.action</code>):</p>
<ul>
<li>None.</li>
</ul>
<p>The following new features have been added to the utility classes
(package <code>org.apache.struts.util</code>):</p>
<ul>
<li>None.</li>
</ul>
<p>The following new features have been added to the
<em>struts-html</em> custom tag library (package
<code>org.apache.struts.taglib.html</code>):</p>
<ul>
<li>Added 'name', 'property' and 'scope' attributes to <bean:message> so that
the message resource key can be obtained dynamically from a bean.</li>
</ul>
<p>The following new features have been added to the
<em>struts-logic</em> custom tag library (package
<code>org.apache.struts.taglib.logic</code>):</p>
<ul>
<li>None.</li>
</ul>
<p>The following new features have been added to the
<em>struts-template</em> custom tag library (package
<code>org.apache.struts.taglib.template</code>):</p>
<ul>
<li>None.</li>
</ul>
<p>The following new features have been added to the Struts Documentation
application (and corresponding contents on the Struts web site):</p>
<ul>
<li>None.</li>
</ul>
</section>
<section name="Changes and Bug Fixes" href="Changes">
<p>The following changes and bug fixes have occurred in the configuration
files related to Struts:</p>
<ul>
<li>Remove deprecated support for the old (Struts 0.5) configuration file
format.</li>
</ul>
<p>The following changes and bug fixes have occurred in the basic
controller framework (package <code>org.apache.struts.action</code>):</p>
<ul>
<li>None.</li>
</ul>
<p>The following changes and bug fixes have occurred in the file upload
package (package <code>org.apache.struts.upload</code>):</p>
<ul>
<li>Additional fix for file corruption problem with uploads and new line
characters.</li>
</ul>
<p>The following changes and bug fixes have occurred in the utilities
(package <code>org.apache.struts.util</code>):</p>
<ul>
<li>None.</li>
</ul>
<p>The following changes and bug fixes have occured in the
<em>struts-bean</em> custom tag library (package
<code>org.apache.struts.taglib.bean</code>):</p>
<ul>
<li>The <code><html:errors></code> when the property tag is
specified, errors are no longer printed if the specified property
has no errors. Previously errors were always printed ! Future
enhancements would include additional attributes to always turn
off the header or footer. </li>
<li>Make the remaining helper methods "protected" rather than
"private".</li>
</ul>
<p>The following changes and bug fixes have occured in the
<em>struts-html</em> custom tag library (package
<code>org.apache.struts.taglib.html</code>):</p>
<ul>
<li>None.</li>
</ul>
<p>The following changes and bug fixes have occurred in the
<em>struts-logic</em> custom tag library (package
<code>org.apache.struts.taglib.logic</code>):</p>
<ul>
<li>None.</li>
</ul>
<p>The following changes and bug fixes to the Struts Documentation
application (and corresponding contents on the Struts web site) have
occurred:</p>
<ul>
<li>None.</li>
</ul>
<p>The following changes and bug fixes to the Struts Example Application
have occurred:</p>
<ul>
<li>None.</li>
</ul>
<p>The following changes and bug fixes to the Struts Template Example
Application have occurred:</p>
<ul>
<li>None.</li>
</ul>
</section>
</body>
</document>