On Tue, 10 Sep 2002, Guy McArthur <[EMAIL PROTECTED]> wrote: > Is there a DTD for the build file syntax?
<http://jakarta.apache.org/ant/faq.html#dtd> > Just thinking it would be nifty to validate the build.xml within an > editor.... But won't work, even with the DTD created by the example above. <javac fork="${javac.fork}" ...> is invalid as the parser will not be aware of Ant properties. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
