Continuous integration build fails if tests fails

2008-07-11 Thread Carlos Alonso
Hi All. I'm using Hudson integration environment and I've recently migrated my scripts from ant to maven. Using ant, when some test cases failed, the build was set to unstable and a test-results report was raised indicating which tests failed and why. The problem is that using maven, the buil

Re: Continuous integration build fails if tests fails

2008-07-11 Thread Martin Höller
On Friday 11 July 2008 Carlos Alonso wrote: > Hi All. > > I'm using Hudson integration environment and I've recently migrated my > scripts from ant to maven. Using ant, when some test cases failed, the > build was set to unstable and a test-results report was raised > indicating which tests failed

Re: Continuous integration build fails if tests fails

2008-07-11 Thread Carlos Alonso
Thanks Martin, that was it. Now my problem is the following. I execute the install target, but, if any test fails, I wouldn't like my repository to store the generated artifact and, as you can imagine, the artifact is installed. How can I deal with this? Thanks again. Martin Höller escribió

Re: Continuous integration build fails if tests fails

2008-07-11 Thread Martin Höller
On Friday 11 July 2008 Carlos Alonso wrote: > Now my problem is the following. I execute the install target, but, if > any test fails, I wouldn't like my repository to store the generated > artifact and, as you can imagine, the artifact is installed. How can I > deal with this? I guess that's not

Re: Continuous integration build fails if tests fails

2008-07-11 Thread Carlos Alonso
You're right Martin, but, as I explained in my first mail, the state build succeeds has also two states, depending on the stability of the product. The stability of the product depends on the test cases, if every test case passes, the product is stable, otherwise, unstable. But the build proc

Re: Continuous integration build fails if tests fails

2008-07-11 Thread Martin Höller
On Friday 11 July 2008 Carlos Alonso wrote: > You're right Martin, but, as I explained in my first mail, the state > build succeeds has also two states, depending on the stability of the > product. But not for maven! > The stability of the product depends on the test cases, if every test > case p

RE: Continuous integration build fails if tests fails

2008-07-11 Thread Yanko, Curtis
arlos Alonso [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 4:41 AM To: users@maven.apache.org Subject: Continuous integration build fails if tests fails Hi All. I'm using Hudson integration environment and I've recently migrated my scripts from ant to maven. Using ant, when

Re: Continuous integration build fails if tests fails

2008-07-11 Thread Carlos Alonso
y, July 11, 2008 4:41 AM To: users@maven.apache.org Subject: Continuous integration build fails if tests fails Hi All. I'm using Hudson integration environment and I've recently migrated my scripts from ant to maven. Using ant, when some test cases failed, the build was set to unstabl

RE: Continuous integration build fails if tests fails

2008-07-11 Thread Yanko, Curtis
=== -Curt W: 860.702.9059 M: 860.881.2050 -Original Message- From: Carlos Alonso [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 8:11 AM To: Maven Users List Subject: Re: Continuous integration build fails if tests fails As I has understood, you create a duplicated job for every single pro

Re: Continuous integration build fails if tests fails

2008-07-12 Thread Andreas Gies
o [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 8:11 AM To: Maven Users List Subject: Re: Continuous integration build fails if tests fails As I has understood, you create a duplicated job for every single project so as to execute those other things? I'm not sure of having got the