similar to: CCTray written in Java to connect to Cruise Control

Displaying 20 results from an estimated 800 matches similar to: "CCTray written in Java to connect to Cruise Control"

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
2007 May 02
0
CCTray access of remote CC.rb server
Hi: So I modified the instructions in the manual which say to enter http://:3333 using th CruiseControl.NET Dashboard to http://hostname:3333 which doesn''t work. CCTray reports an error. On the mongrel side I can see CC.rb can''t route /XmlServerReport.aspx. I see in the controller there is a cctray format to respond. I''m using ruby 1.8.5, rails 1.2.3 and the
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
2007 Mar 20
0
CC.rb and CCTray
I was using CCTray beautifully! with CC.rb 0.5.0. Since upgrading to 0.1.0, I get a lot of strange behavior. For starters, it seems as though a failure is indicated when the build first starts. Also, I can?t click on the project in the CCTray list anymore. It barfs with a ?System.InvalidOperationException Cannot start process because a file has not been provided.? Anybody have any ideas?
2007 May 02
2
CCTray setup with remote CC.rb
HI All: Sorry about the test post, I posted this 2x before and never saw it on the list. I modified the CCTray instructions in the manual which say to put in http://:3333 in the "Via CruiseContro.Net Dashboard", which I''m assuming was local to the machine running CCTRay, with http://:3333 which returns a "failed to connect to server" error. On the mongrel
2011 May 05
9
[threadsafe] Arel ToSql visitor is not threadsafe
Hey, We hit a bug today because Arel::Visitors::ToSql is not threadsafe. Here is what is happening: Arel::Visitors::ENGINE_VISITORS is a cache of visitors instances. These instances are not inherently threadsafe because it contains state ''@last_column'', ''@connection'' that is shared between threads. The other variables ''@pool'',
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 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 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
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 Feb 26
0
Best way to log output from custom plugin on build finish
I have been trying to add some logging information from my custom plugin to the build output, but no luck. I have been using variations of CruiseControl::Log.event("...") CruiseControl::Log.info("...") but nothing I try seems to output anywhere. I have looked in the build.log, production.log, _builder.log, etc Any help explaining how to log and where the messages will show
2009 Mar 17
0
JAX India 2009: International Conference on Java Technologie
Hi, Here is an update on JAX India 2009, an International Conference on Java Technologies to be held in Bangalore between April 06 and 10. 1) Liferay, SAP, Signsoft, isc2 and many other companies have stepped in as sponsors to support the popular event. 2) Some of the renowned speakers, who have confirmed their participation, are: · Axel Angeli, Logosworld, SOA Evangelist · Neal Ford,
2008 Mar 31
0
[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed
The build failed. Note: if you set Configuration.dashboard_url in config/site_config.rb, you''d see a link to the build page here. CHANGES ------- Build was manually requested BUILD LOG --------- D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load
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 Dec 21
0
db:migrate problem
I''m having a bit of trouble getting a rails project to build properly within cruisecontrolrb. My cruise task is in lib/tasks/my_project.rake, and looks like this: task :cruise => [''db:test:purge'', ''db:migrate'', ''db:test:prepare'', ''test:coverage:clean'', ''test:coverage:prepare'',
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 Apr 06
0
Automation? tags?
Warning - Im brand new to CruiseControl, and CruiseControl.rb. i tink half the stuff I learned about CC is actualyl now wrong when I am using cc.rb =) I am slightly familiar with Capistrano, having installed it and used it once. We have cc.rb up and running and doing its thing - making builds from svn changes. Step 2 has fallen to me and I am doing the research necessary to get the task
2007 Dec 31
0
Install woes : ''Stack level too deep'' exceptions
I have Ruby 1.8.6 03-13-2007 patch rails 2.0.2 Subversion is 1.4.5 I took the cruisecontrol-1.2.1.tgz download. I followed the steps in the getting started guide. On the "cruise add project" step I get a failure ''stack level too deep'' - No log files are created. Any ideas ? -- Gishu -------------- next part -------------- An HTML attachment was scrubbed...
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 anyone got failing rspec stories making
2008 Aug 08
1
Jabber Notification
Hi all, Some of my team are using ubuntu for their desktop (i.e. no cctray support), and email notification just ain''t quick enough for me, so I need to set up our ccrb to support jabber notification, I guess. I read in the documentation (http://cruisecontrolrb.thoughtworks.com/ documentation/getting_notified) that there''s a jabber plug but I can''t see one in