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

Re: [Nant-users] Nant question

2003-12-31 Thread Jaroslaw Kowalski
- Original Message - From: "Waldinger, Jamie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 31, 2003 5:25 PM Subject: [Nant-users] Nant question > Hi, > > I am new to Nant and trying to automate the build for a mostly .NET project. > Howe

[Nant-users] Nant question

2003-12-31 Thread Waldinger, Jamie
Title: Nant question Hi, I am new to Nant and trying to automate the build for a mostly .NET project. However, there is one component of the project that is written in MS Visual C++ 6.0. Hence instead of a '.sln' file, it has a '.dsw' file. Can I compile this solution in the same way that I