Sarah N Taraporewalla
2008-Jan-25 07:06 UTC
[Cruisecontrolrb-users] cruisecontrol.rb setup problems
Hi all, We are trying to set up cruisecontrol.rb on a windows machine. We have ruby, rails, cruisecontrol.rb (win32 versions). We have added the project, run throught the tests. The tests run 100% successfully. After the tests run, it apparently uses unit test collector to collect through some tests which have require on "cc:build" which it can''t find anymore and spits out an error. We put a print inside dependencies.rb (/vendor/rails) and all this happens after our custom cruise task is called and we can''t figure out what''s doing the require on "cc:build". The stack trace is: c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- cc:build (MissingSourceFile) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' from C:./vendor/rails/activesupport/lib/active_support/dependencies.rb:495 :in `require'' from C: ./vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'' from C: ./vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require'' from c:/ruby/lib/ruby/1.8/test/unit/collector/dir.rb:90:in `collect_file'' from c:/ruby/lib/ruby/1.8/test/unit/collector/dir.rb:77:in `recursive_collect'' from c:/ruby/lib/ruby/1.8/test/unit/collector/dir.rb:29:in `collect'' from c:/ruby/lib/ruby/1.8/test/unit/autorunner.rb:68 from c:/ruby/lib/ruby/1.8/test/unit/autorunner.rb:213:in `[]'' from c:/ruby/lib/ruby/1.8/test/unit/autorunner.rb:213:in `run'' from c:/ruby/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'' from c:/ruby/lib/ruby/1.8/test/unit.rb:278 from -e:1 We are running with the following versions: ruby 1.8.6 rails 1.2.3 cruisecontrol.rb 1.0.0 windowsXP (although we also set it up on a ubuntu 7.10 with the same failures occuring). We have also installed the gems win32-services and win32-open3, mongrel_services. Any ideas on how to make it work? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080125/3f138ed1/attachment.html