Paul Manning Wed, 16 Jul 2003 09:53:22 -0700
I did a little research into the source code, and the <nant> tag has an attribute called “program”
Set the tag to read <nant program=”c:\nant\bin\nant.exe”> and you won’t receive that error any more.
Paul