You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2001/06/16 01:35:41 UTC

cvs commit: jakarta-struts/doc index.xml installation.xml project.xml release-notes-1.0.xml

craigmcc    01/06/15 16:35:41

  Modified:    doc      index.xml installation.xml project.xml
                        release-notes-1.0.xml
  Log:
  Port changes to HEAD branch.  NOTE:  The index.xml file is *not*
  identical, because I've removed the links to the obsolete docs.
  
  Revision  Changes    Path
  1.6       +8 -11     jakarta-struts/doc/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml	2001/06/03 00:25:09	1.5
  +++ index.xml	2001/06/15 23:35:40	1.6
  @@ -45,20 +45,17 @@
   
     <section name="Acquiring Struts" href="Acquiring">
   
  -  <p>A new beta release, <strong>Struts 1.0-beta-3</strong> has been
  -  created and made available at
  -  <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0-b3">
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0-b3</a>.  The
  +  <p>The final release of <strong>Struts 1.0</strong> has been created and
  +  made available at
  +  <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0">
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0</a>.  The
     source code for this version of Struts can also be downloaded at
  -  <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0-b3/src">
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0-b3/src</a>.
  -  This release is considered to be of production quality, and only bug fixes
  -  will occur between this release and an upcoming <strong>Struts 1.0</strong>
  -  final release.</p>
  +  <a href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src">
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src</a>.</p>
   
  -  <p>Check the <a href="release-notes-1.0-b3.html">Release Notes</a>
  +  <p>Check the <a href="release-notes-1.0.html">Release Notes</a>
     for a summary of what new features have been added, and other significant
  -  changes, since the Struts 1.0-beta-2 release.</p>
  +  changes, since the Struts 1.0-beta-3 release.</p>
   
     <hr width="75%"/>
     
  
  
  
  1.5       +7 -0      jakarta-struts/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/installation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- installation.xml	2001/04/17 14:40:26	1.4
  +++ installation.xml	2001/06/15 23:35:40	1.5
  @@ -248,6 +248,13 @@
           CLASSPATH that is submitted to the compiler.</li>
       </ul>
   </section> <section name="Installing Struts with your servlet container" href="Containers"> 
  +
  +<p><strong>WARNING</strong> - Do <strong>NOT</strong> add
  +<code>struts.jar</code> to the classpath of your servlet container in an
  +attempt to avoid placing it in the <code>/WEB-INF/lib</code> directory of
  +each individual web app!  Doing so will cause problems with
  +<code>ClassNotFoundException</code> exceptions.</p>
  +
   <p>For most containers, you need only to: </p>
   <ul>
     <li>Copy the WAR files in your Struts <code>/webapp</code> directory to your 
  
  
  
  1.6       +1 -6      jakarta-struts/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	2001/06/15 01:48:58	1.5
  +++ project.xml	2001/06/15 23:35:40	1.6
  @@ -8,7 +8,7 @@
       <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="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"/>
  @@ -42,11 +42,6 @@
           <item name="HTML Tags"          href="struts-html.html"/>
           <item name="Logic Tags"         href="struts-logic.html"/>
           <item name="Template Tags"      href="struts-template.html"/>
  -    </menu>
  -
  -    <menu name="Old Documents">
  -        <item name="Tag Library (Old)"  href="tags.html"/>
  -        <item name="User's Guide (Old)" href="users_guide.html"/>
       </menu>
   
   </project>
  
  
  
  1.3       +13 -0     jakarta-struts/doc/release-notes-1.0.xml
  
  Index: release-notes-1.0.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/release-notes-1.0.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- release-notes-1.0.xml	2001/06/14 00:24:03	1.2
  +++ release-notes-1.0.xml	2001/06/15 23:35:40	1.3
  @@ -150,6 +150,11 @@
       <em>struts-logic</em> custom tag library (package
       <code>org.apache.struts.taglib.logic</code>):</p>
       <ul>
  +    <li>The <code>&lt;logic:iterate&gt;</code> tag now supports a new
  +        attribute, <code>indexId</code>.  This attribute names a page scope
  +        attribute (and corresponding scripting variable) that will be
  +        exposed in the nested body of the iteration, which will contain
  +        the current loop index as a java.lang.Integer.</li>
       </ul>
   
       <p>The following new features have been added to the
  @@ -193,6 +198,13 @@
           <code>setMultipartRequestHander()</code> if appropriate) first.</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>Fixed a bug that could cause corruption in the uploaded file,
  +        by converting sequences of \r\n\n into \r\n\r\n.</li>
  +    </ul>
  +
       <p>The following changes and bug fixes have occurred in the utilities
       (package <code>org.apache.struts.util</code>):</p>
       <ul>
  @@ -256,6 +268,7 @@
           pages that formerly emitted <code>&lt;project&gt;</code> tags in the
           generated HTML, and generated incorrect references to link colors in
           the navigation bar.</li>
  +    <li>Added a "Who We Are" page to the documentation.</li>
       </ul>
   
       <p>The following changes and bug fixes to the Struts Example Application