Hi,<br><br>You should copy/move the entire jabber_notifier folder<font color="#616b72" face="Verdana" size="3"><span style="font-size: 13px;">.<br><span style="color: rgb(0, 0, 0);">As you start cruise it scans all the folders under 
</span></span></font><font color="#616b72" face="Verdana" size="3"><span style="font-size: 13px;">builder_plugins/installed <span style="color: rgb(0, 0, 0);">and tries to run init.rb from every found dir to enable the plugins.
<br>Make sure that init.rb is present under the following path: cruisecontrolrb-1.1.0/builder_plugins/installed/jabber_notifier/</span></span></font><font color="#616b72" face="Verdana" size="3"><span style="font-size: 13px;">
<span style="color: rgb(0, 0, 0);"></span><br></span></font><br><br>Cheers,<br>D.<br><br><div><span class="gmail_quote">On 6/19/07, <b class="gmail_sendername">David James</b> &lt;<a href="mailto:dj@collectiveinsight.net">
dj@collectiveinsight.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div>I&#39;m having trouble getting jabber_notifier to work.
</div><div><br></div>I read the instructions here:<div><a href="http://cruisecontrolrb.thoughtworks.com/documentation/plugins/available/jabber_notifier" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://cruisecontrolrb.thoughtworks.com/documentation/plugins/available/jabber_notifier</a></div><div><br></div><div>This line is not clear to me:</div><div><blockquote type="cite"><font color="#616b72" face="Verdana" size="3">
<span style="font-size: 13px;">Copy jabber_notifier_plugin folder to builder_plugins/installed</span></font><br></blockquote><div><br></div>Does this mean...</div><div>a. copy the whole folder?</div><div>b. copy the contents of the folder?
</div><div><br></div><div>I&#39;ve tried it both ways.&nbsp; 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&#39; for #&lt;Project:0xb72bac34&gt; in ./script/../config/../script/../config/../app/models/project.rb:100:in `method_missing&#39;
</blockquote></div><div><br></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>&nbsp; # Send email notifications about broken and fixed builds
</div><div>&nbsp; project.email_notifier.emails = %w(<a href="mailto:broken_build@domain.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">broken_build@domain.com</a>)</div><div><br></div><div>&nbsp; # Set email &#39;from&#39; field:
</div><div>&nbsp; project.email_notifier.from = &#39;<a href="mailto:cruise@my-dev-box.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cruise@my-dev-box.com</a>&#39;</div><div><br></div><div>&nbsp; project.jabber_notifier.subscribers
 = %w(<a href="mailto:gmail_account_1@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">gmail_account_1@gmail.com</a>)</div><div>&nbsp; project.jabber_notifier.account = &#39;<a href="mailto:recipient_gmail_account@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
recipient_gmail_account@gmail.com</a>&#39;</div><div>&nbsp; project.jabber_notifier.password = &#39;...&#39;</div><div>end</div></blockquote><br></div><div>I had a working setup previously with email_notifier.&nbsp; I&#39;ve tested the IM accounts separately using iChat and Adium.
</div><div><br></div><div>Thanks,</div><span class="sg"><div>David</div></span></div><br>_______________________________________________<br>Cruisecontrolrb-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Cruisecontrolrb-users@rubyforge.org">
Cruisecontrolrb-users@rubyforge.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users" target="_blank">http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
</a><br><br></blockquote></div><br>