|
#1
|
|||
|
|||
Can't break a waiting "Wait" step
When running the attached bld, it keeps waiting until a file "dummy.xyz" is created. However I can't break or stop this build, not by hitting Ctrl+Break, nor Build -> Stop, or even closing VBPro. I have to End Task VisualBuildPro.exe to make it stop.
|
#2
|
|||
|
|||
forgot the attachment, here it is
|
#3
|
|||
|
|||
Filenames in the Wait action must be specified as an absolute path+filename (i.e., %PROJDIR%\dummy.xyz, %TEMP%\dummy.xyz, c:\path\to\dummy.xyz, etc.). The Wait action should fail if a path is not specified, which we'll fix, but one way to exit the hung build is to use File | Exit (answer Yes to abort the build), then choose File | Exit again to force exit the build.
|
|
|