Has anyone come across this scenario before: A project triggers twice at the exact same time (the logs shows one broken build and one successful build and the starting time is the same to to second). This is causing a problem when calling nant as it is failing to write to the Nant .log file because it is being used by another process (the other instance of the project executing).
Thanks, John
