Re: xmltask question failWithMatch?
Hi how to fail a build if a particular node(or attribute of a node) is present/matches in the xml. For e,g target="PatchExistsError" inheritAll="true" inheritRefs="true"> In PatchExistsError I want to print an error message and fail.
xmltask question
Hi I have an xml file that has different paths for each file. Something like this "c:/1" "c:/2" "e:/1" "e:/2" "e:/3" I use XmlTask to iteratively get each location for each file (I use "call" to call another target for each location for each file). The pr