Re: failonerror and forking

2008-07-16 Thread rainer . luedtke
But the program already exits with an explicit error of 1. Any other ideas? Gilbert Rebhan <[EMAIL PROTECTED]

failonerror and forking

2008-07-15 Thread rainer . luedtke
Hello everybody, I am running a forked task as part of my ant job using the following arguments. When I run the job, ant ends with "BUILD SUCCESSFULL" even if there was an exception raised in the forked task. But I would need the job to end with an error code. Has anybody ever come across this