Re: [Nant-users] Creating/setting env variables

2004-12-08 Thread Ian MacLean
; for extensions. [echo] Setting new value [setenv] Setting env var X to test [echo] X = test build: This is probably somthing worth considering adding to NAnt. Of course we would need to use platform #ifdefs as the above is windows specific. Ian Eric D -Original Message

RE: [Nant-users] Creating/setting env variables

2004-12-08 Thread Eric Deslauriers
> Subject: RE: [Nant-users] Creating/setting env variables > > .NET can, on the other hand, start a process with particular environment > variables set. The task has an element for this > purpose. I use it to call devenv.exe and set the appropriate PATH, > INCLUDE, and LIB

RE: [Nant-users] Creating/setting env variables

2004-12-08 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Eric Deslauriers > Sent: woensdag 8 december 2004 21:31 > To: NAnt Users mailing list > Subject: [Nant-users] Creating/setting env variables > > I'm using CoverageEye for code coverage and have t

RE: [Nant-users] Creating/setting env variables

2004-12-08 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
[EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Merrill Cornish > Sent: Wednesday, December 08, 2004 12:44 PM > To: Eric Deslauriers; NAnt Users mailing list > Subject: Re: [Nant-users] Creating/setting env variables > > Eric, > > Someone may have a

Re: [Nant-users] Creating/setting env variables

2004-12-08 Thread Merrill Cornish
Eric, Someone may have a clever/devious answer, but you may find that you can NOT set environment variables from within NAnt--because .NET won't let you set environment variables, just read them. It's a security thing. Merrill --- SF email