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

2006-05-22 Thread Kenney Westerhof
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

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

2006-05-22 Thread Max Cooper
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:[EMAIL PROTECTED] Sent: Monday, May 2

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

2006-05-22 Thread Jeff Jensen
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:[EMAIL PROTECTED] > Sent: Monday, May 22, 2006 7:24 PM > To: users@maven.apache.org > Subject: How to notify developer

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

2006-05-22 Thread Jochen Wiedmann
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 develop