Question

Je veux envoyer une notification sur Yammer par Ant, mais sont envoyés aucune notification.

Je me réfère à ce lien .

<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>

Après l'exécution de la tâche ci-dessus notify_yammer, je suis cette sortie:

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

Mais je reçu aucune notification sur Yammer.

Y at-il des changements nécessaires dans ? Ou pouvez-vous me dire ce qui ne va pas?

Était-ce utile?

La solution

le site Yammer est pendant 2 jours, donc aucune notification sur Yammer.

i.e. site est sur 19Nov -. 20 novembre

Le succès Email / RSS Notification relative yammmer par ANT.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top