I have a ccnet project that builds a <nant> task where I have a timeout value specifed as 3600 seconds.
Recently this timeout period has started to be exceeded sometimes by the job. In the case where a timeout occurs I need to do some extra cleanup - specifically I need to revert some files that were checked out (opened for edit) in Perforce. When a nant task times out is there any way to detect this and run another 'cleanup' nant task afterwards? Any help appreciated, Kind regards, Adam.
