Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Third Party Tools

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-31-2005, 11:26 AM
Bounster Bounster is online now
Registered User
 
Join Date: 03-04-2005
Posts: 6
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.
Reply With Quote
  #2  
Old 03-31-2005, 02:17 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
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.
Reply With Quote
  #3  
Old 03-31-2005, 04:21 PM
Bounster Bounster is online now
Registered User
 
Join Date: 03-04-2005
Posts: 6
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>
Reply With Quote
  #4  
Old 04-01-2005, 10:07 AM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
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?
Reply With Quote
  #5  
Old 04-01-2005, 10:48 AM
Bounster Bounster is online now
Registered User
 
Join Date: 03-04-2005
Posts: 6
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!
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 09:39 PM.


Copyright © 1999-2023 Kinook Software, Inc.