RE: failonerror and forking

2008-07-16 Thread Lars Monsees
> Subject "Ant Users List" Re: failonerror and > forking <[EMAIL PROTECTED] >Entity org>Investment Banking > Europe - IBEU > > > > > > > >

Re: failonerror and forking

2008-07-16 Thread rainer . luedtke
cc Please respond to Subject "Ant Users List" Re: failonerror and forking <[EMAIL PROTECTED]

Re: failonerror and forking

2008-07-15 Thread Gilbert Rebhan
Gilbert Rebhan schrieb: [EMAIL PROTECTED] schrieb: 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 e

Re: failonerror and forking

2008-07-15 Thread Gilbert Rebhan
[EMAIL PROTECTED] schrieb: 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 an

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