Note: can't you simply use html to include the picture? - Romain
2012/5/9 Romain Manni-Bucau <rmannibu...@gmail.com> > Hi Nestor, > > that's currently not *planned* but it could be added (i'm not sure when > i'll be able to work on it). > > since the project is now on github any contribution is welcomed ;) > > what's your issue? > > - Romain > > > > 2012/5/9 Nestor Urquiza <nestor.urqu...@gmail.com> > >> Hi Romain, >> >> >For the javadoc integration a doclet should do the trick (or a simple >> link >> >to generated pictures). >> >> Can you help a little bit on this one? I would like to get the diagram >> built >> when I generate the javadocs just as I get my UML using the below. Are you >> planning to have a doclet implemented any time soon? >> >> <reporting> >> <plugins> >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-javadoc-plugin</artifactId> >> <version>2.8.1</version> >> <configuration> >> <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> >> <docletArtifact> >> <groupId>org.umlgraph</groupId> >> <artifactId>doclet</artifactId> >> <version>5.1</version> >> </docletArtifact> >> <show>private</show> >> <additionalparam>-all -constructors</additionalparam> >> <useStandardDocletOptions>false</useStandardDocletOptions> >> </configuration> >> </plugin> >> </plugins> >> </reporting> >> >> Thanks! >> -Nestor >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/diagram-generator-tp4375588p5698174.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> > >