You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/14 10:20:02 UTC

cvs commit: jakarta-avalon-excalibur/info/src/xdocs tasks.xml menu.xml

donaldp     2002/09/14 01:20:02

  Modified:    info/src/xdocs menu.xml
  Added:       info/src/xdocs tasks.xml
  Log:
  Start to flesh out documentation wrt to tasks.
  
  Revision  Changes    Path
  1.4       +3 -0      jakarta-avalon-excalibur/info/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/xdocs/menu.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- menu.xml	14 Sep 2002 08:05:27 -0000	1.3
  +++ menu.xml	14 Sep 2002 08:20:02 -0000	1.4
  @@ -14,5 +14,8 @@
           <menu name="Specifications">
               <item name="Context Entry Spec" href="/context.html"/>
           </menu>
  +        <menu name="Tools">
  +            <item name="Ant Tasks" href="/tasks.html"/>
  +        </menu>
       </body>
   </project>
  
  
  
  1.1                  jakarta-avalon-excalibur/info/src/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
      <properties>
          <title>Ant Tasks</title>
          <author email="peter at apache.org">Peter Donald</author>
      </properties>
      <body>
          <section name="Introduction">
              <p>The Info toolkit has a number of Ant (and <a href="xdoclet.html">
              XDoclet</a>) tasks associated with it to ease development.
              The Ant tasks include;</p>
              <ul>
                  <li><a href="#serialize">serialize-info</a>: a task used
                  to compile xml descriptors into a binary format. This is
                  useful in containers where the overhead of xml descriptors
                  is not justified.</li>
                  <li><a href="#verify">component-verify</a>: a task used
                  to verify a component class is valid and conforms to its
                  descriptor.</li>
              </ul>
          </section>
          <section name="Tasks">
              <subsection name="serialize-info">
                  <a name="serialize" />
                  <p>TODO: Describe example usage here</p>
              </subsection>
              <subsection name="component-verify">
                  <a name="verify" />
                  <p>TODO: Describe example usage here</p>
              </subsection>
          </section>
      </body>
  </document>
  
  
  

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