Displaying 20 results from an estimated 1000 matches similar to: "Cruisecontroi footprint for a virtual machine installation"
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 =
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
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 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 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 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
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 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 May 23
8
version 1.3 build log truncation
Hi All,
I have upgraded to verion 1.3. Our build output has huge
text in it and what I notice is that in 1.3 the I do not
see complete build.log.
Is there any flag to control this? I want to see the complete
build output because the last few lines has interesting output
about what part of build failed.
Thanks and Regard,
Manish
2007 Jan 08
2
before_create firing twice on a save - RC2
I have a unit test which fails using Rails 1.2RC2, because a method marked
by the before_create filter is firing twice when my ActiveRecord is saved.
Is a before_create filter supposed to cause multiple invocations?  We have
assumed it is called once, and only once, when the object is created, in our
code (but we unit tested it to make certain).
This is one of three issues I have with my unit
2008 May 06
4
Git support - kinda works, have design questions
As of now, I can create a project from Git repository, run a builder
on it, and even run the dashboard. Build pages look ugly because
build.label in git is very long, a bunch of unit tests is failing, and
I had to disable some functionality, namely displaying source control
errors in the dashboard.
SourceControl::AbstractAdapter#execute_with_error_log (formerly known
as
2008 Mar 12
5
XHTML validation
Is the dashboard output of 1.2.1 supposed to validate (I get numerous  
failures)?  I''m seeing some issues that I hadn''t been running into  
before my upgrade.  The first time I load the dashboard I''m seeing a  
blank area at the top and first button isn''t styled.  When the refresh  
triggers the all of the projects except the first are duplicated and  
the
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
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 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
2008 May 06
5
Failing build is restarted again and again (manual request + Win32)
Dear all,
 
I am a recent user of this great tool for rails development and I have an issue with version 1.3.0. Sorry if I duplicate the question but I have been over the whole mailing list archives and could not find any answer.
 
I have set up cruisecontrolrb on my home server (which runs WinXP, sorry, but it is better for the girlfriend to use than some linux distrib which I use on my laptop)
2007 Nov 22
7
Gentoo warning
Hi,
I''ve done some benchmarking on our new servers (being built now), AMD X2
5600, gentoo-hardened.
With the same CFLAGS (safe cflags: -march=k8 -O2) I''ve tested the following
configs:
1, emerge ruby rubygems, then gem install mongrel (or emerge mongrel, the
performance was similar)
2, download the same ruby version, untar, ./configure, make, make install,
download rubygems,
2008 May 19
4
2 Minor issues with 1.3.0 on windows
Hi all,
Lest I forget:
    Windows XP Pro SP2
    C:\CruiseControl\cruisecontrolrb-1.3.0>ruby --version
    ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
We found two minor problems with CC.rb when trying to run on windows.
The first effects the Dashboard saying there is no project.  In
boot.rb we had to add a .gsub(''\\'',''/'') in #find_home when
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
2008 May 08
1
Custom builds artifacts not visible (WIN 32)
Hello again,
 
Cruisecontrolrb works well now on my XP box but for the following problem:
I have set up rails_rcov so that I can generate code coverage automatically at every build.
Following the manual, I have a custom task that copies rcov output to a specific folder (d:\work\ccrob\artifacts)
I have set up the environment CC_BUILD_ARTIFACTS to /work/ccrob/artifacts using the tip given in another