View Single Post
  #2  
Old 05-23-2003, 04:54 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
If you specify a multi-project workspace (DSW) in the Make VC6 action, and check 'Continue building non-dependent projects if a project fails to build' and 'Log a list of failed projects when done building', it will log a list of failed projects in the workspace at the end of that step.

If you want to summarize across multiple steps, you could write a script function to parse the step's output and add any failed projects to a temporary macro value, call this function in each step's vbld_StepDone event, and then log the temporary macro value at the end of the build.
Reply With Quote