bodewig 2003/11/27 07:18:39 Modified: docs external.html xdocs external.xml Log: Add pointer to 'Dependency Finder', submitted by Jean Tessier Revision Changes Path 1.147 +56 -0 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.146 retrieving revision 1.147 diff -u -r1.146 -r1.147 --- external.html 20 Nov 2003 16:11:41 -0000 1.146 +++ external.html 27 Nov 2003 15:18:39 -0000 1.147 @@ -848,6 +848,62 @@ </tr> </table> <h4 class="subsection"> + <a name="Dependency Finder"></a> + Dependency Finder + </h4> + <p>Dependency Finder extracts dependencies and OO metrics from + Java class files produced by most Java compilers. It can compute + API differences between versions; no sources needed. It includes + Ant tasks, web, Swing, and command-line interfaces, with XSL + stylesheets for formatting output.</p> + <p>You can use it to extract dependencies between packages, classes, + or even methods, or any combination thereof. You can use Perl + regular expressions to filter the information and pinpoint only + what you need. There is even a Web Application version (WAR file) + so a whole group of developers can share a common view.</p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Tested with 1.5.3, should work with 1.4+. + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://depfind.sourceforge.net/">http://depfind.sourceforge.net/</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="mailto:[EMAIL PROTECTED]">Jean Tessier</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + BSD-like License + </td> + </tr> + </table> + <h4 class="subsection"> <a name="Doxygen task"></a> Doxygen task </h4> 1.108 +33 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- external.xml 14 Nov 2003 13:32:10 -0000 1.107 +++ external.xml 27 Nov 2003 15:18:39 -0000 1.108 @@ -392,6 +392,39 @@ </table> </subsection> + <subsection name="Dependency Finder"> + <p>Dependency Finder extracts dependencies and OO metrics from + Java class files produced by most Java compilers. It can compute + API differences between versions; no sources needed. It includes + Ant tasks, web, Swing, and command-line interfaces, with XSL + stylesheets for formatting output.</p> + + <p>You can use it to extract dependencies between packages, classes, + or even methods, or any combination thereof. You can use Perl + regular expressions to filter the information and pinpoint only + what you need. There is even a Web Application version (WAR file) + so a whole group of developers can share a common view.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Tested with 1.5.3, should work with 1.4+.</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://depfind.sourceforge.net/">http://depfind.sourceforge.net/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">Jean Tessier</a></td> + </tr> + <tr> + <th>License:</th> + <td>BSD-like License</td> + </tr> + </table> + </subsection> + <subsection name="Doxygen task"> <p>There are two Ant tasks for running the Doxygen documentation system.</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]