RE: [nant-dev] patch to support resolving properties from environment vars

2002-09-11 Thread Jorge Bermejo
urces and references into their assigned build files. I can send you some sample nant files if you'd like to. Jorge -Original Message- From: Ben Lowery [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 8:12 PM To: [EMAIL PROTECTED] Subject: Re: [nant-dev] patch to su

Re: [nant-dev] patch to support resolving properties from environment vars

2002-09-10 Thread Ben Lowery
yay, i started conversation on this! perfect... code first / ask questions later appears to be the way to go. :) alright, so some commentary on the options presented and why i chose to go for env vars. this is going to be long, consider this a warning. :) first, the options using xml config f

RE: [nant-dev] patch to support resolving properties from environment vars

2002-09-10 Thread Shaw, Gerry
Oh yeah, you could also just import the environment variables using the [1] task if you do want to use environment variables - which I don't think is a good idea if you expect your builds to work right out of the box. [1] http://nant.sourceforge.net/help/tasks/sysinfotask.html

RE: [nant-dev] patch to support resolving properties from environment vars

2002-09-10 Thread Shaw, Gerry
g = String.Format("Could not create user settings file '{0}'.", userSettingsPath); throw new BuildException(msg, e); } } ]]></code> -Original Message----- From: Kevin Dente [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September

RE: [nant-dev] patch to support resolving properties from environment vars

2002-09-10 Thread Kevin Dente
gt; From: Cort Schaefer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 10, 2002 6:15 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [nant-dev] patch to support resolving > properties > from environment vars > > > >

RE: [nant-dev] patch to support resolving properties from environment vars

2002-09-10 Thread Cort Schaefer
. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 4:23 PM To: [EMAIL PROTECTED] Subject: RE: [nant-dev] patch to support resolving properties from environment vars   I think it would cause problems.  I never want to specify settings in the environment.  I want everything to be in

RE: [nant-dev] patch to support resolving properties from environment vars

2002-09-10 Thread Smith, Eric V.
perty from the environment.  That way the usage of environment variables is explicit. -Original Message-From: Cort Schaefer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 6:15 PMTo: '[EMAIL PROTECTED]'Subject: RE: [nant-dev] patch to support resolving

RE: [nant-dev] patch to support resolving properties from environment vars

2002-09-10 Thread Cort Schaefer
Title: RE: [nant-dev] patch to support resolving properties from environment vars This would be great and would allow for individual customizations per a developers environment. -Original Message- From: Ben Lowery [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 3:27

[nant-dev] patch to support resolving properties from environment vars

2002-09-10 Thread Ben Lowery
don't know if people consider this worthwhile or not, but i find it very handy when dealing with projects broken down into multiple buildfiles. the patch allows nant to attempt to resolve properties not in the PropertyDictionary from the Environment. So, if you have a property called "build.dir"