View Single Post
  #1  
Old 07-19-2005, 10:48 AM
kristogar kristogar is online now
Registered User
 
Join Date: 06-17-2005
Posts: 2
Selection and rebuild selected is different from normal build

I just deleted my entire source directory due to the following unexpected behavior. I have a process files build step that deletes everything from each found bin, obj subdirectory that works fine when the build script is run in its entirety. However when I selected a couple of build steps to do a rebuild selected my entire source tree got deleted because the behavior is now not to evaluate the search but just perform the copy step that deletes everything.

The expected behavior would be that the process files would be evaluated as is the case when the entire script executes.

A same thing was observed with conditional build steps it appears that selecting a couple of steps and then performing a rebuild selected circumvents conditionals and other nesting.

Please see the attached bld file in order to reproduce.
Attached Files
File Type: bld new visual build professional project.bld (998 Bytes, 1346 views)
Reply With Quote