Continuum does not seem to be trying to send email to the notifier
------------------------------------------------------------------
Key: CONTINUUM-874
URL: http://jira.codehaus.org/browse/CONTINUUM-874
Project: Continuum
Issue Type: Bug
Components: Mail Notifier
Affects Versions: 1.1
Environment: Windows
Reporter: David Schwartz
I have configure a mail notification in the POM using the following:
<ciManagement>
<system>continuum</system>
<notifiers>
<notifier>
<type>mail</type>
<configuration><address>[EMAIL PROTECTED]</address></configuration>
</notifier>
</notifiers>
</ciManagement>
I then tried to build this project twice. The first time it was a success and
the log did not seem to show any attempt to send an email. The second time I
changed a file so it would fail and there still did not seem to be an attempt
to send an email. Here is the output to the console:
2006-09-13 21:42:36,234 [pool-1-thread-1] INFO ContinuumScm
- Updated 1 files.
2006-09-13 21:42:36,281 [pool-1-thread-1] INFO BuildController
- Merging SCM results
2006-09-13 21:42:36,296 [pool-1-thread-1] INFO BuildController
- Changes found, building
2006-09-13 21:42:36,296 [pool-1-thread-1] INFO BuildController
- Performing action update-project-from-working-directory
2006-09-13 21:42:36,328 [pool-1-thread-1] INFO
Action:update-project-from-working-directory - Updating project 'Websphere
Maven Plugin' from checkout.
2006-09-13 21:42:36,406 [pool-1-thread-1] INFO JDO
- >> JoinMapStore.put key=address [EMAIL PROTECTED]
2006-09-13 21:42:36,500 [pool-1-thread-1] WARN SQL
- Object with id
"6[OID]org.apache.maven.continuum.model.project.ProjectDependency" not found !
2006-09-13 21:42:36,500 [pool-1-thread-1] WARN SQL
- Object with id
"8[OID]org.apache.maven.continuum.model.project.ProjectDeveloper" not found !
2006-09-13 21:42:36,500 [pool-1-thread-1] WARN SQL
- Object with id
"7[OID]org.apache.maven.continuum.model.project.ProjectDependency" not found !
2006-09-13 21:42:36,515 [pool-1-thread-1] WARN SQL
- Object with id "2" not found !
2006-09-13 21:42:36,515 [pool-1-thread-1] WARN SQL
- Object with id
"8[OID]org.apache.maven.continuum.model.project.ProjectDependency" not found !
2006-09-13 21:42:36,515 [pool-1-thread-1] WARN SQL
- Object with id
"6[OID]org.apache.maven.continuum.model.project.ProjectDeveloper" not found !
2006-09-13 21:42:36,515 [pool-1-thread-1] WARN SQL
- Object with id
"7[OID]org.apache.maven.continuum.model.project.ProjectDeveloper" not found !
2006-09-13 21:42:36,515 [pool-1-thread-1] WARN SQL
- Object with id
"5[OID]org.apache.maven.continuum.model.project.ProjectDeveloper" not found !
2006-09-13 21:42:36,515 [pool-1-thread-1] INFO BuildController
- Performing action execute-builder
2006-09-13 21:42:36,578 [pool-1-thread-1] WARN ContinuumBuildExecutor:maven2
- Could not find the executable 'mvn' in this path:
2006-09-13 21:42:36,609 [pool-1-thread-1] INFO ShellCommandHelper
- Executing: mvn --batch-mode --non-recursive clean install
2006-09-13 21:42:36,609 [pool-1-thread-1] INFO ShellCommandHelper
- Working directory:
C:\usr\local\jetty\jetty-6.0.0rc1\webapps\continuum\WEB-INF\working-directory\1
2006-09-13 21:42:44,390 [pool-1-thread-1] INFO ContinuumBuildExecutor:maven2
- Exit code: 1
2006-09-13 21:42:44,546 [pool-1-thread-1] INFO BuildController
- Performing action deploy-artifact
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira