John,
First I would strongly recommend that you checkout the documentation and
examples at http://nant.sf.net. It will go a long way toward answering
your questions.
I would structure the master build something like this, assuming the
order of dependency betweeen your projects. Also
assuming tha
Hello all,
I have been working with scripted builds for sometime now involving .cmd
files combined with either Python or Perl to get the job done. I am now
moving over to nant to do my work for me however I think I may need to
change how I am used to designing the builds.
Before I would cre
Hello,
Is anybody have idea about how to add nested elements in
custom NAnt tasks
Kindly provide me. Your suggestions will be appreciated.
#
THIS EMAIL MESSAGE IS FOR THE SOLE USE OF THE INTENDED RECIPIENT(S) AND MAY
CONTAIN
Just a couple of extra pointers:
1. It's probably better to invoke cscript.exe, rather than wscript.exe.
It's essentially a console version of the windows scripting host. As
such, it's standard and error output will integrate more nicely with
NAnt, and it should also avoid any dialogs appearing,