View Single Post
  #3  
Old 01-20-2005, 03:58 PM
dprice dprice is online now
Registered User
 
Join Date: 01-19-2005
Posts: 13
Outstanding support and response time!

The VSS history to log is now working, but not the step of injecting the history into build log.

In my case, here's the VSS additional command-line:
-O&%PROJDIR%\F6TesTDotNetPort.root\F6TesTDotNetPort \%BUILD_HISTORY_LOG%

In the Script Editor Step tab, I have this:
Function vbld_StepDone()
If vbld_FSO.FileExists("%PROJDIR%\F6TesTDotNetPort.ro ot\F6TesTDotNetPort\%BUILD_HISTORY_LOG%") Then
Builder.LogMessage vbld_GetFileContents("%%PROJDIR%\F6TesTDotNetPort. root\F6TesTDotNetPort\%BUILD_HISTORY_LOG%")
End If
End Function

Any idea why it's not firing the StepDone call?

Thanks!
Derek
Reply With Quote