MSBuild's XmlMassUpdate task in NAnt?

Posted by veljkoz on Stack Overflow See other posts from Stack Overflow or by veljkoz
Published on 2010-03-19T15:09:57Z Indexed on 2010/03/19 15:11 UTC
Read the original article Hit count: 591

Filed under:
|
|
|

I have created an MSBuild tasks for building my projects, but for various reasons I wan't to switch to NAnt.

Is there some task that would be equivalent to MSBuild's XmlMassUpdate in NAnt? If possible I would like to use the same xml replacement file I used with XmlMassUpdate.

(for more info about XmlMassUpdate, here's a short usage I found on stackoverflow's site: MSBuild example)

I tried with xmlPeek/xmlPoke tasks but couldn't get them to iterate a tree paths in a replacement file...

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about nant