kaz         02/02/25 08:07:00

  Modified:    xdocs    build-file.xml
  Log:
  Updated to reflect the new metrics that can be generated.
  
  Revision  Changes    Path
  1.6       +19 -3     jakarta-turbine-maven/xdocs/build-file.xml
  
  Index: build-file.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/build-file.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build-file.xml    23 Feb 2002 21:55:29 -0000      1.5
  +++ build-file.xml    25 Feb 2002 16:07:00 -0000      1.6
  @@ -63,6 +63,10 @@
             <td>Generate the Javadoc API documentation.</td>
           </tr>
           <tr>
  +          <td>metrics</td>
  +          <td>Generate metric information for the source.</td>
  +        </tr>
  +        <tr>
             <td>jar</td>
             <td> Generates the JAR file (default build target).</td>
           </tr>
  @@ -214,9 +218,9 @@
             The <code>docs</code> target builds the project's HTML
             documentation using DVSL.  This documentation includes a front
             page for the project with links to the list of developers,
  -          mailing-lists, dependencies, and other project specified
  -          documentation in xdoc format.  The documentation for the
  -          project is determined from various elements of the 
  +          mailing-lists, dependencies, source metrics, and other project
  +          specified documentation in xdoc format.  The documentation for
  +          the project is determined from various elements of the 
             <a href="project-descriptor.html#project"><code>project</code></a>
             element of the Maven project descriptor.  In addition, any
             documentation in the <code>xdoc</code> directory is
  @@ -244,6 +248,18 @@
             <code>docs/apidocs</code> directory relative to the base
             directory of the project.  If this directory does not exist,
             it is created.
  +        </p>
  +      </subsection>
  +      <subsection name="metrics">
  +        <p>
  +          The <code>metrics</code> target generates metrics on the
  +          project's source code.  These metrics include dependencies,
  +          number of classes, types of classes, etc.  This information
  +          can be presented in various formats such as text and in a gui.
  +          To use the gui, you must set the Ant property
  +          <code>use.jdepend.gui</code>.  In addition, metrics are
  +          generated as HTML when the <code>docs</code> target is
  +          invoked.
           </p>
         </subsection>
         <subsection name="jar">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to