View Single Post
  #3  
Old 02-21-2008, 10:04 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
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.
Reply With Quote