Date: 2004-10-31T06:31:36 Editor: TomiSchuetz <[EMAIL PROTECTED]> Wiki: Ant Wiki Page: DocumentingAntBuildFiles URL: http://wiki.apache.org/ant/DocumentingAntBuildFiles
no comment New Page: = Motivation = Considering Ant build files as code which has to be maintained, it should be documented like other code as well. = Textual Documentation = == AntDoc == Antdoc is an automatic Ant script documentation generation, in the same spirit as the must Javadoc. This documentation enables to directly execute Ant build files. __URL__ * http://antdoc.free.fr/ = Visual Documentation = == Grand == Grand is a tool to create visual representation of ant target dependencies. It works by taking a ant build file and creating a "dot" file. This file need to be post-processed with Graphviz to produce the actual graph. __URL__ * http://www.ggtools.net/grand/ * http://www.graphviz.org/ == Vizant == Vizant is an Apache Ant task to create Graphviz DOT source code from an Ant buildfile. The image created from the DOT source code shows the targets dependency. __URL__ * http://vizant.sourceforge.net/ * http://www.graphviz.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]