Re: [NAnt-users] Nant build solution task stopping on first error

2006-01-26 Thread Gary Feldman
Tim Mayert wrote: the solution exists before building all the projects then my validation step will give me a false positive, meaning that it will show the correct files that failed to build, but some of the files are listed because they were to be created, but the solution exited before those p

Re: [NAnt-users] Nant build solution task stopping on first error

2006-01-26 Thread Gert Kello
I am still looking into the issue of the [solution] task exiting after the first error, instead of continuing to build the remainder of the solution file. I seem to remember that the solution task did continue on errors. But some of the errors were "fatal" for it... If the failing task was CS

RE: [NAnt-users] Nant build solution task stopping on first error

2006-01-26 Thread Tim Mayert
I am still looking into the issue of the [solution] task exiting after the first error, instead of continuing to build the remainder of the solution file. I would like to know if there are any other settings that I can set that will allow the entire solution file to continue building, even if on