View Single Post
  #10  
Old 05-01-2008, 02:23 PM
ShiamakD ShiamakD is online now
Registered User
 
Join Date: 04-28-2008
Location: us
Posts: 32
Quote:
Originally posted by kinook
Put all dependent steps in a subroutine, and mark the subroutine steps to Exit subroutine on failure.
http://www.visualbuild.com/Manual/su...callaction.htm
http://www.visualbuild.com/Manual/stepfailure.htm

Or, in the Failure steps, create a temporary macro (i.e., STEPS_FAILED) to indicate that steps have failed, and on all dependent top-level steps, use a conditional build rule to build only if %STEPS_FAILED% is undefined.
http://www.visualbuild.com/Manual/setmacroaction.htm
http://www.visualbuild.com/Manual/buildrules.htm
Hi,

So I assume there is no way in VisualBuild one could jump to a particular step within project steps?

Could you please confirm this?

Thanks
Reply With Quote