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
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Mayert Sent: January 13, 2006 7:14 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant build solution task stopping on first error I am using the solution task to build the entire project solution and I set failonerror

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

2006-01-13 Thread Tim Mayert
I am using the solution task to build the entire project solution and I set failonerror=false so that all projects in the solution file will attempt to build even it one or more of the project files fails to build. This was working for the most part, but now it seems to stop on the first error and