Apache Ant AntStructure TaskThis task is used to generate a DTD for Ant buildfiles. It contains information about all tasks currently known to Ant. We can always add XML entities using <taskdef> or <typedef> elements. This task doesn't know about required attributes. AntStructure Task Attributes
AntStructure Task ExampleWe can simply use it using <antstructure> element by specifying output file. See the example below. If we want to specify a structure other than a DTD, first we need to implement the interface AntStructure. and then we can use it via typedef element. Next TopicApache Ant Basename Task |