View Single Post
  #2  
Old 08-12-2003, 05:38 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
You are right. Rebuild Selected/Build Group can't be used in conjunction with the Process Files action+children. A few alternatives are:

1) Select the Process Files step, choose Build Selected Step (Alt+F10), select the step following the last Process Files child step, and choose Build to Cursor (Ctrl+F10)

2) Add a breakpoint following the Process Files children, select the Process Files step, and choose Build From Cursor (Alt+F7).

3) Put the Process Files + child steps into a subroutine, add a Subroutine Call step in the project steps, and Rebuild Selected can be done on the Subroutine Call step.

4) Continue to use %PROCMASK% (it will be available as long as VisBuild is installed prior to VisBuildPro).

Finally, we do have plans to support Build Group on Process Files actions.
Reply With Quote