Thread: Error summary
View Single Post
  #3  
Old 08-27-2007, 11:09 AM
omar_ita omar_ita is online now
Registered User
 
Join Date: 08-01-2007
Location: The Roman Empire - Italy
Posts: 7
Yes I had the same idea. So I defined a FAILED_STEPS in the Project (Macros). In Failure steps is a Run Script (vbscript):

FAILED_STEPS = FAILED_STEPS + " - " + %FAILSTEP_NAME%

At the end of build steps there is a Run script:

Builder.LogMessage "Result: " + FAILED_STEPS

The result is always an empty string.. Probably I'm get confusing about macros and variables..
Reply With Quote