To always send email notification, even if the build state does not change, set the 'alwaysSend' element for the mail notifier to 'true' in the application.xml file that is under [continuum_dir]\apps\continuum\webapp\WEB-INF\classes\META-INF\plexus.
I think 'always build' forces a build even when there are no changes in your scm. Regards, Justin -----Original Message----- From: murali mohan [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 5:24 AM To: [email protected] Subject: Re: Continuum Mail Notifier Issue I guess you need to check the "Always Build" option in the build properties of the project. Murali On Fri, Mar 14, 2008 at 5:11 AM, Tonté <[EMAIL PROTECTED]> wrote: > Ok, thanks I that clears up a bunch of question I had. I have not > been able to confirm the email notification because Continuum keep > saying it's the "Same state, not sending message", even though I have > made changes to my source code and committed it to my subversion repo. > How do I get Continuum to pick up the changes I commit to my > Subversion repo? Granted, I only made one small change (I added one > method and save and committed it). > > Thanks! > > Tonté > > -----Original Message----- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Friday, March 14, 2008 12:05 AM > To: [email protected] > Subject: Re: Continuum Mail Notifier Issue > > On Thu, Mar 13, 2008 at 8:58 PM, Tonte Pouncil <[EMAIL PROTECTED]> wrote: > > > I am running into a problem with the mail notifiers in Continuum. > > I am > getting a > > "java.net.SocketException: Connection reset" error message. Why am > > I > getting this error? > > Sounds like it can't connect to the mail server. From your other > messages I'm going to assume this is on Windows and you're using the > .war file in Tomcat. (It may seem redundant, but it helps to give > that information for each new question you post.) > > If it's Windows, chances are, you're not running something like > sendmail, so you'll need to configure Continuum to use whatever smtp > server you normally use to send email. > > The configuration you posted from that very old article may not be > exactly what Continuum 1.1 wants, but that's the right idea. Replace > localhost with your mail server, such as "smtp.myisp.com". > > -- > Wendy > >
