Carter,
I have committed a fix that should have the batch file returning the
correct exit code.
I am curious, however by your use of $?. This is the unix mechanism for
getting the
return code. It does not work under NT/98 etc, or did I miss something?
Conor
----- Original Message -----
From: "Carter A. Thompson" <[EMAIL PROTECTED]>
To: "Ant User's Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, July 20, 2001 2:16 AM
Subject: Exit Code
>
> Does anyone know if the future builds of ant will
> include a valid exit code? Successful builds and
> failed builds both exit 0.
>
> C:/>ant
> Buildfile: build.xml does not exist!
> Build failed
> C:/>echo $?
> 0
>
> Bummer.
>
> Carter.
>
> --
> Carter A. Thompson
> Lead Release Engineer
> Voxeo Corporation
> http://www.voxeo.com
>
>