This is indicating that the project build state continues to be in
success - by default, this results in no mail sent.
What happens if the shell project build fails?
Cheers,
Brett
On 25/09/2009, at 7:56 AM, Neon wrote:
I am using Apache Continuum 1.3.4 (Beta) running under Tomcat 5.5.28
on linux
I have a shell project and I am not getting emails of the builds. I
have configured for it to send emails out and have seen some here
there, but for some reason am no longer getting emails now. I see the
following in the log file even though I have both email notifiers for
both that project group and the project itself.
2009-09-23 20:07:40,902 [pool-1-thread-3] INFO
org.apache.maven.continuum.execution.shell.ShellBuildExecutor - Exit
code: 0
2009-09-23 20:07:40,951 [pool-1-thread-3] INFO
org.apache.maven.continuum.buildcontroller.DefaultBuildController -
Performing action deploy-artifact
2009-09-23 20:07:41,005 [pool-1-thread-3] INFO
org.apache.maven.continuum.notification.AbstractContinuumNotifier -
Same state, not sending message.
2009-09-23 20:07:41,005 [pool-1-thread-3] INFO
org.apache.maven.continuum.notification.AbstractContinuumNotifier -
Same state, not sending message.
2009-09-23 20:07:41,198 [pool-1-thread-3] INFO
org.apache.maven.continuum.notification.mail.MailContinuumNotifier -
No mail notifier for 'My Shell Project'.
I wonder if this has something to do with the NullPointerException I
get when I created this Shell Project
http://jira.codehaus.org/browse/CONTINUUM-2318
Oh, I am also using Derby 10.5.3.0
I have received emails from this contnuum installation for some of my
other defined projects so I know that email works and that I have the
right configuration.
Regards,
Neon