RE: [Nant-users] haltonerror does not appear to work

2005-03-08 Thread Whitner, Tom
Thanks Gert,  That did the trick. From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 1:39 PMTo: Whitner, Tom; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] haltonerror does not appear to work Hi Tom,   I'm not that fam

RE: [Nant-users] haltonerror does not appear to work

2005-03-08 Thread Gert Driesen
Hi Tom,   I'm not that familiar with the task, but I think both the haltonfailure attribute should be set to false on both the task as the element.   The default value of that attribute is "false" on the task, but "true" on the element.   I find it rather confusing, but well ...   Gert