I don't know if anybody is interested or already knew it, but I've just found a very simple way to run Cruisecontrol.rb as a windows service with cygwin.
install cygwin on your machine and don't forget to add the the cygrunsrv package to the selection of package to install. Then in a cygwin console: $ cygrunsrv --install CruiseControl.rb --path c:/ruby/bin/ruby.exe --args 'D:/cruisecontrolrb/cruise start' --chdir d:/cruisecontrolrb Étienne -- Étienne Charignon http://etienne.charignon.free.fr _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
