I'm trying to use the campfire_notifier and have tried everything.

1. I git cloned http://github.com/benburkert/cruisecontrolrb/tree/master to
/home/user/cruise
2. from /home/user/cruise ran "./cruise add proj --git-url ssh://u...@host
:port/path/to/git/repo"
3. project created successfully and /home/user/.cruise folder structure
created

/home/user/.cruise includes
1. builder_plugins folder (empty)
2. data.version file
3. projects folder (includes project folder and subsequent folders)
4. site.css
5. site_config.rb

/home/user/cruise/ includes
a rails app structure including lib/builder_plugins folder that seems to
have current notifier files

My project cruise_config.rb file
(/home/user/.cruise/projects/project/cruise_config.rb):
Project.configure do |project|
  project.campfire_notifier.subdomain     = 'x'
  project.campfire_notifier.username      = 'y
  project.campfire_notifier.password      = 'z'
  project.campfire_notifier.room          = 'A'
end

I've run "git clone
http://github.com/albanpeignier/cruisecontrolrb-campfire_notifier/tree/mastercampfire_notifier";
into:

/home/user/.cruise/builder_plugins/

therefore creating the campfire_notifier folder and it's files.

When I run build on the project I get the following error:

Could not load project configuration: undefined method `campfire_notifier'
for # in ./script/../config/../app/models/project.rb:109:in
`method_missing'<https://ci.armmer.com/projects/api>

Any help is _greatly_ appreciated.


Thanks
---
Jason Meridth
http://jason.lostechies.com
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to