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