Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 56
Search took 0.01 seconds.
Search: Posts Made By: mvermeulen
Forum: [VBP] General Discussion 07-03-2008, 12:54 PM
Replies: 9
Views: 8,466
Posted By mvermeulen
Had not seen this before but seems to be along...

Had not seen this before but seems to be along the lines of what I have implemented at several locations. The basic premise of this is to maintained versioned templates for the build process...
Forum: [VBP] Third Party Tools 07-01-2008, 02:08 PM
Replies: 1
Views: 8,378
Posted By mvermeulen
MySQL Usage Examples?

I have been looking for other examples of how to implement a connection to a MySQL database within VBP. Most of the information here seems to be 3 or 4 years old and not very detailed.

Does...
Forum: [VBP] General Discussion 09-24-2007, 07:44 AM
Replies: 2
Views: 9,499
Posted By mvermeulen
The <pre> tags actually did the trick! I have...

The <pre> tags actually did the trick! I have been using a modified version of this for couple of years and had not looked at the standard transform for quite some time.

Below is a section of the...
Forum: [VBP] General Discussion 09-21-2007, 03:15 PM
Replies: 2
Views: 9,499
Posted By mvermeulen
HTML Transform - Output Step Ignoring CRLF

I have the output of a Subversion log going to standard output. When I perform a Transform XML step the carriage return/line feeds appear to be ignored and the output runs together.

Do you know if...
Forum: [VBP] Third Party Tools 09-20-2007, 03:18 PM
Replies: 1
Views: 7,304
Posted By mvermeulen
Subversion Command Set - svnlook

The svnlook executable does not seem to have the supported subcommands such as "youngest" within version 6.5. Is this something that just has not been incorporated yet?
Forum: [VBP] General Discussion 12-22-2006, 10:08 AM
Replies: 2
Views: 6,620
Posted By mvermeulen
I think I see that the issue is what is set as...

I think I see that the issue is what is set as default. I always want XML logging and forgot to configure the application after install on this particular server.

I added the vbld_BuildStarting...
Forum: [VBP] General Discussion 12-21-2006, 03:23 PM
Replies: 2
Views: 6,620
Posted By mvermeulen
Log File Format Problem

I am looking for a solution to a problem I have with the log files when reloading the configuration mid build. When the files are reloaded with the following statements, the log file is recreated...
Forum: [VBP] General Discussion 11-29-2006, 11:19 AM
Replies: 4
Views: 7,634
Posted By mvermeulen
Excellent! Can't keep up with the new actions...

Excellent! Can't keep up with the new actions added. Thanks!
Forum: [VBP] General Discussion 11-29-2006, 10:53 AM
Replies: 4
Views: 7,634
Posted By mvermeulen
Sorry to re-open this but I wondered if the...

Sorry to re-open this but I wondered if the status has changed at all? It would be very useful to be able to purge out certain types of files but if that leaves the folder empty, I would still like...
Forum: [VBP] General Discussion 10-30-2006, 09:41 AM
Replies: 1
Views: 6,208
Posted By mvermeulen
Talking OK... Why is it you always discover the problem...

OK... Why is it you always discover the problem 30 minutes after you give up and create a post?!

Problem resolved. Dual versions of VBP on the system. When bringing up the project in the GUI, it...
Forum: [VBP] General Discussion 10-30-2006, 08:16 AM
Replies: 1
Views: 6,208
Posted By mvermeulen
VisBuildCmd Error in 6.2

I have started getting an error when running VBP as a scheduled task as opposed to running VisBuildPro.exe directly. It seemed to start about the time I updated one of my build servers to 6.2.

The...
Forum: [VBP] General Discussion 10-19-2006, 12:55 PM
Replies: 2
Views: 6,532
Posted By mvermeulen
Thanks.. I was hoping that if you did not...

Thanks.. I was hoping that if you did not currently support that it would at least be included for future consideration.
Forum: [VBP] General Discussion 10-18-2006, 03:40 PM
Replies: 2
Views: 6,532
Posted By mvermeulen
SFTP Issues

I have tried several methods to transfer files via sftp without success within VBP. The examples of trying to use putty, plink and ftp would not work for our environment here but I am lacking much...
Forum: [VBP] General Discussion 09-26-2006, 08:27 AM
Replies: 10
Views: 13,999
Posted By mvermeulen
Sorry... one more follow up question. I have made...

Sorry... one more follow up question. I have made the changes and all seem to be loading properly in all cases. If I look under the "Tools/Application Options/File Locations", the path for the...
Forum: [VBP] General Discussion 09-25-2006, 01:48 PM
Replies: 10
Views: 13,999
Posted By mvermeulen
Talking The EXACT answer I needed of course. Good thing...

The EXACT answer I needed of course. Good thing I don't develop code for a living! :D

Thanks....
Forum: [VBP] General Discussion 09-25-2006, 12:23 PM
Replies: 10
Views: 13,999
Posted By mvermeulen
Trying to load the configuration files using the...

Trying to load the configuration files using the following scripting. The %buildtoolspath% is set to "C:\Buildtools".

Dim app
Set app = CreateObject("VisBuildSvr6.Application")
app.Options.Load...
Forum: [VBP] General Discussion 09-14-2006, 03:18 PM
Replies: 10
Views: 13,999
Posted By mvermeulen
Do you have any examples where you are reloading...

Do you have any examples where you are reloading the config files as a part of the current project file?

My idea now would be to create a template that could be pushed (pulled) to each and every...
Forum: [VBP] General Discussion 09-14-2006, 07:34 AM
Replies: 10
Views: 13,999
Posted By mvermeulen
Something is wrong with what I am doing then. I...

Something is wrong with what I am doing then. I have dropped all of the config files in the C:\Program Files\VisBuildPro6 folder, opened a VBP project and I am not seeing any global subroutine steps...
Forum: [VBP] General Discussion 09-12-2006, 10:34 AM
Replies: 10
Views: 13,999
Posted By mvermeulen
Configuration Files - Location

I have been reviewing the possible locations of configuration files and how they are loaded. You state in the help that the VBP installation folder will be checked for these files and it will load...
Forum: [VBP] General Discussion 08-25-2006, 02:04 PM
Replies: 1
Views: 6,584
Posted By mvermeulen
Remote Execution and Exiting

This should be a quick question. I have the situation where VBP is launched via a scheduled task from a remote server. The app is launched in GUI mode and at the end of the script, the program asks...
Forum: [VBP] General Discussion 08-10-2006, 03:01 PM
Replies: 1
Views: 6,417
Posted By mvermeulen
Stopping and Starting Services

Will the stop/start services step work with wildcards at all? I have several services with similar names and due to the nature of our environment, the number of services could change. Would be nice...
Forum: [VBP] General Discussion 06-30-2006, 10:07 AM
Replies: 1
Views: 6,147
Posted By mvermeulen
Visual Build Pro automated install

Is there support for creating an installation for Visual Build Pro that we can use to distribute throughout our network in an automated fashion?

We have dozens, if not hundreds of virtual...
Forum: [VBP] Third Party Tools 06-27-2006, 07:21 AM
Replies: 4
Views: 7,371
Posted By mvermeulen
Thanks for the reply. I believe in this...

Thanks for the reply. I believe in this circumstance I might then have to come up with another option. If I understand you right, two modes of operation are supported through the current actions,...
Forum: [VBP] Third Party Tools 06-26-2006, 01:01 PM
Replies: 4
Views: 7,371
Posted By mvermeulen
That did the trick. I did not have the complete...

That did the trick. I did not have the complete path to the virtual server file. (i.e. /home/vmware/SERVERNAME/SERVERNAME.vmx)

As a follow up question, do any of the actions allow you to deal...
Forum: [VBP] Third Party Tools 06-23-2006, 12:17 PM
Replies: 4
Views: 7,371
Posted By mvermeulen
VMWare Step Problems

I have been able to download the VmCom Scripting API and install on the system I am running VBP. Do you have any examples that I could use in setting up the action for specific Operations?

I have...
Showing results 1 to 25 of 56

 

All times are GMT -5. The time now is 01:49 PM.


Copyright © 1999-2023 Kinook Software, Inc.