View Single Post
  #3  
Old 12-22-2006, 10:08 AM
mvermeulen mvermeulen is online now
Registered User
 
Join Date: 07-15-2003
Posts: 56
Send a message via Yahoo to mvermeulen
I think I see that the issue is what is set as default. I always want XML logging and forgot to configure the application after install on this particular server.

I added the vbld_BuildStarting script to the initial step of my template project. Within this script I included the following:

Application.Options.LogFormat = "XML"
Application.Options.LogFilename = "%PROJDIR%\%PROJROOT%.xml"
Application.Options.Save

Now, regardless of whether I have remember to set the options or not, this should always setup my process to use XML logging and define the file.

Please add if I am missing something or not understanding fully.
Reply With Quote