RE: [Nant-users] [Fwd: FW: Isn't all this XML just abstracted C#? ]

2004-08-12 Thread Hayhurst, Matthew
>> I'm just thinking out loud, so excuse me if this sounds utterly >> stupid, but >> why use XML for build scripts? I realise XML helps to a certain degree >> with >> portability, but surely a NAnt build script can only be as portable as >> the >> tasks it uses... all of which are written in C#,

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