Re: [NAnt-users] examples of Environment Config Files

2009-02-06 Thread Steve Kapinos
using env variables. -Original Message- From: Brass Tilde [mailto:brassti...@gmail.com] Sent: Fri 2/6/2009 3:29 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] examples of Environment Config Files > environment config files. In my case I have a lot of the individual

Re: [NAnt-users] examples of Environment Config Files

2009-02-06 Thread Brass Tilde
> environment config files. In my case I have a lot of the individual task > doing what they are suppose to do. However, if my supervisor puts in > Nant -D:tag=/src/Test/tags/Star1_1.0 env=prod then he wants it to point to > the production environment and run my existing task, env=dev then he want

Re: [NAnt-users] examples of Environment Config Files

2009-02-06 Thread Brass Tilde
Config files for specifically what purpose? Pointing to different databases or other resources? Options that should only appear in one environment? /bs -- Create and Deploy Rich Internet Apps outside the browser with Ad

[NAnt-users] examples of Environment Config Files

2009-02-06 Thread Zachary B. Wheeler
Hi Wanted to know if anyone has any existing development and production config files that I can view. I am new here only a week but I have to now create dev and production config files . just need to take a look at how they are set up. Regards Zac --