Re: [NAnt-users] running apache-ant through exec doesn't return fail status

2006-11-28 Thread Moshe Hajaj
isn't it!? any way %ERRORLEVEL% does the work just fine. - Original Message From: Mike Roberts <[EMAIL PROTECTED]> To: Moshe Hajaj <[EMAIL PROTECTED]> Cc: nant-users@lists.sourceforge.net Sent: Tuesday, November 28, 2006 2:03:35 PM Subject: Re: [NAnt-users] running

Re: [NAnt-users] running apache-ant through exec doesn't return fail status

2006-11-28 Thread Moshe Hajaj
isn't it!? any way %ERRORLEVEL% does the work just fine. - Original Message From: Mike Roberts <[EMAIL PROTECTED]> To: Moshe Hajaj <[EMAIL PROTECTED]> Cc: nant-users@lists.sourceforge.net Sent: Tuesday, November 28, 2006 2:03:35 PM Subject: Re: [NAnt-users] running

[NAnt-users] running apache-ant through exec doesn't return fail status

2006-11-28 Thread Moshe Hajaj
I’m trying to combine a java build inside my existing NAnt/.NET nuild script. The problem is that executing Ant this way: is not causing the build to fail. Wrapping it with: …. doesn’t work eithe