Apache Ant Tips

Validating

Apparently there isn't a DTD or XML Schema definition for Ant but perhaps you can create a suitable one by defining the following Ant task:

    <target name="dtd">
      <antstructure output="project.dtd"/>
    </target>

-- Frank Dean - 17-Apr-2010

Related Topics: DevelopmentSetup