twoch, 22. Dezember 2004 10:34
> An: Ant Users List
> Betreff: Conditional flow on error
>
> In my Ant pipeline I do XSD validation of XML document. When
> a document
> is not valid a log of type WARN is written. Is there an easy way to
> count log messages and call tasks de
In my Ant pipeline I do XSD validation of XML document. When a document
is not valid a log of type WARN is written. Is there an easy way to
count log messages and call tasks depending if there was any error.
What I want is to only call somne targets when there was NO validation
error.
Can you hel