We do a very similar thing with our build process… what we have is a bootstrap project that just gets the main project from version control and then call’s it using the Include Project action. The bootstrap project only does the bare minimum and doesn’t often get modified.
Thanks for your reply. This seem to work. One minor problem, how can I make the included project log to its own log file ? Right now my bootstrap project log file contains everything.
Maybe there is another way to do this. All I need is to be able to save the log output of my non-bootstarp(main) project once its complete. Since the non-bootstrap log file (fbl5) does not get updated, is there any other way I can extract the project execution log information.