Clad : Class Diagramer for Java.

Features:
Sample task usage :
   <clad outputname="Hello.html" outputdir="build/classes"
       classes="^javax\.swing\.J,^javax\.swing\.AbstractButton,^javax\.swing\.text\.JTextComponent">
     <classpath>
       <pathelement location="C:/jdk1.3.1/jre/lib/rt.jar"/>
     </classpath>
   </clad>
To test from Source:
  1. ant
  2. ant -buildfile tests.xml
  3. point your browser at build/classes/Hello.html

See live sample

Yes, it needs work!

Clad uses Regular Expression from Apache and BeanShell from www.beanshell.org


- Paul H