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