Is it exists legal methods to prevent two or more nant.exe processes work on computer simultaneously?
I have different projects, that must be built from nant and they must be built NOT simultaneously...
Schedule management doesnt help here fully: build can be frozen for some time and other builds
must wait for it, but they didnt wait and start on its schedule...
May be some tasks, that checks for another nant.exe in memory and wouldnt start another tasks?
Or configuration property, that prevent nant from starting again?

Reply via email to