RE: [NAnt-users] Environment variable issue.

2006-02-13 Thread Melissa Kacher
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramya NiranjanSent: Monday, February 13, 2006 2:53 AMTo: nant-users@lists.sourceforge.netSubject: [NAnt-users] Environment variable issue. Hi,   I am trying to capture the ERRORLEVEL env variable when a build fails. Ok the scenario is like this

[NAnt-users] Environment variable issue.

2006-02-13 Thread Ramya Niranjan
Hi,   I am trying to capture the ERRORLEVEL env variable when a build fails. Ok the scenario is like this. I am trying to execute an MSI build using the exec task and if this fails, then a folder of name .Date.Time.WithErrors has to be created and the MSI package with errors has to be copied here.