Re: [NAnt-users] Dynamic ?

2007-08-28 Thread Jay Flowers
Here is a real file example from CI Factory: -- Jay Flowers -- http://jayflowers.com - On 8/28/07, Mike Frederick <[

Re: [NAnt-users] Dynamic ?

2007-08-28 Thread Bob Archer
You can look at the list of files and find the one with a certain extension, like include.build... or something. What is the use case of why you wouldn't know the name of your include file upfront during code time? Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[NAnt-users] Dynamic ?

2007-08-28 Thread Mike Frederick
Hello, I would like to be able to determine at run-time the name of an include file. Is it possible to do this? The include file contains nothing but a large set of tasks to define build parameters. Or do I just need to precede my nant execution by shoving the correct include file into plac