On a sort of similar subject.
I wrote this post describing how one could have their entire module defined as resources in SVN (which can be contributed to by multiple authors and version controlled)
The module can then be pulled down by Jenkins, built and deployed.
http://forum.bioware...ivery-solution/
I currently use this for my solo module development, but it would work well for collaborate ventures, as you can have it e-mail if it has ncs build issues, or if the module packing fails or even if unit tests within the server fail.
Eg: If using nwnx_jvm you can run some tests to make sure that certain objects or events occur within the module when it starts.
If they dont - just throw an error and jenkins will report it.