Thanks Donal,
I ended up going to straight to the registry via Scott's advice and setting up the key
to the executable. I am not getting the Option you talk about in the Tools Section of
VS. But the "Runner" is working beautifully.
Thanks for building this tool. Exactly what I was looking for.
Sean
-----Original Message-----
From: Donal McCarthy [mailto:[EMAIL PROTECTED]
Sent: Mon 7/19/2004 1:41 PM
To: Morris, Sean [MV]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [Nant-users] NAntRunner vs. NAnt 0.85
Sean,
It sounds like you have not told NAntRunner where to find nant.exe! You can
do this by going to Tools -> Options in VS.Net and clicking into the NAntRunner
section. From here you tell the add-in where the nant executable is.
Regards,
Donal
----- Original Message -----
From: Sean Morris - MVHS <mailto:[EMAIL PROTECTED]>
To: Donal McCarthy <mailto:[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] ; [EMAIL PROTECTED]
Sent: Friday, July 16, 2004 7:57 PM
Subject: Re: [Nant-users] NAntRunner vs. NAnt 0.85
Donal,
I think I understood that but do you understand why I am getting the
error I mention in my original message that started this discussion:
=====
I apologize in advance if this question has already been answered but
I searched in every archive possible and only found the question but no answer.
I am using VS.NET 2003. Nant is set up fine and works from the
command line. I am tryng to get Nant Runner working but anytime I hit a task I get
this error:
'""' is not recognized as an internal or external command, operable
program or batch file
It sounds like my path is not set up right but like I said everything
works from the command line(csc etc.)
Do I need to do something in VS to get this to work correctly?
====
Thanks Sean
Donal McCarthy wrote:
Hi,
NAntRunner is not dependent on the underlying NAnt builds as
it has no binary dependency to NAnt. It is a separate tool which delegates NAnt
builds to NAnt.exe.
Hope that helps,
Donal