cruise-control

Should I use CruiseControl or write my own build software?

The project I'm working on consists of front-end development - HTML, CSS, Javascript and image files. I want to set up a build process which does the following. Monitors a CVS repository for changes On each commit, takes the committed files and uploads them to a server via FTP Future potential requirements: ** Run JSLint on the Javasc...