Title: Remote Building Using NAnt and CruiseControl.net

We have a small test area setup where we have Subversion installed on one box, CruiseControl.Net installed on another box, and NAnt installed on another box. All three boxes are networked and know about each other but here's how we want things to work.....We want to schedule a build using CruiseControl, have NAnt go out, find updated files on the remote Subversion box, check them out to the build machine (where NAnt resides), perform the build process, then send all output (the compiled objects) over to another remote machine (deployment box) We alos want to make sure that the build processing (resources) happens on the build box and not one of the other boxes. (ie: CruiseControl box)

Is it possible to do this (remote processing) process with these tools installed in this configuration? Does anyone have this type of configuration setup and would you be willing to share the details of how it works in your environment?

Thanks

Reply via email to