Re: [Nant-users] How to determine if an error has occurred when failonerror="false"

2005-04-06 Thread Ashley Moran
Troy Laurin wrote: Chris, Try the task in recent releases of nant-contrib (it is in RC2). http://nantcontrib.sourceforge.net/release/latest/help/tasks/trycatch.html Note that nant-contrib and nant should be at the same version for maximum compatibility. Regards, I wish I had known about this! My

Re: [Nant-users] How to determine if an error has occurred when failonerror="false"

2005-04-04 Thread Troy Laurin
Chris, Try the task in recent releases of nant-contrib (it is in RC2). http://nantcontrib.sourceforge.net/release/latest/help/tasks/trycatch.html Note that nant-contrib and nant should be at the same version for maximum compatibility. Regards, -- Troy ---

[Nant-users] How to determine if an error has occurred when failonerror="false"

2005-04-04 Thread Chris Langston
Here's the issue: Our Build Server is separate from our SourceSafe Server. During our Daily Build process, from time to time, the Build machine will be unable to get access to the SourceSafe server to check code in or check code out. In my CheckIn tasks, I have the attribute failonerror="tru