>>>>> "JDD" == James Duncan Davidson <[EMAIL PROTECTED]> writes:
JDD> on 8/1/00 3:38 PM, Eugen Kuleshov at [EMAIL PROTECTED] wrote: >> How about create DTD for build.xml file. JDD> By design, the build.xml file can't have a DTD that works in all JDD> case. But you can come close to it. Take a look at Michel Casabianca's page I reference in the FAQ. Basically you use a base DTD and add aditional DTD fragments for your custom taskdefs via inclusion in the internal DTD subset. JDD> There is a tool in the current distribution that lets you build JDD> a DTD from a set of tasks that will work. But not tell you which attributes are required. And - as it's currently not documented - it looks like this <antstructure output="ant.dtd" />. Stefan
