Forum: [VBP] General Discussion
03-30-2009, 08:48 AM
|
Replies: 1
Views: 10,596
Kill session
Sometimes I get Access Denied errors when trying to move/rename/delete folders because there are open sessions on the folders or files in question. If I go to Computer Management|System Tools|Shared...
|
Forum: [VBP] General Discussion
02-23-2009, 12:17 PM
|
Replies: 1
Views: 9,438
window disappears on failure
Hi,
I'm sure there's a setting for this somewhere that I just can't find, but currently, if I'm running a build (from the GUI app) and there's an error, the window disappears. How can I keep the...
|
Forum: [VBP] General Discussion
07-17-2008, 12:38 PM
|
Replies: 1
Views: 8,790
This seems to work...
Use an Exit step with conditional build rule of
[vbld_FormatTime() > 170000]
is true
|
Forum: [VBP] General Discussion
07-17-2008, 08:57 AM
|
Replies: 1
Views: 8,790
exit at given time
Hi,
I have a .bld file that runs in a loop, but I want to put a step at the end of the loop to exit the build if the time of day is between 5 and 6 p.m. I tried using the Hour(Time()) construct...
|
Forum: [VBP] Third Party Tools
07-08-2008, 08:41 AM
|
Replies: 3
Views: 14,757
|
Forum: [VBP] Third Party Tools
07-08-2008, 08:08 AM
|
Replies: 3
Views: 14,757
ClearCase rebase
Hi,
I'm trying to run a ClearCase step to rebase to a set of baselines that isn't recommended. I'm using the -baseline option, but can't seem to get the syntax right when specifying more than one...
|
Forum: [VBP] Third Party Tools
05-28-2008, 01:45 PM
|
Replies: 3
Views: 13,876
|
Forum: [VBP] Third Party Tools
05-28-2008, 12:47 PM
|
Replies: 3
Views: 13,876
list macros from Powershell?
Using vbscript, you can use vbld_AddDelimValue to set a temporary macro to the value of a list. Is there a method/way to do this within a Powershell step? Is there an equivalent Powershell command...
|
Forum: [VBP] General Discussion
05-28-2008, 07:48 AM
|
Replies: 3
Views: 10,266
|
Forum: [VBP] General Discussion
05-28-2008, 07:34 AM
|
Replies: 3
Views: 10,266
interesting error
Last night during our nightly build, VBP threw an error while calling another .bld file
(logfile says: 5/27/2008 5:52:27 PM: Building project step 'Call Copy to Help Server'...
Process completed...
|
Forum: [VBP] Third Party Tools
05-22-2008, 02:58 PM
|
Replies: 2
Views: 15,706
|
Forum: [VBP] Third Party Tools
05-22-2008, 02:13 PM
|
Replies: 2
Views: 15,706
Powershell step cannot find file specified
I'm running VBP 6.7 and am trying to use the PowerShell step to alphabetize a list by putting the following into the Powershell script window:
$abcList = (get-content...
|
Forum: [VBP] General Discussion
03-26-2008, 02:10 PM
|
Replies: 1
Views: 9,580
Project vs. Temporary macros
What is the difference between a project macro and a temporary macro? Temp macros are specific to the instance of VBP, but I guess what I'm asking is what defines the scope of a project for a...
|
Forum: [VBP] General Discussion
03-20-2008, 07:52 AM
|
Replies: 3
Views: 10,177
In case of a lock on a file or network...
In case of a lock on a file or network connectivity issues, I put a loop around the step to keep trying if it failed. On the first attempt, it gave "Busy, can't enter now."
3/19/2008 6:12:09...
|
Forum: [VBP] General Discussion
03-19-2008, 08:39 AM
|
Replies: 3
Views: 10,177
Unspecified error while zipping files
Every once in a while, we'll encounter an "Unspecified error" while running a Zip step in VBP 6.2.
The log file shows this:
3/18/2008 6:11:35 PM: Building project step 'Zip bin to 26'......
|