Grand is a set of tools to create a visual representation of Ant target dependencies. It works by taking an Ant build file and creating a "dot" file. It differs from the existing tools by relying on the Ant API rather than XML parsing to get the dependencies. It includes many advanced features such as filtering or rendering depending on the target's nature.
| Tags | Software Development Build Tools Libraries Java Libraries |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: Ant was updated to 1.6.3. The build process was fixed.


Changes: A dependency with some internal Java 5.0 classes which prevented the graph from being displayed when used with JRE 1.4.2 was fixed.


Changes: A new "export as image" feature was added. Support for the new target element in ant and antcall was added. The behavior when targets with the same name exist in several files was improved. Minor improvements and bugfixes were made.


Changes: Support for the new target element in ant and antcall was added. The behavior when targets with the same name exist in several files was improved.


Changes: The UI now support scrolling in and out using the mouse wheel, and it is now possible to specify a set of properties when opening a file. It is now possible to open an ant file with a taskdef outside a target. Some minor bugfixes were made.