I'm trying CC.rb for the first time and I'm scratching my head why Dashboard
insists there's no project to build.

I successfully installed the default cruisecontrolrb-1.3.0, successfully did
a "cruise add" of my rails project from svn, and then "cruise start" appears
to start ok. However, the Dashboard insists there's no project.

The "cruise start" console output:

C:\cruisecontrolrb-1.3.0>cruise start
cruise data root = 'C:\cruisecontrolrb_projects'
=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails application starting on http://0.0.0.0:3333
=> Call with -d to detach
=> Ctrl-C to shutdown server
C:/InstantRails-1.7-UW/ruby/lib/ruby/gems/1.8/gems/mongrel-1.0.1-mswin32/bin/mon
grel_rails:46: warning: conflicting chdir during another chdir block
** Starting Mongrel listening at 0.0.0.0:3333
** Starting Rails with production environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready.  INT => stop (no restart).
** Mongrel available at 0.0.0.0:3333
** Use CTRL-C to stop.

When I bring up http://localhost:3333/ I get the following web page output:

Welcome to CruiseControl.rb!
There are no projects in the projects directory
[C:\cruisecontrolrb_projects/projects] yet.

And the consequent console output is a repeat of the following output every
~5 seconds:

Processing ProjectsController#index (for 127.0.0.1 at 2008-04-30 12:14:58)
[GET]

  Parameters: {"action"=>"index", "controller"=>"projects"}
Rendering layoutfalsecontent_typetext/htmlactionindex within layouts/default
Rendering projects/index
Completed in 0.03100 (32 reqs/sec) | Rendering: 0.03100 (100%) | 200 OK
[http://
localhost/]
ost/]

I haven't made any configuration changes other than to repoint
CRUISE_DATA_ROOT.

There were no errors or warnings reported on the console during the "cruise
add" checkout from svn, however, do you think the warning reported above in
the console output from the "cruise start" command the source of the
problem?

thanks
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to