You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by te...@apache.org on 2004/03/12 04:23:43 UTC

cvs commit: ws-site/src/documentation/content/xdocs howtobuild.xml

tetsuya     2004/03/11 19:23:43

  Modified:    src/documentation/content/xdocs howtobuild.xml
  Log:
  HowToBuild - for Committers (description)
  
  Revision  Changes    Path
  1.5       +13 -0     ws-site/src/documentation/content/xdocs/howtobuild.xml
  
  Index: howtobuild.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/howtobuild.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- howtobuild.xml	10 Dec 2003 17:44:32 -0000	1.4
  +++ howtobuild.xml	12 Mar 2004 03:23:43 -0000	1.5
  @@ -67,6 +67,19 @@
               </table>
           </section>
           <section>
  +            <title>For Committers</title>
  +            <p>
  +                The procedure to make changes to http://ws.apache.org/ ...
  +            </p>
  +            <ul>
  +            <li>*cd* into the local "ws-site" CVS dir</li>
  +            <li>execute "ant"</li>
  +            <li>execute "ant replace"</li>
  +            <li>cvs commit</li>
  +            <li>(If you are in a hurry) ssh to www.apache.org, *cd* to /www/ws.apache.org, and execute "cvs update -P"</li>
  +            </ul>
  +        </section>
  +        <section>
               <title>TIPS</title>
               <p>
               You can check whether ws-site will be successfully built or not by following these procedures.