You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mo...@apache.org on 2002/03/28 19:42:07 UTC

cvs commit: jakarta-commons/xdocs releases.xml

morgand     02/03/28 10:42:07

  Modified:    xdocs    releases.xml
  Log:
  documented new Collections build
  
  Revision  Changes    Path
  1.3       +42 -0     jakarta-commons/xdocs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/releases.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- releases.xml	11 Dec 2001 08:12:04 -0000	1.2
  +++ releases.xml	28 Mar 2002 18:42:07 -0000	1.3
  @@ -30,6 +30,8 @@
       of a Commons library package.  The <code>example text</code> consistently
       assumes that we are releasing version <em>1.2</em> of the <em>foo</em>
       package.</p>
  +    
  +    <p><b>For components other than Collections:</b></p>
   
       <ol>
   
  @@ -128,7 +130,47 @@
             </ul><br/><br/></li>
   
       </ol>
  +    
  +    <p><b>For Collections:</b></p>
  +    
  +    <ol>
  +    
  +      <li>Follow steps 1-5 above.</li>
  +      
  +      <li>Review the build.xml file to make sure that the "cvs.tag" 
  +      property is set correctly.  For example,
  +      
  +<pre>
  +&lt;property name="cvs.tag" value="FOO_1_2"/></pre></li>
   
  +      <li>Review the build.properties file to make sure that the 
  +      "cvs.root" property is set correctly.  For example,
  +<pre>
  +## in build.properties where "xyz" is your login
  +cvs.root=:pserver:xyz@localhost:/home/cvs
  +</pre></li>
  +      
  +      <li>From the component directory, run <i>ant clean dist dist-src</i>.</li>
  +      
  +      <li>Upload the binary distribution files to the newly created directory
  +          on daedalus.  For example (where "xyz" is your login),
  +<pre>
  +cd $JAKARTA_COMMONS_HOME/foo/dist
  +scp commons-foo-1.2* \
  + xyz@jakarta.apache.org:/www/jakarta.apache.org/builds/jakarta-commons/release/commons-foo/v1.2/
  +</pre></li>
  +
  +      <li>Copy the release notes to daedalus.  For example (where "xyz" is your login),
  +<pre>
  +cd $JAKARTA_COMMONS_HOME/foo/dist
  +scp RELEASE-NOTES-1.2.html \
  + xyz@jakarta.apache.org:/www/jakarta.apache.org/builds/jakarta-commons/release/commons-foo/v1.2/
  +</pre></li>
  +
  +      <li>Follow steps 10-11 above.</li>
  +      
  +    </ol>
  +  
     </section>
   
    </body>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>