View Single Post
  #5  
Old 04-28-2006, 02:14 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,029
If you're using text logging format, just delete the file. For instance, in a Run Program step:

%DOSCMD% del "%LOGFILE%"

For XML format, that won't work since it won't be a valid XML file if you delete it mid-build. You may want to put the 2nd part of the build in a separate project (which uses a different log file) and call from the first with a VisBuildPro Project action.
Reply With Quote