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

Articles

Enhance Ant with XSL transformations

Ant is a powerful tool for scripting build processes. When combined with XSLT, Ant's power and flexibility increase dramatically. Here, Jim explains and illustrates this concept using real world examples from his previous experience.

URL

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

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

AntGraph

Antgraph generates graphical charts for any Ant buildfile.

URL

  • No labels