Browse Source

Add pointer to 'Dependency Finder', submitted by Jean Tessier

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275706 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
bd2a1ee7b7
2 changed files with 89 additions and 0 deletions
  1. +56
    -0
      docs/external.html
  2. +33
    -0
      xdocs/external.xml

+ 56
- 0
docs/external.html View File

@@ -845,6 +845,62 @@
valign="top" align="left"> valign="top" align="left">
LGPL LGPL
</td> </td>
</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:jeantessier@users.sourceforge.net">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> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 33
- 0
xdocs/external.xml View File

@@ -392,6 +392,39 @@
</table> </table>
</subsection> </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:jeantessier@users.sourceforge.net">Jean Tessier</a></td>
</tr>
<tr>
<th>License:</th>
<td>BSD-like License</td>
</tr>
</table>
</subsection>

<subsection name="Doxygen task"> <subsection name="Doxygen task">
<p>There are two Ant tasks for running the Doxygen <p>There are two Ant tasks for running the Doxygen
documentation system.</p> documentation system.</p>


Loading…
Cancel
Save