Here's what I've got: � Main build file (conceptually - it's coded, but doesn't necessarily work for failures) - Gets latest from VSS, starts a log of the build, calls two child build files, stages release on specific system being released to, closes logfile, e-mails team onfailure or myself onsuccess or onfailure with logfile attached.
My question: In order to get back to the parent build file when the child build fails, I have to set the csc in buildfile1 and solution in buildfile2 to failonerror="false". How will the parent build file know when there was an error in one of the child build files? Thanks in advance for any pointers! Eric __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
