Hi Kevin> Can anyone share with me how you've dynamically
created nant.build files on the fly?can you describe a bit more what you want to achieve ?(apart from that you could use xslt as suggested, or a codesmith template...)Thibaut--
[blog] http://www.dotnetguru2.org/tbarrere
Title: Unhandled Exception: during exec task
There are a lot of ways. Essentially you're just writing a xml file,
and there are lots of ways to do that.
I've used the "style" task to have nant generate another nant file
using XSLT, and then used "include" to run tasks in that generated file.
Title: Unhandled Exception: during exec task
Can anyone share with me how you’ve dynamically
created nant.build files on the fly?