RE: [NAnt-users] status build

2006-01-10 Thread Noel Gifford
Koen,   I see that multiple people have already responded.   So……   The script below is another way of accomplishing your request. I haven’t tested it, but it should be easy enough to get functional.   The script won’t work properly if you use the ‘depends’ attribute on your target

RE: [NAnt-users] status build

2006-01-10 Thread John Cole
Koen,   We have something very similar to what you're wanting.  I'm including a snippet from our build script.  I think everything is in there that you need to make it run, but I just copied and pasted J     Basically, it appends to a file with the name of the target it last processed, w

Re: [NAnt-users] status build

2006-01-10 Thread Gary Feldman
Koen Mayens wrote: 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. Most NAnt tasks are designed to not redo things th