View Single Post
  #1  
Old 02-21-2005, 10:31 AM
SuperJason SuperJason is online now
Registered User
 
Join Date: 02-21-2005
Posts: 4
Updating Build File During Build

Is there a good way to make a build file self updating from source control?

I want to have some steps in a build that retrieve the newest BLD file from source control, and if it has changed, restart the new version of the build. I don't know how to do this because I don't know if the build file got changed. I also don't know if the build was launched with the GUI or the command line version. I want to reopen the file the same way.

I'd like to hear any advice you may have.

Thanks,
Jason
Reply With Quote