morgand 02/03/28 10:41:59
Modified: docs releases.html
Log:
documented new Collections build
Revision Changes Path
1.19 +39 -0 jakarta-commons/docs/releases.html
Index: releases.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/releases.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- releases.html 4 Mar 2002 04:27:26 -0000 1.18
+++ releases.html 28 Mar 2002 18:41:59 -0000 1.19
@@ -156,6 +156,7 @@
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>
<li>Announce your proposed release of a particular package to the
@@ -252,6 +253,44 @@
<li>[EMAIL PROTECTED]</li>
</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>
+<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* \
+
[EMAIL PROTECTED]:/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 \
+
[EMAIL PROTECTED]:/www/jakarta.apache.org/builds/jakarta-commons/release/commons-foo/v1.2/
+</pre></li>
+
+ <li>Follow steps 10-11 above.</li>
+
</ol>
</blockquote>
</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>