How do you set up NAnt with only the bare minimum binaries?
I have started using a default setup for small projects, loosely based on Tree Surgeon from Thoughtworks, with NAnt, MBunit/NUnit, NCover, NCoverExplorer etc placed in a Tools folder and checked in with the project.
The NAnt folder currently holds a complete installation of NAnt, and most of this is never used. I also have a lot of small throwaway/spike/proof-of-concept projects in my svn repos, and I feel that including all of NAnt is a bit wasteful.
I remember reading somewhere a guide to stripping out most of the files, but I cannot find this anywhere now.
If you have a link to such an article, or if you are able to shed some light on this issue, it would be much appreciated!