Do we have to spell it out? Okay... V-O-T-E! Login and vote now.
By aalmiray
via java.dzone.com
Published: Aug 21 2008 / 17:49
![]() | |
| BIRT 3.7 | |
| Written by: Michael Williams | |
| Featured Refcardz: Top Refcardz: | |
| 150+ Refcardz Available · Get them all | |
By aalmiray
via java.dzone.com
Published: Aug 21 2008 / 17:49
Comments
harisgx replied ago:
this is a good resource
mostlyharmless replied ago:
It's missing one thing:
meeras replied ago:
Thanks, mostlyharmless.
Dan Dyer replied ago:
Looks interesting. Does it only render inheritance/implementation relationships, or does it also show composition, aggregation, etc?
meeras replied ago:
Yes, Daniel. It does using the following tags. I could have gone way more detailed in the article, but decided to keep it simple.
1. aggregation relationships (specified using the javadoc @has tag)
2. composition relationships (specified using the javadoc @composed tag)
3. dependency relationships (specified using the javadoc @depend tag)
nitinaggarwalin replied ago:
I order to get it working using Maven2. Do we need to specify some goals???
I am trying to get it working with maven 2
i have added the
>
>
>
>maven-javadoc-plugin>
>2.3>
>
>org.umlgraph.doclet.UmlGraphDoc>
>
>gr.spinellis>
>UmlGraph>
>5.0>
>
>
-inferrel -inferdep -quiet -hide java.* -collpackages java.util.* -qualify -postfixpackage -nodefontsize 9
-nodefontpackagesize 7
>
>
>
>
>
to my project pom.
nitinaggarwalin replied ago:
I order to get it working using Maven2. Do we need to specify some goals???
I am trying to get it working with maven 2
i have added the
>
>
>
>maven-javadoc-plugin>
>2.3>
>
>org.umlgraph.doclet.UmlGraphDoc>
>
>gr.spinellis>
>UmlGraph>
>5.0>
>
>
-inferrel -inferdep -quiet -hide java.* -collpackages java.util.* -qualify -postfixpackage -nodefontsize 9
-nodefontpackagesize 7
>
>
>
>
> to my project pom.
joelp replied ago:
This is a great resource and great add on's in the comments section - thanks
Voters For This Link (71)
Voters Against This Link (3)