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

2002-09-11 Thread Jorge Bermejo
] patch to support resolving properties from environment vars 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

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

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

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 sysinfo [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 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