PDA

View Full Version : Basic question


sri
03-23-2006, 06:53 AM
Hi,
I am new to VisualBuildProfessional.we ahve a system macro called %FAILSTEP_STATUS% which gives the status of the failed step.My question is it possible to reset the value of the macro.
As i have many applications in my project if 1 application fails then %FAILSTEP_STATUS% is set to 1.The same is taken over to all the steps.is there any way to solve this problem.

kinook
03-23-2006, 02:22 PM
The FAILSTEP_STATUS system macro holds the build status of the step that failed and is intended to be used in Failure steps to log the actual failed step info:
http://www.visualbuild.com/Manual/systemmacros.htm

The build status of individual steps is available in the step's BuildStatus property:
http://www.visualbuild.com/Manual/buildstatusproperty.htm