You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dave Hoffer <DH...@xrite.com> on 2006/05/23 02:24:08 UTC

How to notify developers that test(s) fail?

What is the best practice in m2 of notifying developers that a test(s)
failed?  

 

I am working on generating the surefire test reports and I have found
that a recent file check-in has broke 1 test.  How can I continue with
the build process and notify the developer that he broke the build?
Ideally, this hate mail could go to just the offending developer but in
any case I need an HTML report that shows what test failed and why.

 

What is the best way to do this?

 

-dh  


Re: How to notify developers that test(s) fail?

Posted by Jochen Wiedmann <jo...@gmail.com>.
Dave Hoffer wrote:

> I am working on generating the surefire test reports and I have found
> that a recent file check-in has broke 1 test.  How can I continue with
> the build process and notify the developer that he broke the build?
> Ideally, this hate mail could go to just the offending developer but in
> any case I need an HTML report that shows what test failed and why.
> 
> What is the best way to do this?

Use Continuum: http://maven.apache.org/continuum/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How to notify developers that test(s) fail?

Posted by Kenney Westerhof <ke...@apache.org>.
On Mon, 22 May 2006, Dave Hoffer wrote:

You might want to take a look at continuus integration systems, like
Continuum (or CruiseControl or....).

I'm sure you wouldn't want to send a mail from the pom itself, because
then somebody will be spammed on each build by anyone.. ;)

-- Kenney

> What is the best practice in m2 of notifying developers that a test(s)
> failed?
>
>
>
> I am working on generating the surefire test reports and I have found
> that a recent file check-in has broke 1 test.  How can I continue with
> the build process and notify the developer that he broke the build?
> Ideally, this hate mail could go to just the offending developer but in
> any case I need an HTML report that shows what test failed and why.
>
>
>
> What is the best way to do this?
>
>
>
> -dh
>
>

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How to notify developers that test(s) fail?

Posted by Max Cooper <ma...@maxcooper.com>.
Luntbuild (http://luntbuild.sf.net) is another option.

-Max

Jeff Jensen wrote:
> For the notification, CruiseControl or Continuum, depending on your needs.
> This is a separate process from the site gen.
> 
> 
> 
>>-----Original Message-----
>>From: Dave Hoffer [mailto:DHoffer@xrite.com] 
>>Sent: Monday, May 22, 2006 7:24 PM
>>To: users@maven.apache.org
>>Subject: How to notify developers that test(s) fail?
>>
>>What is the best practice in m2 of notifying developers that 
>>a test(s) failed?  
>>
>> 
>>
>>I am working on generating the surefire test reports and I 
>>have found that a recent file check-in has broke 1 test.  How 
>>can I continue with the build process and notify the 
>>developer that he broke the build?
>>Ideally, this hate mail could go to just the offending 
>>developer but in any case I need an HTML report that shows 
>>what test failed and why.
>>
>> 
>>
>>What is the best way to do this?
>>
>> 
>>
>>-dh  
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: How to notify developers that test(s) fail?

Posted by Jeff Jensen <je...@upstairstechnology.com>.
For the notification, CruiseControl or Continuum, depending on your needs.
This is a separate process from the site gen.


> -----Original Message-----
> From: Dave Hoffer [mailto:DHoffer@xrite.com] 
> Sent: Monday, May 22, 2006 7:24 PM
> To: users@maven.apache.org
> Subject: How to notify developers that test(s) fail?
> 
> What is the best practice in m2 of notifying developers that 
> a test(s) failed?  
> 
>  
> 
> I am working on generating the surefire test reports and I 
> have found that a recent file check-in has broke 1 test.  How 
> can I continue with the build process and notify the 
> developer that he broke the build?
> Ideally, this hate mail could go to just the offending 
> developer but in any case I need an HTML report that shows 
> what test failed and why.
> 
>  
> 
> What is the best way to do this?
> 
>  
> 
> -dh  
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org