> I would like ant to have a command-line argument to simply 
> syntax check the
> build.xml file(s).

I'm guessing you could get this behavior by declaring a task that does
nothing and then building it.

<task name="checkXML">
</task>

ant checkXML

Try that.

K.C.

Reply via email to