Is NAnt still being actively developed?
Is NAnt still being actively developed, or are there other projects that are gaining more momentum in the Automated Build space?
Edit:
Obviously MSBuild will continue to advance but given all the extra tasks that can be ac开发者_如何学Pythoncomplished using NAnt why has development suddenly stopped given that many open source and I assume commercial applications depend on nant.There is NAnt Contrib, but to a reasonable degree, NAnt is one of the rare projects that can be considered "complete" :P
You may also be interested in Hudson; from the looks of it it can do builds without requiring NAnt (looks like it can do some MSBuild stuff directly, but I haven't used it)
You should also look at Fabric. It is an excellent tool and I use it well with Jenkins
精彩评论