Help with notifier config for MSN in pom

View: New views
4 Messages — Rating Filter:   Alert me  

Help with notifier config for MSN in pom

by Jeroen Verhagen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I configured a mail notifier in my pom like this:

<notifier>
  <type>mail</type>
  <sendOnError>true</sendOnError>
  <sendOnFailure>true</sendOnFailure>
  <sendOnSuccess>true</sendOnSuccess>
  <sendOnWarning>true</sendOnWarning>
  <configuration>
    <address>my-address@...</address>
  </configuration>
</notifier>

I managed to get a MSN notifier to work by adding it to manually
through Continuum gui but I would like to configure it in my pom but I
can't find the names and parameters for the configuration.

Can anybody please show me an example configuration for a MSN notifier
containing fields for  MSN login, MSN password, recipient address etc?

--

regards,

Jeroen

Re: Help with notifier config for MSN in pom

by Emmanuel Venisse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In the POM:

<notifier>
  <type>msn</type>
  <sendOnError>true</sendOnError>
  <sendOnFailure>true</sendOnFailure>
  <sendOnSuccess>true</sendOnSuccess>
  <sendOnWarning>true</sendOnWarning>
  <configuration>
    <address>my-address@...</address>
  </configuration>
</notifier>

In the configuration of the MsnContinuumNotifier in application.xml, you define your MSN login/password.

Emmanuel

Jeroen Verhagen a écrit :

> Hi all,
>
> I configured a mail notifier in my pom like this:
>
> <notifier>
>  <type>mail</type>
>  <sendOnError>true</sendOnError>
>  <sendOnFailure>true</sendOnFailure>
>  <sendOnSuccess>true</sendOnSuccess>
>  <sendOnWarning>true</sendOnWarning>
>  <configuration>
>    <address>my-address@...</address>
>  </configuration>
> </notifier>
>
> I managed to get a MSN notifier to work by adding it to manually
> through Continuum gui but I would like to configure it in my pom but I
> can't find the names and parameters for the configuration.
>
> Can anybody please show me an example configuration for a MSN notifier
> containing fields for  MSN login, MSN password, recipient address etc?
>


Re: Help with notifier config for MSN in pom

by Jeroen Verhagen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks! That made it work!

regards,

Jeroen

On 4/23/07, Emmanuel Venisse <emmanuel@...> wrote:

> In the POM:
>
> <notifier>
>   <type>msn</type>
>   <sendOnError>true</sendOnError>
>   <sendOnFailure>true</sendOnFailure>
>   <sendOnSuccess>true</sendOnSuccess>
>   <sendOnWarning>true</sendOnWarning>
>   <configuration>
>     <address>my-address@...</address>
>   </configuration>
> </notifier>
>
> In the configuration of the MsnContinuumNotifier in application.xml, you define your MSN login/password.
>
> Emmanuel
>
> Jeroen Verhagen a écrit :
> > Hi all,
> >
> > I configured a mail notifier in my pom like this:
> >
> > <notifier>
> >  <type>mail</type>
> >  <sendOnError>true</sendOnError>
> >  <sendOnFailure>true</sendOnFailure>
> >  <sendOnSuccess>true</sendOnSuccess>
> >  <sendOnWarning>true</sendOnWarning>
> >  <configuration>
> >    <address>my-address@...</address>
> >  </configuration>
> > </notifier>
> >
> > I managed to get a MSN notifier to work by adding it to manually
> > through Continuum gui but I would like to configure it in my pom but I
> > can't find the names and parameters for the configuration.
> >
> > Can anybody please show me an example configuration for a MSN notifier
> > containing fields for  MSN login, MSN password, recipient address etc?
> >
>
>


--

regards,

Jeroen

Re: Help with notifier config for MSN in pom

by Harold.Zhang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,I'm a litter confused about the msn notification...
there are three points I'm confused at:
1.as pic1 showed,<sendAlways>true</sendAlways>,I just configured the two places,but there is no information to me me by msn...
2.as pic2 showd,<sendAlways>true</sendAlways>,loginname and password in application.xml,I just configured the three places
3. 1+2,I configured the four places(pic1+pic2+<sendAlways>true</sendAlways>+loginname and password in application.xml)...
method1 i have tested,i can't receive a msn information...
method2 i didn't tested,because I didn't know how to configure loginname and password in application.xml...could you please tell me.(first i configured like this <from-address>tom840520@hotmail.com<from-address/>
                                  <from-password>123456<from-password/>,but the continuum started with exception,so I add comments to them)
method3 i didn't test,because i didn't know how configure loginname and password as the reason showed by method2.
all the three methods i experiment isolately..
Please help me




 
Emmanuel Venisse wrote:
In the POM:

<notifier>
  <type>msn</type>
  <sendOnError>true</sendOnError>
  <sendOnFailure>true</sendOnFailure>
  <sendOnSuccess>true</sendOnSuccess>
  <sendOnWarning>true</sendOnWarning>
  <configuration>
    <address>my-address@hotmail.com</address>
  </configuration>
</notifier>

In the configuration of the MsnContinuumNotifier in application.xml, you define your MSN login/password.

Emmanuel

Jeroen Verhagen a écrit :
> Hi all,
>
> I configured a mail notifier in my pom like this:
>
> <notifier>
>  <type>mail</type>
>  <sendOnError>true</sendOnError>
>  <sendOnFailure>true</sendOnFailure>
>  <sendOnSuccess>true</sendOnSuccess>
>  <sendOnWarning>true</sendOnWarning>
>  <configuration>
>    <address>my-address@gmail.com</address>
>  </configuration>
> </notifier>
>
> I managed to get a MSN notifier to work by adding it to manually
> through Continuum gui but I would like to configure it in my pom but I
> can't find the names and parameters for the configuration.
>
> Can anybody please show me an example configuration for a MSN notifier
> containing fields for  MSN login, MSN password, recipient address etc?
>