Forum: [VBP] Suggestions
02-22-2012, 02:49 PM
|
Replies: 5
Views: 33,028
|
Forum: [VBP] Third Party Tools
05-13-2011, 01:19 AM
|
Replies: 1
Views: 13,922
|
Forum: [VBP] General Discussion
04-21-2011, 12:00 AM
|
Replies: 1
Views: 11,976
Trouble accessing macros from script
I want to create some temporary macros and then update them from script. I can't get this to work.
vbld_TempMacros().Add("SUCCEEDED_STEPS")
...
vbld_TempMacro("SUCCEEDED_STEPS") =...
|
Forum: [VBP] Suggestions
04-14-2011, 01:26 AM
|
Replies: 5
Views: 33,028
OK, thanks. I have done this now.
Also used the...
OK, thanks. I have done this now.
Also used the event to log failed items to a separate file, which seems less drastic than changing the entire logging format to XML just to get this info. Seems a...
|
Forum: [VBP] General Discussion
04-14-2011, 12:34 AM
|
Replies: 1
Views: 11,977
Scripting: what does Step.Parent return?
What does Step.Parent return?
I' m writing a vbld_StepDoneProject event;
I was hoping to iterate through the parent Steps so that the user can see the stack of steps that lead to the particular...
|
Forum: [VBP] Suggestions
04-11-2011, 10:42 PM
|
Replies: 5
Views: 33,028
"Fail but continue" option
Would like an option for a step that has failed, to continue trying to build other things but fail the overall build.
We have a complex product to build. Some of it is dependent on common elements...
|