similar to: CCTray setup with remote CC.rb

Displaying 20 results from an estimated 900 matches similar to: "CCTray setup with remote CC.rb"

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
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?
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 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
2007 Jul 24
0
CCTray written in Java to connect to Cruise Control
Hi, JCCTray is a Java port of CCTray that was originally written in .NET. JCCTray is a utility for use with all flavors of CruiseControl Continuous Integration servers. Specifically it works with CruiseControl, CruiseControl.NET, CruiseControl.Rb. It provides feedback on build progress, and allows control over some of the server''s operations. You can download JCCTray from
2008 May 20
3
IRC bot for cc.rb?
Hi all, Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb notifications? Will.
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 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,
2008 Jun 09
1
Configuration Settings
I am trying to configure CC.rb as an NT service, and have it installed using SRVANY.exe, and can access the dashboard via http://localhost:3333 Now have a few questions about config 1) Used "cruise add" to add the project, but the dashboard still the dhasboard says "There are no projects in the project directory" 2) This question may answer 1), how do I configure the
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
2008 Jul 22
2
can''t execute a build - on windows + jruby
Hi all, Am trying to get cc.rb working on a windows machine, running under JRuby. I patched line 19 of project_migration.rb to use jruby, instead of ruby. execute "jruby #{File.join(migrate_scripts_directory, script)} #{@data_dir}" The add project works fine, but when I run start, the webpage just hangs on the ajax request to build - never actually executes the build at all, or comes
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 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)
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 18
1
documentation suggestion
Because I''m filing more of a sysadmin role than as a ruby developer I overlooked a nuance that is probably obvious to others, but edits to config/site_config.rb require a restart of CC-rb. I was banging my head on the wall wondering why none of my smtp auth settings made any difference. :( A suggestion would be to note this requirement in manual (http://
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
2007 Apr 17
7
rspec with CI
I am a bit of a rails and rspec noob. I am trying to use rspec in conjunction with CruiseControlrb. When I run a cruise build having spec errors, the build does not indicate a failure. I have tried to track down why this is the case, and my best guess is that the spec task is kicking off the spec via a ruby() method in rake, and that ruby method does not propagate my spec failure back to
2008 Jun 05
2
Build count limit == 5 ?
I have been running 4 builds on my CC server for a while now without a problem. Now I''ve added a 5th, and the dashboard is acting very strangely. Before I started the builder for the new project (while I was editing the config files, etc), it showed up on the dashboard as expected, with ''builder down''. However, at the top of the list of project rows was a white gap,
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
2008 May 21
1
Fwd: One Build at a time
> > Hello CCrb users. > > Is there a way to configure Cruise Control rb to only build one > project at a time? > > I have two projects is two different repositories, and I don''t want > their builds to overlap. > > Thanks, > > Doug Bradbury > Software Craftsman > 8th Light, Inc. > blog.8thlight.com/doug