2010-11-17 22 views
-2

我想通過Ant發送有關Yammer的通知,但未發送通知。Yammer未通過Ant發送任何通知

我指的是this link

<target name="notify_yammer"> 
    <mail mailhost="${mail_host_name}" mailport="25" user="${mail_host_user}" password="${mail_host_password}" subject="Test build completion notification" charset="utf-8"> 
     <from address="${mail_from_address}" /> 
     <to address="${mail_to_address}" /> 
     <message>Build successfully deployed on server!</message> 
    </mail> 
</target> 

上述任務notify_yammer執行後,我得到了這樣的輸出:

Buildfile: /home/Repository/myProject/build.xml 

notify_yammer: 
    [mail] Sending email: Test build completion notification 
    [mail] Sent email with 0 attachments 
**BUILD SUCCESSFUL** 
Total time: 5 seconds 

但我收到了Yammer的任何通知。

Notification Settings需要更改嗎?或者你能告訴我什麼是錯的?

回答

0

Yammer網站已關閉2天,所以沒有通知yammer。

即網站是下來19Nov - 11月20日在yammmer通過ANT

現在成功的電子郵件/文件通知。