Re: [NAnt-users] Dynamic .build files

2006-05-16 Thread Thibaut Barrère
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

Re: [NAnt-users] Dynamic .build files

2006-05-11 Thread Ryan Davis
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.

[NAnt-users] Dynamic .build files

2006-05-11 Thread Kevin Kirkpatrick
Title: Unhandled Exception: during exec task Can anyone share with me how you’ve dynamically created nant.build files on the fly?