RE: Question about failonerror

2004-02-03 Thread Conelly, Luis (PS, GNF, Contractor)
with Dominique ;) [1] http://ant-contrib.sourceforge.net/ -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 1:05 PM To: 'Ant Users List' Subject: RE: Question about failonerror > From: Tony Brusseau [mailto:[EMAIL PROTECTED

RE: Question about failonerror

2004-02-03 Thread Dominique Devienne
> From: Tony Brusseau [mailto:[EMAIL PROTECTED] > > I just wrote a target that calls junit and > has different behaviors depending on whether of > not junit succeeded. To do this I used the > following attributes: > haltonfailure="off" > failureproperty="test-failed" > > I'd like to

Question about failonerror

2004-02-03 Thread Tony Brusseau
I'm currently getting up to speed in ant and am in the middle of writing my first complex ant build file. I've encountered one stumbling block that maybe someone can help with. I just wrote a target that calls junit and has different behaviors depending on whether of not junit succeeded. To do t