Re: failonerror and forking
But the program already exits with an explicit error of 1. Any other ideas? Gilbert Rebhan <[EMAIL PROTECTED]
failonerror and forking
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