论坛首页 编程语言技术论坛

cruisecontrol.rb 邮件通知问题

浏览 2061 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2010-10-26  
因为要编译一个windows项目,不得不放在windows server 2008 R2下,
按照要求修改 c:\Users\Administrator\.cruise\site_config.rb
 ActionMailer::Base.smtp_settings = {
   :address =>        'zjuem.zju.edu.cn',
   :port =>           25,
   :domain =>         'zju.edu.cn',
   :authentication => :login,
   :user_name =>      'xxx',
   :password =>       'yyy'
 }


及项目中的 CruiseControl.rb

  project.email_notifier.emails = ['xxx@gmail.com']


启动后,其他都正常,就是没有 email notify. why?
   发表时间:2010-10-26  
site_config.rb 的位置好像错了,改到 \CruiseControl.rb\config\目录。
又有新的错误:
Error in plugin EmailNotifier: wrong number of arguments (3 for 2)

查了一下,好像是 smtp_tls.rb 与 ruby 1.8.7 兼容问题,
http://jira.public.thoughtworks.org/browse/CCRB-187
0 请登录后投票
论坛首页 编程语言技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics