You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2004/10/31 15:31:36 UTC

[Ant Wiki] New: DocumentingAntBuildFiles

   Date: 2004-10-31T06:31:36
   Editor: TomiSchuetz <to...@yahoo.com>
   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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org