You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2004/07/15 13:30:40 UTC

cvs commit: jakarta-struts/doc acquiring.xml releases.xml

husted      2004/07/15 04:30:40

  Modified:    doc      acquiring.xml releases.xml
  Log:
  Add links to development Maven repository
  
  Revision  Changes    Path
  1.18      +21 -17    jakarta-struts/doc/acquiring.xml
  
  Index: acquiring.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/acquiring.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- acquiring.xml	12 Jul 2004 02:53:00 -0000	1.17
  +++ acquiring.xml	15 Jul 2004 11:30:40 -0000	1.18
  @@ -20,7 +20,7 @@
       <p>
       The latest <em>production release</em> of Struts is
       available in a convenient binary distribution and also with complete
  -    source code. 
  +    source code.
       </p>
   
           <p>
  @@ -31,7 +31,7 @@
           </p>
   
       <ul>
  -        
  +
       <li>
           <a href="http://jakarta.apache.org/site/binindex.cgi">
           <strong>Struts Binary Distribution - Struts 1.1 is the best available version</strong></a>
  @@ -48,15 +48,15 @@
       <strong>In addition to a Struts distribution,</strong> you will need to ensure that you have
       downloaded and installed all of the
       <a href="userGuide/installation.html#Prerequisites">
  -    prerequisite</a> software applications. 
  +    prerequisite</a> software applications.
       Then, follow the appropriate instructions to
       <a href="userGuide/installation.html#Installing">
  -    install and use a Struts binary distribution</a> in your web application 
  +    install and use a Struts binary distribution</a> in your web application
       or for
       <a href="userGuide/installation.html#Building">
       building Struts from the source distribution</a>.
       </p>
  -    
  +
   </section>
   
   <section name="Development Releases" href="Releases">
  @@ -70,6 +70,10 @@
               <a href="http://cvs.apache.org/dist/struts">Struts Development
                   Releases - Not yet rated "General Availability".</a>
           </li>
  +            <li>
  +                <a href="http://cvs.apache.org/repository/struts/">Struts Development
  +                    Repository (Maven) - Not yet rated "General Availability".</a>
  +            </li>
           </ul>
   
   </section>
  @@ -77,33 +81,33 @@
   <section name="Nightly Builds" href="Builds">
   
       <p>
  -    For developers who are helping to develop Struts, or who just want "the 
  -    latest bits", the latest development version is made available each morning. 
  +    For developers who are helping to develop Struts, or who just want "the
  +    latest bits", the latest development version is made available each morning.
       Use at your own risk!
       </p>
   
       <ul>
  -        
  +
       <li>
           Nightly builds - Download the source directly via
           <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">
           Anonymous CVS</a>.
       </li>
  -    
  +
       <li>
           Nightly builds - Download the binary distributions from the
          <a href="http://cvs.apache.org/builds/jakarta-struts/nightly">
           Struts nightly builds directory</a>.
       </li>
  -    
  +
       <li>
           Nightly builds - Download the source distributions from the
           <a href="http://cvs.apache.org/builds/jakarta-struts/nightly/src">
           Struts nightly build source directory</a>.
       </li>
  -    
  +
       </ul>
  -    
  +
       <p>
           If you are building Struts from source, be sure to refer to the
           <a href="userGuide/installation.html">Installation page</a> in the
  @@ -111,14 +115,14 @@
           There are several JARs from the Jakarta Commons project that
           are required to build Struts.
       </p>
  -    
  +
       <p>
  -    If you are interested in the Tag Library Descriptor (TLD) files, 
  -    they are maintained in the 
  +    If you are interested in the Tag Library Descriptor (TLD) files,
  +    they are maintained in the
       <a href="http://cvs.apache.org/viewcvs/jakarta-struts/conf/share/">
       /conf/share</a> folder of the main repository.
       </p>
  -    
  +
       <p>
       Also be sure to check the
       <a href="userGuide/release-notes.html">
  @@ -127,7 +131,7 @@
   
       <p>
       Access to the CVS source repository for Struts is available through both
  -    <a href="http://cvs.apache.org/viewcvs/jakarta-struts/">web browser</a> 
  +    <a href="http://cvs.apache.org/viewcvs/jakarta-struts/">web browser</a>
       and
       <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">
       CVS client</a> interfaces.
  
  
  
  1.9       +1 -1      jakarta-struts/doc/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/releases.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- releases.xml	7 Jul 2004 10:03:24 -0000	1.8
  +++ releases.xml	15 Jul 2004 11:30:40 -0000	1.9
  @@ -17,7 +17,7 @@
       <section href="Releases" name="Release Guidelines">
         <p>A 
         <a href="http://jakarta.apache.org/commons/versioning.html">point release</a> should be made before and after any product change that is not a "fully-compatible change" (see link). This includes moving a dependency from an internal package to an external product, including products distributed through the Jakarta Commons. We should place any fully-compatible changes in the hands of the community before starting on a change that is only "interface" or "external-interface" compatible.</p>
  -      <p>A fully-compatible point release does not always need a "preview" beta or milestone release. If appropriate, a Release Candidate can be cut, uploaded to the Release Manager's home directory on cvs.apache.org (~/public_html), and voted to be released to the general public from there.</p>
  +      <p>A fully-compatible point release does not always need a "preview" beta or milestone release. If appropriate, a Release Candidate can be cut, uploaded to the development distribution directories on cvs.apache.org (/www/cvs.apache.org/dist/struts/ and http://cvs.apache.org/repository/struts/), and voted to be released to the general public from there. </p>
         <p>Any release should follow the same general process used by the Jakarta Commons and the Apache HTTP Server project.</p>
         <ul>
           <li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org