You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Dewey, John" <jd...@rsasecurity.com> on 2005/08/23 02:20:00 UTC

Result: 1

Does anyone know what "[exec] Result: 1" means on windows? I haven't
been able to find a listing of error codes for ant.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: Result: 1

Posted by Andrew Goktepe <an...@gmail.com>.
The external program that you called from your Ant script returned a value 
of 1. If you're interested in what that error means you'll have to examine 
that program. Ant is just relaying it back to you. You could also provide 
the calling <exec> task and more of the output if you want to dig further. 
 -Andrew

 On 8/22/05, Dewey, John <jd...@rsasecurity.com> wrote: 
> 
> Does anyone know what "[exec] Result: 1" means on windows? I haven't
> been able to find a listing of error codes for ant.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
> 
>