You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/11/16 08:20:43 UTC

svn commit: r1035545 - /axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml

Author: veithen
Date: Tue Nov 16 07:20:43 2010
New Revision: 1035545

URL: http://svn.apache.org/viewvc?rev=1035545&view=rev
Log:
Added instructions to build and update the site.

Modified:
    axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml

Modified: axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml?rev=1035545&r1=1035544&r2=1035545&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml Tue Nov 16 07:20:43 2010
@@ -191,7 +191,17 @@
                     folder and you only need to copy the <tt>X.Y.Z</tt> folder to the right location. Please execute the
                     copy with umask 0002 and check that the files and directories have the right permissions (write access for the
                     <tt>axis</tt> group).</li>
-                    <li>TODO: instructions to build and update the site</li>
+                    <li>Check out the current Axis2 site from <a href="https://svn.apache.org/repos/asf/axis/axis2/java/core/site/">https://svn.apache.org/repos/asf/axis/axis2/java/core/site/</a>
+                    and synchronize it with the site for the new release. The site should have been generated during the
+                    release build and can be found in the <tt>target/checkout/target/site</tt>. Alternatively you can
+                    check out the release tag and rebuild the site using <tt>mvn site</tt>, or extract it from the
+                    documents distribution. Axiom has a script (see <tt>etc/syncsite.py</tt>) that can be used to
+                    synchronize the site in Subversion. It takes care of executing the relevant <tt>svn add</tt>
+                    and <tt>svn remove</tt> commands on the local working copy of the site.</li>
+                    <li>Login to <tt>people.apache.org</tt> and update the local working copy of the site:
+<pre>umask 0002
+cd /www/axis.apache.org/axis2/java/core
+svn update</pre></li>
                 </ol>
                 <p>It may take several hours before everything has been synchronized. Before proceeding, check that</p>
                 <ul>