> This is interesting. I don't know perfect this is. +0. You would > always have to ship a .dtd or xsd with your Ant and point to it. My > build.xml files only get tweaked about once a month so I don't think > validation should be a major priority.
Actually, there is no way to make a static DTD for ant. The ability to define tasks on the fly using <taskdef...> ensures that. .duncan
