Re: Exec on Windows ignores return code?

2007-04-25 Thread Chris Dudley
rite a file as error marker and your buildfile could check that via . Jan >-Ursprüngliche Nachricht----- >Von: Chris Dudley [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 25. April 2007 09:36 >An: Ant Users List >Betreff: Re: Exec on Windows ignores return code? > >So how

Re: Exec on Windows ignores return code?

2007-04-25 Thread Chris Dudley
the shell! Jan >-Ursprüngliche Nachricht- >Von: Chris Dudley [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 24. April 2007 19:30 >An: user@ant.apache.org >Betreff: Exec on Windows ignores return code? > >Apologies if this is a FAQ or a known problem but I couldn't find &

Exec on Windows ignores return code?

2007-04-24 Thread Chris Dudley
Apologies if this is a FAQ or a known problem but I couldn't find anything useful in the archives, google or in bugzilla. I am having trouble with the exec task on Windows. It seems to me that regardless of what the executable returns, ANT always claims the return code on Windows is 0. The code