Re: Detecting a failed build on Continuum

2006-06-28 Thread Emmanuel Venisse
The build is in error if exit code is 1. The exit code can be shown in logs. Emmanuel Alex Lam a écrit : Oh. Whenever I run an Ant script and if the script encounters an error or something is not right with the build, I have it do "exit -1" Would this return an error to Continuum? Or do I need

Re: Detecting a failed build on Continuum

2006-06-28 Thread Emmanuel Venisse
ERRORLEVEL is only on windows. Normally, ant script is good on linux. Emmanuel Alex Lam a écrit : Hello, I was looking through the Continuum FAQ and was curious about how Continuum detects a successful or failed build on a Linux platform. I have an Ant project I would like to automate. I am u