Re: Returning a 0 or 1 to a shell script from Ant

2003-07-30 Thread Stefan Bodewig
On Wed, 30 Jul 2003, Billy Bacon <[EMAIL PROTECTED]> wrote: > Am I doing anything wrong here? What do you get with this snippet , | cd $GKECMS | ant deploy.test | echo $? ` Stefan - To unsubscribe, e-mail: [EMAIL PROTE

Returning a 0 or 1 to a shell script from Ant

2003-07-29 Thread Billy Bacon
Is this possible? I have a crontab that executes a shell script (nightly build) and in my shell script I make a few calls to Ant targets. I've set up my build to fail if my unit tests do not pass successfully but how do I tell the shell script not to continue to WAR up the application and deploy