#1
|
|||
|
|||
Error firing vbld_StepDone event
I am using VSS and just trying to get a history of a project since the last label. I would get this error when the retrieval gets to the label specified.
Error firing vbld_StepDone event: Error in System script code at Line 108, Column 2 (Input past end of file) Step 'Get History of Project' failed What am I doing wrong and thanks for any suggestions. |
#2
|
|||
|
|||
Can you post a sanitized copy of the step in question, or simply email it support@kinook.com to better see what is occuring?
Easiest way is to make a copy of the step, replace any sensitive info in this copy (user names, passwords, paths), then copy this revised step (to the clipboard). Finally, paste into the post or reply email, an XML fragment of the step will be pasted which anyone can use to reconstitute the step in Visual Build Professional. Note: You can supply any necessary macros using the same copy/paste technique. |
#3
|
|||
|
|||
Here is the step...
<step action='SourceSafe' type='0'> <AutoLocate type='11'>-1</AutoLocate> <CompareOpt type='3'>2</CompareOpt> <Database>\\VSS_REPOSITORY</Database> <LocalPath>%PROJDIR%</LocalPath> <LongFilenames type='11'>0</LongFilenames> <NoGet type='11'>-1</NoGet> <Operation>History</Operation> <Project>$/VSS_PROJECT/*.*</Project> <PromptOff type='11'>-1</PromptOff> <Recurse type='11'>0</Recurse> <ShowCmd type='11'>-1</ShowCmd> <ShowFilesOnly type='11'>0</ShowFilesOnly> <TimeOpt type='3'>1</TimeOpt> <Username>BUILD</Username> <Version>~L%Previous_Version%</Version> <WriteOpt type='3'>0</WriteOpt> <checked type='11'>0</checked> <description>Display a history of changes to source files since a label</description> <indent type='3'>1</indent> <name>Get History of Project</name> <script><![CDATA[Function vbld_StepDone() If vbld_FSO.FileExists("c:\out.txt") Then Builder.LogMessage vbld_GetFileContents("c:\out.txt") End If End Function]]></script> </step> |
#4
|
|||
|
|||
I don't see anything wrong with the step you provided., I modified the SourceSafe.bld sample (installed with Visual Build Professional) to use the same vbld_StepDone() event logic (with a simple "c:\out.txt" text file) and couldn't reproduce the error. Is there something significant about this out.txt file that might play into the problem?
Can you modify the SourceSafe.bld sample to reproduce the error and email that to support@kinook.com? |
#5
|
|||
|
|||
We have discovered this problem seems to only appear with this one particular VSS database and will continue our investigation on our end.
Thanks and great support and response time! |
|
|