Greetings all,
I am trying to use the nightly build from Dec 13th (nant.exe version 0.85.2173.0).
My build script (which was working fine with RC3… at least it was before Christmas) now fails. The failure may occur at any point in the build, apparently at random.
The common aspect to the failure is that is seems to be when a deletion operation should be occurring (either one triggered directly through a <delete> task, or as part of a <solution> task). For some reason, a file is considered "in use", or a folder is considered "not empty", hence the delete fails.
Has anyone else seen this happening? Is there any way to stop it? (The files in question should not be in use at the time the delete occurs, however will have been recently used - typically in the previous build step.)
Regards,
Richard