search for: cruisecontrol

Displaying 20 results from an estimated 70 matches for "cruisecontrol".

2008 May 27
4
Failing rspec story not causing a CruiseControl.rb build to fail?
We''ve just added rspec stories to our CruiseControl.rb build. When there''s a failing scenario we see the failure in the log output, but it doesn''t cause the CruiseControl build to fail. We''ve also just upgraded to the latest rspec version, 1.1.4, which fixes rspec bug 228, but the CC.rb build is still passing. Has anyon...
2009 Sep 15
3
how to run all tests AND metric_fu
i want to use cruisecontrol.rb to run ?rake test? (every time a new revision is in the svn repo) and ?rake metrics:all? (let?s say every 24 hours). how do i have to configure cruisecontrol.rb? both rake tasks work. however, when i configure cruisecontrol.rb as described on the metric_fu website, i.e. add ''pro...
2008 Jan 25
0
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&qu...
2007 Apr 23
6
[CruiseControl] RubyOnRails build 6553 failed
The build failed. See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/6553 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To u...
2008 Mar 31
0
[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed
...re ''rake''; load ''D:/Users/Luis/tools/ccrb/tasks/cc_build.rake''; ARGV << ''--nosearch'' << ''cc:build''; Rake.application.run; ARGV.clear" rake clean (in D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work) [CruiseControl] Invoking Rake task "clobber" Cleaning rake aborted! undefined method `exitstatus'' for nil:NilClass D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work/rakefile:127:in `sub_project'' (See full trace by running task with --trace) dir : D:/Users/Luis/.cruise/projects...
2008 Mar 31
1
cruisecontrol.rb with C++ projects
Hi, This has probably been asked a hundred times, but I couldn''t find the answer: how do I configure cruisecontrol.rb to build a c/c++ makefile? Thanks This e-mail message has been sent by Elbit Systems Ltd. and is for the use of the intended recipients only. The message may contain privileged or commercially sensitive information . If you are not the intended recipient you are hereby notified that any use, d...
2007 Jul 23
1
CruiseControl.rb with CVS
Is it possible to use CruiseControl.rb with cvs? I couldn''t find any docs on it. Thanks. --Josh
2008 Jun 09
2
cruisecontrol integration
Hi everyone. Backgroundrb is doing some really sweet stuff for my project. Thanks! I am trying to integrate backgroundrb with cruisecontrol.rb. I started off by creating a simple Rakefile::::: desc ''task for starting up backgroundrb'' task :cruise do template = <<-EOF :backgroundrb: :ip: 0.0.0.0 :port: 11006 :development: :backgroundrb: :log: foreground :test: :backgroundrb: :log: foreground...
2008 Jan 09
0
Cruisecontrol.rb & JRuby ?
Hi, I searched the archives of this list and came across a few posts that indicated that Cruisecontrol.rb may support JRuby: http://www.openlogic.com/blogs/2007/09/setting-up-a-jruby-project-in-cruisecontrolrb/ http://www.nabble.com/cc.rb-under-JRuby-to12101231.html#a12101231 Anybody using it that way? Any advice, gotchas etc.? Apologies if I am missing other resources. Thanks, Mike -- Mike...
2008 Feb 07
2
[CruiseControl] RubyOnRails build 8820 fixed
...iler/use_helper.rhtml D /trunk/actionmailer/test/fixtures/helper_mailer/use_helper_method.rhtml D /trunk/actionmailer/test/fixtures/helper_mailer/use_mail_helper.rhtml M /trunk/actionmailer/test/mail_service_test.rb D /trunk/actionmailer/test/fixtures/second_mailer/share.rhtml See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8820 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To u...
2008 Jan 26
6
UI Integration with RSpec?
Hi all, Is there any integration with testing tools such as RSpec or Test::Unit planned? I see that the cruise task is run correctly, but the tests show up underneath the build log. Ideally I''d like them to show up the same way that they do in ''java'' CruiseControl, in their own section of tests. Will.
2007 Jun 23
0
[CruiseControl] RubyOnRails build 7089.1 fixed
...ed. CHANGES ------- Revision 7089 committed by bitsweat on 2007-06-23 01:58:41 Mock the beginning of the transaction also. References #8642. M /trunk/activerecord/test/transactions_test.rb M /trunk/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/7089.1 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To...
2007 Dec 05
0
[CruiseControl] RubyOnRails build 8285 failed
...r_test.rb:48:in `test_with_two_tables_in_from_without_getting_double_quoted'' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in `__send__'' /usr/lib/ruby/gems/1.8/gems/mocha-0.5.5/lib/mocha/test_case_adapter.rb:19:in `run'' See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8285 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To u...
2007 Dec 17
0
[CruiseControl] RubyOnRails build 8425 failed
...per.rb Revision 8425 committed by david on 2007-12-17 00:06:24 Added OPTIONS to list of default accepted HTTP methods (closes #10449) [holoway] M /trunk/actionpack/CHANGELOG M /trunk/actionpack/test/controller/request_test.rb M /trunk/actionpack/lib/action_controller/request.rb See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8425 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To u...
2007 Dec 17
0
[CruiseControl] RubyOnRails build 8431 failed
...k/railties/lib/tasks/documentation.rake M /trunk/railties/CHANGELOG M /trunk/railties/dispatches/gateway.cgi M /trunk/railties/lib/tasks/framework.rake M /trunk/railties/lib/tasks/testing.rake M /trunk/railties/lib/commands/console.rb M /trunk/railties/environments/boot.rb See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8431 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To u...
2007 Dec 21
0
[CruiseControl] RubyOnRails build 8464 failed
.../lib/action_view/helpers/url_helper.rb Revision 8464 committed by bitsweat on 2007-12-21 11:51:17 Ruby 1.9 compat: text helper M /trunk/actionpack/test/template/url_helper_test.rb M /trunk/actionpack/test/testing_sandbox.rb M /trunk/actionpack/test/template/text_helper_test.rb See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8464 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To u...
2008 Mar 29
0
[CruiseControl] RubyOnRails build 9128 fixed
..._helper.rb Revision 9127 committed by bitsweat on 2008-03-29 00:04:27 Track changes to unsaved attributes M /trunk/activerecord/CHANGELOG A /trunk/activerecord/test/cases/dirty_test.rb A /trunk/activerecord/lib/active_record/dirty.rb M /trunk/activerecord/lib/active_record.rb See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/9128 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To u...
2008 Mar 30
0
[CruiseControl] RubyOnRails build 9153 failed
...9; ./test/buffered_logger_test.rb:115:in `test_should_create_the_log_directory_if_it_doesnt_exist'' ./test/../lib/active_support/testing/setup_and_teardown.rb:59:in `__send__'' ./test/../lib/active_support/testing/setup_and_teardown.rb:59:in `run'' See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/9153 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To u...
2009 Sep 08
1
Automatic Unit Testing and Code Analysis
Hi Does anybody know a good and powerful (yet simple of course) solution to automatically run rails test (unit and functional) let''s say every night? I''ve stumbled upon ''CruiseControl'' (http:// cruisecontrol.sourceforge.net/) and think this tool might do the job. Any better ideas? Cheers, phibo
2007 Mar 14
1
Damonlize cruisecontrol.rb?
Hi, This looks like an awesome tool that I have been looking for. Do you have a simple way to get it running as a damon? So I can just run it as a service on my server. Thanks Lei -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20070314/dfe2692a/attachment.html