RE: [Nant-users] Non .Net automated Build Tools

2005-08-03 Thread Anthony DeLuca
We use NAnt for VB6, and Visual C++ 6 and have had no problems. Another group in our company successfully uses it with Foxpro. (Not sure of the Foxpro version) --Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Foster, Richard - PAL Sent: Wednesday,

RE: [Nant-users] sysinfo problem -- not setting all system variables

2005-05-24 Thread Anthony DeLuca
along the info. In the meantime, in the interest of progress, I may just move to .85-RC3 and use this environment function. Thanks, --Tony -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 3:31 PM To: Anthony DeLuca; nant-users

RE: [Nant-users] sysinfo problem -- not setting all system variables

2005-05-23 Thread Anthony DeLuca
rnish [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 2:01 PM To: Anthony DeLuca; nant-users@lists.sourceforge.net Subject: Re: [Nant-users] sysinfo problem -- not setting all system variables Tony, Try adding just "SRCROOT" (no "sys.end" prefix) to your environment,

[Nant-users] sysinfo problem -- not setting all system variables

2005-05-23 Thread Anthony DeLuca
It is my understanding that should pull all of your system enviroment variables into nant for reference. It seems that all of my variables are not being pulled in. In particular I want sys.env.SRCROOT to be available.   I have set sys.env.SRCROOT in the following ways. Both of these met