Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 44
Search took 0.01 seconds.
Search: Posts Made By: Too_Tall_Crown_Victoria
Forum: [VBP] General Discussion 07-23-2012, 11:09 AM
Replies: 1
Views: 6,949
Locate does not work well for directory with wildcards

I am using VBP 8.0 and trying to write a script to search a directory which contains a number of other directories in it. I want to search these based on a wildcard and process only the folders that...
Forum: [VBP] Third Party Tools 06-18-2012, 01:07 PM
Replies: 1
Views: 10,155
Help with XPATH

Once again I am struggling with XPATH so I apologize ahead of time for asking for help.

I have the following xml:

<foo>
<bar>
<name>John</name>
</bar>
<baz>
...
Forum: [VBP] General Discussion 09-02-2010, 11:40 AM
Replies: 1
Views: 7,472
Global Macros that refresh

We have a need to create a global counter for how many times a task runs. We have approximately 10 build scripts that can each run around the same time. My first iteration was to create a global...
Forum: [VBP] General Discussion 07-30-2010, 09:59 AM
Replies: 1
Views: 8,135
Copy Files step limit?

I have been converting our dos command xcopy steps to use the built in Copy Files step. However, I have found that on very large copies (~3GB, 35K files, 4500 directories) it fails after a while with...
Forum: [VBP] General Discussion 07-30-2010, 09:51 AM
Replies: 4
Views: 8,548
I have attached a sample script that has about...

I have attached a sample script that has about 100 log messages then a run program that will fail. The issue is when the failure happens the focus does not remain on the failed step but rather jumps...
Forum: [VBP] General Discussion 04-21-2010, 09:46 AM
Replies: 4
Views: 8,548
Window view jumps to top of script on a build failure

In VBP 7 I have noticed that on a failure and sometimes a completion, VBP jumps to the top of the script versus remain at the last step run. I have tried to find a setting but I am unable to find it....
Forum: [VBP] General Discussion 04-20-2010, 10:34 AM
Replies: 5
Views: 8,695
I found the automated entry of the license,...

I found the automated entry of the license, thanks.

When I went to look at doing this I noticed that my license was back even though I did not do anything.

Any ideas why or how it would or...
Forum: [VBP] General Discussion 04-20-2010, 09:21 AM
Replies: 5
Views: 8,695
Keep losing Visual Build license

We are using VBP version 7.2a. We keep loosing our license every so often. I have not been able to pinpoint a situation or timing yet. However, it is causing problems where nightly builds are not...
Forum: [VBP] General Discussion 03-15-2010, 02:19 PM
Replies: 2
Views: 7,367
That did the trick. Thanks

That did the trick.

Thanks
Forum: [VBP] General Discussion 03-15-2010, 01:21 PM
Replies: 2
Views: 7,367
Lost my license for v7

I had a valid license for v7 and have been using it for some time. I found a critical problem and was issued a patch Version 7.2a. Today about an hour ago I lost my license and now I am in a trial...
Forum: [VBP] General Discussion 01-26-2010, 10:01 AM
Replies: 1
Views: 8,383
Macro is not big enough to hold all output

I have two issues where the macro cannot hold all the data needed.

I am trying to capture the %LASTSTEP_OUTPUT% and write it to a file or use it in an e-mail action. I have one case where the...
Forum: [VBP] General Discussion 12-11-2009, 11:39 AM
Replies: 3
Views: 8,376
Update

I have been implementing the procedures outlined in the previous post. However, it is not helping. This morning I ran into the lock up a number of times. However it never locks up on the same...
Forum: [VBP] General Discussion 11-06-2009, 08:43 AM
Replies: 3
Views: 8,376
VBP is locking up

We just recently upgraded to 7.2 after running 6.5 for quite a few years. We have installed 7.2 on the same system as our 6.5. We converted 1 build script from 6.5 to 7.2 and started to run some...
Forum: [VBP] General Discussion 09-30-2009, 06:36 PM
Replies: 1
Views: 7,128
Using XPath to update a node

I am using VB6 and trying to update a value for a node. Here is an example of my xml.

<Room>
_______<Shelf>
_____________<Book>
___________________<Name>Tiny Tim</Name>...
Forum: [VBP] General Discussion 09-22-2009, 11:40 AM
Replies: 1
Views: 6,936
Installing Multiple versions of VBP

I currently have 6.5 and I am looking at upgradeing to 7.2. However on our build machine we are in the middle of a number of critical projects that I can't risk breaking. Is it possible to have both...
Forum: [VBP] General Discussion 02-05-2009, 08:36 AM
Replies: 1
Views: 7,051
Random "Unspecified error" messages

We have a scheduled task that runs a VBP at the top of the hour every hour. Most of the time this process runs falwlessly. However after some time we start to get "Unspecified error" message at...
Forum: [VBP] General Discussion 11-30-2007, 02:05 PM
Replies: 1
Views: 6,586
Remote Build Execution problem

I have two build machines. The old one has VC6 and VB6 installed on it. The new machine has VS2K3 and VS2K5. I have a project where for the time being I need to build using VC6 and VB8. So what I did...
Forum: [VBP] General Discussion 11-01-2007, 11:35 AM
Replies: 5
Views: 8,250
The script worked great for looping and reading...

The script worked great for looping and reading the multi node that may or may not exist.

What I need now is to take this list and write it to a macro. I need this in a macro because I need to...
Forum: [VBP] General Discussion 10-26-2007, 09:22 AM
Replies: 5
Views: 8,250
I have an additional challenge with this: If...

I have an additional challenge with this:

If we assume:

<dependencies>
<component>
<name>ProjA</name>
<version>1.2.3</version>
</component>
...
Forum: [VBP] Third Party Tools 10-12-2007, 11:20 AM
Replies: 1
Views: 8,813
Using Ant 1.7 does not return error code

I am running an ANT step using ANT 1.7.0 and I am not getting the failure code. I looked into replacing the Tools\ant.bat but that one differes a lot from the 1.7.0\bin\ant.bat.

Is the ant.bat in...
Forum: [VBP] General Discussion 10-12-2007, 10:05 AM
Replies: 2
Views: 7,923
Thank you very much for the very fast response....

Thank you very much for the very fast response. That is exactly what I was looking for.

Tom
Forum: [VBP] General Discussion 10-12-2007, 09:53 AM
Replies: 2
Views: 7,923
Using Re-evaluate all build rules on a per project basis

I have a need to use the re-evaluate all build rules for a single build script but not for all of them. However this setting seems to be global for all build scripts. Is there a way to turn it on/off...
Forum: [VBP] Third Party Tools 08-30-2007, 10:57 AM
Replies: 1
Views: 7,565
Integration with Static Anaysis tools

We are integrating Coverity Prevent statis analysis tools into our build script. The tool runs by calling a Coverity shell first and then passing the arguments to MS_DEV to build.

This mean that...
Forum: [VBP] General Discussion 07-25-2007, 08:17 PM
Replies: 5
Views: 9,608
My App is set to use JScript since I have a bunch...

My App is set to use JScript since I have a bunch of global JScripts that I use.

I have also figured out how to solve my problem.

What I still don't understand is how to use your...
Forum: [VBP] General Discussion 07-25-2007, 05:56 PM
Replies: 5
Views: 9,608
Can I use [vbld_FormatDateEx(Now, "yyyy-mm-dd")]...

Can I use [vbld_FormatDateEx(Now, "yyyy-mm-dd")] in a set macro directly or does it have to be set via some script?

Also I am getting " 'Now' is undefined" when using your script.

Tom
Showing results 1 to 25 of 44

 

All times are GMT -5. The time now is 02:19 PM.


Copyright © 1999-2023 Kinook Software, Inc.