Hi all,
I would like to specify UmlGraph as the doclet for the javadoc task, but I'm
not successfull. For simplicity I use the UmlGraph.jar inside the project
and the folowinf configuration:
javadoc {
options.doclet = 'org.umlgraph.doclet.UmlGraphDoc'
options.docletClasspath << file('lib/build/UmlGraph.jar')
}
but there is error (I'm sure the jar is there):
javadoc: error - Cannot find doclet class org.umlgraph.doclet.UmlGraphDoc
So the question is how to specify the path to find the doclet jar (ideally
using the dependency resolving).
Next question is how to specify params for doclet, because in ant I specify:
<doclet name="org.umlgraph.doclet.UmlGraphDoc"
path="${libDir}/build/UmlGraph.jar">
</doclet>
Thanks Jirka
--
View this message in context:
http://old.nabble.com/Gradle-0.9-preview-1-and-javadoc-doclet-UmlGraph-tp28327370p28327370.html
Sent from the gradle-user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email