Re: [Nant-users] building a solution with Nant that uses environment variables

2004-08-10 Thread Gert Driesen
Nant-users] building a solution with Nant that uses environment variables > I'm trying to build my solution file that contains, unmanaged and managed > c++ dlls, and C# dlls and exes. > > The c++ projects make use of environment variables for the output dirs and > a number of ot

Re: [Nant-users] building a solution with Nant that uses environment variables

2004-08-10 Thread Merrill Cornish
Matthew, If I understand what you are trying to do, you have to use NAnt's function, ${environment::get-variable('LET_OBJ')}, to retrieve a value from an envorinment variable named LET_OBJ. Merrill --- SF.Net email is sponsored by Shop4tech.

[Nant-users] building a solution with Nant that uses environment variables

2004-08-10 Thread Hayhurst, Matthew
I'm trying to build my solution file that contains, unmanaged and managed c++ dlls, and C# dlls and exes. The c++ projects make use of environment variables for the output dirs and a number of other things. Nant doesn't seem to like this, saying "LET_OBJ" (the first environment variable of mine)