Re: [NAnt-users] Nant returning error code ?

2008-10-31 Thread Wade DeWerff
Figured out the problem was had a value in one of the projects. From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 2:19 PM To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant returning error code ? H

Re: [NAnt-users] Nant returning error code ?

2008-10-31 Thread Gert Driesen
Hi Petr, That should be working just fine. Gert From: Petr V. [mailto:[EMAIL PROTECTED] Sent: vrijdag 31 oktober 2008 20:06 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant returning error code ? I have one bat file from which I call many nAnt scripts. When any of n

[NAnt-users] Nant returning error code ?

2008-10-31 Thread Petr V.
I have one bat file from which I call many nAnt scripts. When any of nAnt script fails then I want to check error code returned by it in bat file if I should call next nAnt script or not.It seems that nAnt does not return any error/success code at all to bat file. Am I missing some thing ? Tha