As a NAnt noob I have some fundamental questions. The VS Studio build system
has worked fine for me for years, even with solutions that have a few dozen
sub projects. Is there something that NAnt can do for me that would make my
life considerably easier? What convinced you to start using it?
Thank
For me, it's the ability to have cross-platform development with a
common build framework.
You can get the same with VS Studio and makefiles or batch files, but
I prefer the simplicity of NAnt build scripts.
You can still have VS Studio call into NAnt if you want to keep the
workflow you ha
I could not figure out from the documentation how the heck am I supposed to let
the nant know where the external .ico files are located when compiling a .resx
file... I have a .resx file containing the following definition:
DataGridTextAreaButton.ico;System.Drawing.Icon, System.Drawing,
V