Hi,

I'm looking for a way where I can restart a build from the last not succeeded part or task.
This is because our build proces takes more than an hour, and it's not an option to rebuild the whole stuff after the build failed.
I was thinking about using some kind of status file which contains a status of each step in the buildfile and wich will be created at the start of the build. (this because there will always be somebody who forgets to update the status file :))
Is there somebody who has some experience or information about this, or is this possible with nant commands?
I was thinking about implementing it myself, maybe someone already did something equal.

Thanks in advance

Koen



Reply via email to