You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Adrian Herscu <bm...@fastmail.fm> on 2008/11/03 15:24:06 UTC

[1.2] build error mail followed by build successful mail

Hi all,

I have a Maven2 build which sometimes fails to connect to my Subversion 
repository. The error message is:

Provider message: The svn command failed.
Command output:
-------------------------------------------------------------------------------
svn: PROPFIND request failed on '/system-serialization/trunk'
svn: PROPFIND of '/system-serialization/trunk': could not connect to 
server (https://svn.wirexn.net)
-------------------------------------------------------------------------------

The problem is that this can happen several times a day and each time a 
mail message regarding the error is sent (which is OK) and another mail 
message is sent after the following build even if the build status 
didn't change. For example:
BUILD SUCCESSFUL
BUILD ERROR (because of some connection error)
BUILD SUCCESSFUL (sent because the previous build attempt failed with a 
communication error)

This didn't happen in Continuum 1.1; is it possible to prevent this 
behavior?

Adrian.