You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by "Harold.Zhang" <to...@163.com> on 2008/05/15 09:28:52 UTC

why notifiers doesn't work

Hi,I'm new to here...
I set notifiers like pic1...I hope it will give me an
email(tom840520@163.com) when I finish build the project "cox2wireless" no
matter failure/error/successfull...But I didn't get an email...
http://www.nabble.com/file/p17247552/1.png 
then I set notifiers like pic2...but I still didn't get an email
http://www.nabble.com/file/p17247552/2.png 
i set both of them(pic1 and pic2) but I didn't get an eamil at all...

anyone will help me...
thank you any way...
-- 
View this message in context: http://www.nabble.com/why-notifiers-doesn%27t-work-tp17247552p17247552.html
Sent from the Continuum - Users mailing list archive at Nabble.com.


Re: why notifiers doesn't work

Posted by Emmanuel Venisse <em...@gmail.com>.
Do you have restarted Continuum after this change?

Emmanuel

On Thu, May 15, 2008 at 10:46 AM, Harold.Zhang <to...@163.com> wrote:

>
> at first,I didn't define the smtp server...and then follow you instruction
> I
> defined it like this:
> D:\SoftWare\littletools\continuum-1.1\conf\plexus.xml
>
>
> <configuration>
>        <resources>
>          <!-- START SNIPPET: mail -->
>          <!--
>               Mail Session
>          -->
>          <resource>
>            <name>mail/Session</name>
>            <type>javax.mail.Session</type>
>            <properties>
>              <property>
>                <name>mail.smtp.host</name>
>                <value>smtp.163.com</value>
>              </property>
>              <property>
>                <name>mail.smtp.port</name>
>                <value>25</value>
>              </property>
>
>              <!--
>              <property>
> But I still didn't get my email after I build the project
>
>
>
> Emmanuel Venisse-2 wrote:
> >
> > Do you have define your smtp server?
> >
> > Emmanuel
> >
> > On Thu, May 15, 2008 at 9:28 AM, Harold.Zhang <to...@163.com> wrote:
> >
> >>
> >> Hi,I'm new to here...
> >> I set notifiers like pic1...I hope it will give me an
> >> email(tom840520@163.com) when I finish build the project "cox2wireless"
> >> no
> >> matter failure/error/successfull...But I didn't get an email...
> >> http://www.nabble.com/file/p17247552/1.png
> >> then I set notifiers like pic2...but I still didn't get an email
> >> http://www.nabble.com/file/p17247552/2.png
> >> i set both of them(pic1 and pic2) but I didn't get an eamil at all...
> >>
> >> anyone will help me...
> >> thank you any way...
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/why-notifiers-doesn%27t-work-tp17247552p17247552.html
> >> Sent from the Continuum - Users mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Re%3A-why-notifiers-doesn%27t-work-tp17248007p17248348.html
> Sent from the Continuum - Users New mailing list archive at Nabble.com.
>
>

Re: why notifiers doesn't work

Posted by "Harold.Zhang" <to...@163.com>.
at first,I didn't define the smtp server...and then follow you instruction I
defined it like this:
D:\SoftWare\littletools\continuum-1.1\conf\plexus.xml


<configuration>
        <resources>
          <!-- START SNIPPET: mail -->
          <!--
               Mail Session
          -->
          <resource>
            <name>mail/Session</name>
            <type>javax.mail.Session</type>
            <properties>
              <property>
                <name>mail.smtp.host</name>
                <value>smtp.163.com</value>
              </property>
              <property>
                <name>mail.smtp.port</name>
                <value>25</value>
              </property>

              <!--
              <property> 
But I still didn't get my email after I build the project



Emmanuel Venisse-2 wrote:
> 
> Do you have define your smtp server?
> 
> Emmanuel
> 
> On Thu, May 15, 2008 at 9:28 AM, Harold.Zhang <to...@163.com> wrote:
> 
>>
>> Hi,I'm new to here...
>> I set notifiers like pic1...I hope it will give me an
>> email(tom840520@163.com) when I finish build the project "cox2wireless"
>> no
>> matter failure/error/successfull...But I didn't get an email...
>> http://www.nabble.com/file/p17247552/1.png
>> then I set notifiers like pic2...but I still didn't get an email
>> http://www.nabble.com/file/p17247552/2.png
>> i set both of them(pic1 and pic2) but I didn't get an eamil at all...
>>
>> anyone will help me...
>> thank you any way...
>> --
>> View this message in context:
>> http://www.nabble.com/why-notifiers-doesn%27t-work-tp17247552p17247552.html
>> Sent from the Continuum - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Re%3A-why-notifiers-doesn%27t-work-tp17248007p17248348.html
Sent from the Continuum - Users New mailing list archive at Nabble.com.


RE: why notifiers doesn't work

Posted by "Harold.Zhang" <to...@163.com>.
Yes...it works ...it's really a happy time...thanks both of you "Emmanuel
Venisse and jslinnha"...
thanks again...



jslinnha wrote:
> 
> Hi Harold, 
> 
> You are getting an "SMTPSendFailedException : 553 authentication is
> required."
> 
> So I presume you need to set up a user / password for the smtp
> connection.
> 
> 
> 
> -----Original Message-----
> From: Harold.Zhang [mailto:tom840520@163.com] 
> Sent: 19 May 2008 03:12
> To: users@continuum.apache.org
> Subject: Re: why notifiers doesn't work
> 
> 
> 
> jslinnha wrote:
>> 
>> Continuum, will by defualt only email on a "state change".  eg. a 
>> previously successful build is now failing.
>> 
>> In application.xml you can set the property 
>> <alwaysSend>true</alwaysSend> to "always send" - but you will get
> spammed!
>> 
>> 
>> 
>> 
>> 
>> Harold.Zhang wrote:
>>> yes,I restarted the continuum...but after I build my project
>>> "cox2wireless",i
>>> still cann't receive the email.
>>> 
>>> 
>>> Emmanuel Venisse-2 wrote:
>>>> Do you have define your smtp server?
>>>>
>>>> Emmanuel
>>>>
>>>> On Thu, May 15, 2008 at 9:28 AM, Harold.Zhang <to...@163.com>
> wrote:
>>>>
>>>>> Hi,I'm new to here...
>>>>> I set notifiers like pic1...I hope it will give me an
>>>>> email(tom840520@163.com) when I finish build the project
> "cox2wireless"
>>>>> no
>>>>> matter failure/error/successfull...But I didn't get an email...
>>>>> http://www.nabble.com/file/p17247552/1.png
>>>>> then I set notifiers like pic2...but I still didn't get an email
>>>>> http://www.nabble.com/file/p17247552/2.png
>>>>> i set both of them(pic1 and pic2) but I didn't get an eamil at
> all...
>>>>>
>>>>> anyone will help me...
>>>>> thank you any way...
>>>>> --
>>>>> View this message in context:
>>>>>
> http://www.nabble.com/why-notifiers-doesn%27t-work-tp17247552p17247552.h
> tml
>>>>> Sent from the Continuum - Users mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>
>>> 
>> 
>> 
>> 
> http://www.nabble.com/file/p17310129/1.png 
> Hey,I configured the application.xml  as what you said to me..
> this time it's a litter better than before...but it threw an
> exception...
> showed by the pic,the continuum.log said "Recipient is
> tom840520@163.com"
> ,yes,the email is I confirmed...but I didn't confirm "sender is
> tom840520@163.com",why it say "- Sending message: From
> '"Continuum@harold"
> <to...@163.com>'."
> please Help me,what's the reason of the exception...
> -- 
> View this message in context:
> http://www.nabble.com/Re%3A-why-notifiers-doesn%27t-work-tp17248007p1731
> 0129.html
> Sent from the Continuum - Users New mailing list archive at Nabble.com.
> 
> 
> 
> This email is from Elsevier Limited, a company registered in England and
> Wales with company number 1982084,
> whose registered office is The Boulevard, Langford Lane, Kidlington,
> Oxford, OX5 1GB, United Kingdom.
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Re%3A-why-notifiers-doesn%27t-work-tp17248007p17331796.html
Sent from the Continuum - Users New mailing list archive at Nabble.com.


RE: why notifiers doesn't work

Posted by "SlinnHawkins, Jon (ELS-CAM)" <J....@elsevier.com>.
Hi Harold, 

You are getting an "SMTPSendFailedException : 553 authentication is
required."

So I presume you need to set up a user / password for the smtp
connection.



-----Original Message-----
From: Harold.Zhang [mailto:tom840520@163.com] 
Sent: 19 May 2008 03:12
To: users@continuum.apache.org
Subject: Re: why notifiers doesn't work



jslinnha wrote:
> 
> Continuum, will by defualt only email on a "state change".  eg. a 
> previously successful build is now failing.
> 
> In application.xml you can set the property 
> <alwaysSend>true</alwaysSend> to "always send" - but you will get
spammed!
> 
> 
> 
> 
> 
> Harold.Zhang wrote:
>> yes,I restarted the continuum...but after I build my project
>> "cox2wireless",i
>> still cann't receive the email.
>> 
>> 
>> Emmanuel Venisse-2 wrote:
>>> Do you have define your smtp server?
>>>
>>> Emmanuel
>>>
>>> On Thu, May 15, 2008 at 9:28 AM, Harold.Zhang <to...@163.com>
wrote:
>>>
>>>> Hi,I'm new to here...
>>>> I set notifiers like pic1...I hope it will give me an
>>>> email(tom840520@163.com) when I finish build the project
"cox2wireless"
>>>> no
>>>> matter failure/error/successfull...But I didn't get an email...
>>>> http://www.nabble.com/file/p17247552/1.png
>>>> then I set notifiers like pic2...but I still didn't get an email
>>>> http://www.nabble.com/file/p17247552/2.png
>>>> i set both of them(pic1 and pic2) but I didn't get an eamil at
all...
>>>>
>>>> anyone will help me...
>>>> thank you any way...
>>>> --
>>>> View this message in context:
>>>>
http://www.nabble.com/why-notifiers-doesn%27t-work-tp17247552p17247552.h
tml
>>>> Sent from the Continuum - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>> 
> 
> 
> 
http://www.nabble.com/file/p17310129/1.png 
Hey,I configured the application.xml  as what you said to me..
this time it's a litter better than before...but it threw an
exception...
showed by the pic,the continuum.log said "Recipient is
tom840520@163.com"
,yes,the email is I confirmed...but I didn't confirm "sender is
tom840520@163.com",why it say "- Sending message: From
'"Continuum@harold"
<to...@163.com>'."
please Help me,what's the reason of the exception...
-- 
View this message in context:
http://www.nabble.com/Re%3A-why-notifiers-doesn%27t-work-tp17248007p1731
0129.html
Sent from the Continuum - Users New mailing list archive at Nabble.com.



This email is from Elsevier Limited, a company registered in England and Wales with company number 1982084,
whose registered office is The Boulevard, Langford Lane, Kidlington, Oxford, OX5 1GB, United Kingdom.


Re: why notifiers doesn't work

Posted by "Harold.Zhang" <to...@163.com>.

jslinnha wrote:
> 
> Continuum, will by defualt only email on a "state change".  eg. a 
> previously successful build is now failing.
> 
> In application.xml you can set the property 
> <alwaysSend>true</alwaysSend> to "always send" - but you will get spammed!
> 
> 
> 
> 
> 
> Harold.Zhang wrote:
>> yes,I restarted the continuum...but after I build my project
>> "cox2wireless",i
>> still cann't receive the email.
>> 
>> 
>> Emmanuel Venisse-2 wrote:
>>> Do you have define your smtp server?
>>>
>>> Emmanuel
>>>
>>> On Thu, May 15, 2008 at 9:28 AM, Harold.Zhang <to...@163.com> wrote:
>>>
>>>> Hi,I'm new to here...
>>>> I set notifiers like pic1...I hope it will give me an
>>>> email(tom840520@163.com) when I finish build the project "cox2wireless"
>>>> no
>>>> matter failure/error/successfull...But I didn't get an email...
>>>> http://www.nabble.com/file/p17247552/1.png
>>>> then I set notifiers like pic2...but I still didn't get an email
>>>> http://www.nabble.com/file/p17247552/2.png
>>>> i set both of them(pic1 and pic2) but I didn't get an eamil at all...
>>>>
>>>> anyone will help me...
>>>> thank you any way...
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/why-notifiers-doesn%27t-work-tp17247552p17247552.html
>>>> Sent from the Continuum - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>> 
> 
> 
> 
http://www.nabble.com/file/p17310129/1.png 
Hey,I configured the application.xml  as what you said to me..
this time it's a litter better than before...but it threw an exception...
showed by the pic,the continuum.log said "Recipient is tom840520@163.com"
,yes,the email is I confirmed...but I didn't confirm "sender is
tom840520@163.com",why it say "- Sending message: From '"Continuum@harold"
<to...@163.com>'."
please Help me,what's the reason of the exception...
-- 
View this message in context: http://www.nabble.com/Re%3A-why-notifiers-doesn%27t-work-tp17248007p17310129.html
Sent from the Continuum - Users New mailing list archive at Nabble.com.


Re: why notifiers doesn't work

Posted by Jon SlinnHawkins <j....@elsevier.com>.
Continuum, will by defualt only email on a "state change".  eg. a 
previously successful build is now failing.

In application.xml you can set the property 
<alwaysSend>true</alwaysSend> to "always send" - but you will get spammed!





Harold.Zhang wrote:
> yes,I restarted the continuum...but after I build my project "cox2wireless",i
> still cann't receive the email.
> 
> 
> Emmanuel Venisse-2 wrote:
>> Do you have define your smtp server?
>>
>> Emmanuel
>>
>> On Thu, May 15, 2008 at 9:28 AM, Harold.Zhang <to...@163.com> wrote:
>>
>>> Hi,I'm new to here...
>>> I set notifiers like pic1...I hope it will give me an
>>> email(tom840520@163.com) when I finish build the project "cox2wireless"
>>> no
>>> matter failure/error/successfull...But I didn't get an email...
>>> http://www.nabble.com/file/p17247552/1.png
>>> then I set notifiers like pic2...but I still didn't get an email
>>> http://www.nabble.com/file/p17247552/2.png
>>> i set both of them(pic1 and pic2) but I didn't get an eamil at all...
>>>
>>> anyone will help me...
>>> thank you any way...
>>> --
>>> View this message in context:
>>> http://www.nabble.com/why-notifiers-doesn%27t-work-tp17247552p17247552.html
>>> Sent from the Continuum - Users mailing list archive at Nabble.com.
>>>
>>>
>>
> 


Re: why notifiers doesn't work

Posted by "Harold.Zhang" <to...@163.com>.
yes,I restarted the continuum...but after I build my project "cox2wireless",i
still cann't receive the email.


Emmanuel Venisse-2 wrote:
> 
> Do you have define your smtp server?
> 
> Emmanuel
> 
> On Thu, May 15, 2008 at 9:28 AM, Harold.Zhang <to...@163.com> wrote:
> 
>>
>> Hi,I'm new to here...
>> I set notifiers like pic1...I hope it will give me an
>> email(tom840520@163.com) when I finish build the project "cox2wireless"
>> no
>> matter failure/error/successfull...But I didn't get an email...
>> http://www.nabble.com/file/p17247552/1.png
>> then I set notifiers like pic2...but I still didn't get an email
>> http://www.nabble.com/file/p17247552/2.png
>> i set both of them(pic1 and pic2) but I didn't get an eamil at all...
>>
>> anyone will help me...
>> thank you any way...
>> --
>> View this message in context:
>> http://www.nabble.com/why-notifiers-doesn%27t-work-tp17247552p17247552.html
>> Sent from the Continuum - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Re%3A-why-notifiers-doesn%27t-work-tp17248007p17266198.html
Sent from the Continuum - Users New mailing list archive at Nabble.com.


Re: why notifiers doesn't work

Posted by Emmanuel Venisse <em...@gmail.com>.
Do you have define your smtp server?

Emmanuel

On Thu, May 15, 2008 at 9:28 AM, Harold.Zhang <to...@163.com> wrote:

>
> Hi,I'm new to here...
> I set notifiers like pic1...I hope it will give me an
> email(tom840520@163.com) when I finish build the project "cox2wireless" no
> matter failure/error/successfull...But I didn't get an email...
> http://www.nabble.com/file/p17247552/1.png
> then I set notifiers like pic2...but I still didn't get an email
> http://www.nabble.com/file/p17247552/2.png
> i set both of them(pic1 and pic2) but I didn't get an eamil at all...
>
> anyone will help me...
> thank you any way...
> --
> View this message in context:
> http://www.nabble.com/why-notifiers-doesn%27t-work-tp17247552p17247552.html
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>