RE: [Nant-users] Nant question regarding system path

2005-10-24 Thread Jon Springer
>> I am starting out with NANT. It appears that to invoke an external >> process via target I must prepend a path to the executable even >> if the file is in the system search %PATH%. >> >> >> Currently my company is using .84 with nantcontrib .84, in a windows >> 2003 .NET environment. > >Thi

Re: [Nant-users] Nant question regarding system path

2005-10-24 Thread Gary Feldman
Jon Springer wrote: I am starting out with NANT. It appears that to invoke an external process via target I must prepend a path to the executable even if the file is in the system search %PATH%. Currently my company is using .84 with nantcontrib .84, in a windows 2003 .NET environ

[Nant-users] Nant question regarding system path

2005-10-24 Thread Jon Springer
I am starting out with NANT.  It appears that to invoke an external process via target I must prepend a path to the executable even if the file is in the system search %PATH%.   For compatibility reasons between different build machines, I would rather not configure a path setting for ea