<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>Ok, it is working as it should.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Turns out that the way that email_notifier and jabber_notififer are setup is slightly different.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>email_notifier : emails if the build is broken (first time and every time) or when the build is fixed</DIV><DIV>jabber_notifier: emails if the build is broken (first time only) or when the build is fixed</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>-David</DIV></SPAN></SPAN></SPAN></DIV><BR><DIV><DIV>On Jun 19, 2007, at 5:39 PM, David James wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>Thanks for the clarification. I followed your steps and restarted cruise -- that got rid of my [fatal] error. Yay!</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>However, cc.rb is not yet sending jabber notifications. Nothing shows up in either production.log or ProjectName_builder.log that mentions jabber.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Any recommendations on how I can I further debug?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Have others had success with using gmail / gtalk accounts?</DIV><BR class="Apple-interchange-newline"></SPAN></SPAN></SPAN> </DIV><DIV>-David</DIV><BR><DIV><DIV>On Jun 19, 2007, at 5:05 PM, Dmitry Verkhovsky wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">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> <<A href="mailto:dj@collectiveinsight.net"> dj@collectiveinsight.net</A>> 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'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'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></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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">broken_build@domain.com</A>)</DIV><DIV><BR></DIV><DIV> # Set email 'from' field: </DIV><DIV> project.email_notifier.from = '<A href="mailto:cruise@my-dev-box.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cruise@my-dev-box.com</A>'</DIV><DIV><BR></DIV><DIV> 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> project.jabber_notifier.account = '<A href="mailto:recipient_gmail_account@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> 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></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></BLOCKQUOTE></DIV><BR><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Cruisecontrolrb-users mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:Cruisecontrolrb-users@rubyforge.org">Cruisecontrolrb-users@rubyforge.org</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users">http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users</A></DIV> </BLOCKQUOTE></DIV><BR></BODY></HTML>