<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV>I'm having trouble getting jabber_notifier to work.</DIV><DIV><BR class="khtml-block-placeholder"></DIV>I read the instructions here:<DIV><A href="http://cruisecontrolrb.thoughtworks.com/documentation/plugins/available/jabber_notifier">http://cruisecontrolrb.thoughtworks.com/documentation/plugins/available/jabber_notifier</A></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>This line is not clear to me:</DIV><DIV><BLOCKQUOTE type="cite"><FONT class="Apple-style-span" color="#616B72" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 13px;">Copy jabber_notifier_plugin folder to builder_plugins/installed</SPAN></FONT><BR></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV>Does this mean...</DIV><DIV>a. copy the whole folder?</DIV><DIV>b. copy the contents of the folder?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I've tried it both ways. In both cases I get this error from the `./cruise start` terminal window (I left open to see log)</DIV><DIV><BLOCKQUOTE type="cite">[fatal] [2007-06-19 16:54:50] Could not load project configuration: undefined method `jabber_notifier' for #<Project:0xb72bac34> in ./script/../config/../script/../config/../app/models/project.rb:100:in `method_missing'</BLOCKQUOTE></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Here is a snippet from my project cruise_control.rb file:</DIV><DIV><BLOCKQUOTE type="cite"><DIV>Project.configure do |project|</DIV><DIV> # Send email notifications about broken and fixed builds</DIV><DIV> project.email_notifier.emails = %w(<A href="mailto:broken_build@domain.com">broken_build@domain.com</A>)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV> # Set email 'from' field:</DIV><DIV> project.email_notifier.from = '<A href="mailto:cruise@my-dev-box.com">cruise@my-dev-box.com</A>'</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV> project.jabber_notifier.subscribers = %w(<A href="mailto:gmail_account_1@gmail.com">gmail_account_1@gmail.com</A>)</DIV><DIV> project.jabber_notifier.account = '<A href="mailto:recipient_gmail_account@gmail.com">recipient_gmail_account@gmail.com</A>'</DIV><DIV> project.jabber_notifier.password = '...'</DIV><DIV>end</DIV></BLOCKQUOTE><BR></DIV><DIV>I had a working setup previously with email_notifier. I've tested the IM accounts separately using iChat and Adium.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks,</DIV><DIV>David</DIV></BODY></HTML>