On 2/21/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
+1 to Alpha, but with a note. The JavaDocs included in binary distribution have missing image links, and I have filed a JIRA issue for that: http://issues.apache.org/struts/browse/TILES-119 For me it's ok for an alpha, anyway someone could find this problem unacceptable to release it.
Sorry about that. For a while I was the only one building and publishing the website. The Javadoc plugin is configured to use an alternate doclet which generates UML diagrams from the code. For example: http://tiles.apache.org/tiles-core/apidocs/org/apache/tiles/definition/package-summary.html (Though I have not figured out why it's using that weird font and not plain arial!) Unfortunately, UmlGraphDoclet requires that GraphViz is installed (and the executables are available on your path). http://www.graphviz.org/ I realize this introduces an external dependency to the Maven build. :( Feel free to remove it, or, if no one objects, we could document this in "how to build Tiles". Only the release manager would really need to have it installed. The Javadoc still "works" without the images, it just has broken image links. -- Wendy
