You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/09/13 20:02:33 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs howto_build.xml book.xml todo.xml news.xml changes.xml

vmassol     2002/09/13 11:02:33

  Modified:    documentation/docs/xdocs book.xml todo.xml news.xml
                        changes.xml
  Added:       documentation/docs/xdocs howto_build.xml
  Log:
  new tutorial explaining how to build Cactus from the sources
  
  Revision  Changes    Path
  1.17      +1 -0      jakarta-cactus/documentation/docs/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/book.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- book.xml	25 Aug 2002 13:37:30 -0000	1.16
  +++ book.xml	13 Sep 2002 18:02:33 -0000	1.17
  @@ -100,6 +100,7 @@
       <menu-item label="Coding Conventions" source="coding_conventions.xml"/>
       <menu-item label="Build results" source="build_result.xml"/>
       <menu-item label="Release Checklist" source="release_checklist.xml"/>
  +    <menu-item label="Build from sources" source="howto_build.xml"/>
     </menu>
   
   </book>
  
  
  
  1.27      +0 -3      jakarta-cactus/documentation/docs/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/todo.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- todo.xml	10 Sep 2002 20:31:12 -0000	1.26
  +++ todo.xml	13 Sep 2002 18:02:33 -0000	1.27
  @@ -43,9 +43,6 @@
           Add documentation for a new way to start Cactus tests by using the
           Jetty Initializer.
         </action>
  -      <action>
  -        Add a tutorial for building Cactus from the source distribution.
  -      </action>
         <action assigned-to="Vincent Massol">
           Fix Clover reports as they seem broken. They do not count any tests
           executed on the server. Overall coverage is reported as 45% whereas
  
  
  
  1.17      +10 -0     jakarta-cactus/documentation/docs/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/news.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- news.xml	31 Aug 2002 21:46:23 -0000	1.16
  +++ news.xml	13 Sep 2002 18:02:33 -0000	1.17
  @@ -179,6 +179,16 @@
   
           <tr>
             <td>
  +            13/09/2002
  +          </td>
  +          <td>
  +            New tutorial that explains how to build Cactus from the sources.
  +            Check the <link href="howto_build.html">Build Howto</link> now !
  +          </td>
  +        </tr>
  +
  +        <tr>
  +          <td>
               31/08/2002
             </td>
             <td>
  
  
  
  1.49      +4 -0      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- changes.xml	8 Sep 2002 17:52:46 -0000	1.48
  +++ changes.xml	13 Sep 2002 18:02:33 -0000	1.49
  @@ -49,6 +49,10 @@
   
       <release version="1.5" date="- in CVS">
         <action dev="VMA" type="add">
  +        Added a <link href="howto_build.html">tutorial</link> that explains how
  +        to build Cactus from the sources.
  +      </action>
  +      <action dev="VMA" type="add">
           Added a Jetty Sample application to demonstrate how to use the new
           Jetty initializer.
         </action>
  
  
  
  1.2       +163 -0    jakarta-cactus/documentation/docs/xdocs/howto_build.xml
  
  
  
  

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