Displaying 20 results from an estimated 500 matches similar to: "cruisecontrol.rb with C++ projects"
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 ''project.rake_task = ?metrics:all?
project.scheduler.polling_interval =
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
2007 Mar 17
10
a WARNING about cruise task or user-specified build task for Rails
If (like me) you use ccrb to test a Rails app
and (like me) you define your own :cruise task, because, for
example, you use rspec rather than Test::Unit
and (like me) you have the RAILS_ENV ||= ''production'' line in
environment.rb (because, like me, you use crummy shared hosting)
Your build will run in production mode, possibly screwing up your
production database,
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
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 unsubscribe from this group, send email to
2008 Aug 12
1
The CruiseControl server does not provide web URLs for projects
Hi folks,
We successfully set up our ccrb app, running on a server in-house. As
a first pass, I was originally running it through a terminal
connected to the server via ssh, where I''d just navigated to the
app''s folder then run ''cruise start''.
At that time, I could connect fine to the CCTray service.
We''ve subsequently
2008 Feb 07
2
[CruiseControl] RubyOnRails build 8820 fixed
The build has been fixed.
CHANGES
-------
Revision 8820 committed by bitsweat on 2008-02-07 23:10:01
Remove empty .rhtml templates
D /trunk/actionmailer/test/fixtures/templates/signed_up.rhtml
D /trunk/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml
D /trunk/actionmailer/test/fixtures/first_mailer/share.rhtml
D
2007 Jun 01
1
[CruiseControl] RubyOnRails build 6924.1 failed
The build failed.
CHANGES
-------
Revision 6924 committed by david on 2007-06-01 06:48:09
Added proper handling of arrays (closes #8537) [hasmanyjosh]
M /trunk/activesupport/test/core_ext/array_ext_test.rb
M /trunk/activesupport/CHANGELOG
M /trunk/activesupport/test/core_ext/hash_ext_test.rb
M /trunk/activesupport/lib/active_support/core_ext/array/conversions.rb
M
2008 Jan 17
3
CruiseControl problem. Broken Pipe?
Hi Friends,
Just happened to catch this err in the CC log:
Build loop failed
BuilderError: Write failed: Broken pipe
./script/../config/../app/models/subversion.rb:98:in
`execute_in_local_copy''
./script/../config/../lib/command_line.rb:86:in `call''
./script/../config/../lib/command_line.rb:86:in `e''
./script/../config/../lib/command_line.rb:84:in `popen''
2008 Jun 09
2
SVN credentials
Hello All,
Where are the username and password for your SVN repo stored for a
cruisecontrol.rb project? I can see where you specify it when you add a
project but I have been unable to find it to change it.
Thanks
--
Steve Kickert
CEO
Riverock Technologies
www.riverocktech.com
952-232-5280 (direct)
612-965-1909 (mobile)
-------------- next part --------------
An HTML attachment was
2008 May 02
3
CruiseControlRb behind apache
I managed to find this in the archives, so far: http://www.nabble.com/Setting-up-CCRB-behind-apache-proxy-tt14016053.html#a14099749
Found a better alternative to doing this in my .htaccess instead of
messing with the httpd.conf, in case someone is interested:
--- snip ---
RewriteEngine On
### for cruisecontrol
RewriteBase /
RewriteRule ^(.*)$ http://localhost:3333/$1 [P]
AuthType Basic
2010 Jun 24
1
Scheduling a nightly build - config options
Hello,
I downloaded the latest cruisecontrol.rb from github and tried configuring a schedule for building every 24 hours.
Below is my project specific cruise_config.rb. What''s happening is, cruisecontrol.rb is not honoring the polling_interval of 1.day and it keeps building continuously (true to it''s nautre of continuous buids), which I assume it''s using the default
2008 May 25
3
Cruisecontroi footprint for a virtual machine installation
Does anyone have any feel for the requirements (disk space, memory, anything
else you can think of) of a virtual machine (say Centos Linux), set up as a
CruiseControl.rb build machine?
Regards, Lori
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080525/60227d32/attachment.html>
2007 Mar 15
7
greetings, and first question
Hi,
Nice project. I saw the checkin for jbehave and I thought "SOLD!"
One question, is there a reason that it cannot be installed using gem?
It would make starting the server easy. Other people can also
customize the server like they do with Jetty (which I think is the
coolest servlet engine because of that).
--
Shane
http://www.shaneduan.com
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" which it can''t find
anymore and spits
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.
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
--
2008 Mar 29
0
[CruiseControl] RubyOnRails build 9128 fixed
The build has been fixed.
CHANGES
-------
New revision 9128 detected
Revision 9128 committed by bitsweat on 2008-03-29 00:26:15
Revert spurious commit from [9126]
M /trunk/actionpack/lib/action_view/helpers/active_record_helper.rb
Revision 9127 committed by bitsweat on 2008-03-29 00:04:27
Track changes to unsaved attributes
M /trunk/activerecord/CHANGELOG
A
2008 Mar 30
0
[CruiseControl] RubyOnRails build 9153 failed
The build failed.
CHANGES
-------
New revision 9153 detected
Revision 9153 committed by gbuesing on 2008-03-30 23:49:52
TZInfo: Removing unneeded TimezoneProxy class
M /trunk/activesupport/CHANGELOG
D /trunk/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/timezone_proxy.rb
M /trunk/activesupport/Rakefile
M /trunk/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo.rb
2007 Dec 17
0
[CruiseControl] RubyOnRails build 8431 failed
The build failed.
CHANGES
-------
Revision 8431 committed by bitsweat on 2007-12-17 18:54:55
Ruby 1.9 compatibility. References #1689.
M /trunk/railties/test/boot_test.rb
M /trunk/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