Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 67
Search took 0.01 seconds.
Search: Posts Made By: ChrisF
Forum: [VBP] General Discussion 10-08-2010, 02:03 PM
Replies: 11
Views: 11,949
Posted By ChrisF
I did the *.ini trick; we'll see what happens...

I did the *.ini trick; we'll see what happens tonight.
Forum: [VBP] General Discussion 10-08-2010, 07:26 AM
Replies: 11
Views: 11,949
Posted By ChrisF
Here are the three lines needed for the Help ->...

Here are the three lines needed for the Help -> Register API

Product: Visual Build Pro v. 7
Name: MyCompany (3-computer license)
Key: 123456-654321-...-123456

Here are the instructions for...
Forum: [VBP] General Discussion 10-07-2010, 07:55 AM
Replies: 11
Views: 11,949
Posted By ChrisF
What could that "something" be? Windows update,...

What could that "something" be? Windows update, java update? I'm running Vista Business. This just started happening on the post date of this thread.
Forum: [VBP] General Discussion 10-07-2010, 07:12 AM
Replies: 11
Views: 11,949
Posted By ChrisF
It happened again, on a scheduled task, if that...

It happened again, on a scheduled task, if that makes any difference. Odd thing is, I ran the same script manually, without changing the license registration, and it did run. What gives? I'll try the...
Forum: [VBP] General Discussion 10-01-2010, 12:28 PM
Replies: 12
Views: 12,559
Posted By ChrisF
Can't it be any simpler than that! :) Thanks!

Can't it be any simpler than that! :) Thanks!
Forum: [VBP] Suggestions 10-01-2010, 11:44 AM
Replies: 0
Views: 13,751
Posted By ChrisF
Dashboard via Web interface

I’ve been using your product for a year now, and I really like it; it’s made my life easier. One feature I wish you’d implement is a dashboard accessible via web interface so build projects can be...
Forum: [VBP] General Discussion 10-01-2010, 11:31 AM
Replies: 12
Views: 12,559
Posted By ChrisF
The continuous integration example checks the...

The continuous integration example checks the repository (Starteam in my case) for any changes and then runs a build if any. In my case I don't want to check the whole repository, but only two...
Forum: [VBP] General Discussion 09-28-2010, 08:27 AM
Replies: 11
Views: 11,949
Posted By ChrisF
Thanks!

Thanks!
Forum: [VBP] General Discussion 09-28-2010, 08:06 AM
Replies: 11
Views: 11,949
Posted By ChrisF
I did just that. I have several *.bld scripts,...

I did just that. I have several *.bld scripts, with a main build script that's >50 lines. Do I need to install the license in ALL of them? When looking at scripts, I usually go to File->Recent Files...
Forum: [VBP] General Discussion 09-28-2010, 07:18 AM
Replies: 11
Views: 11,949
Posted By ChrisF
Licenses

I've been running a fully-licensed VBPro v7.2a on our build machine for almost a year now. Last night my build script stopped saying "Evaluation license limited to 50 steps." What happened?
Forum: [VBP] General Discussion 09-23-2010, 10:48 AM
Replies: 12
Views: 12,559
Posted By ChrisF
Ok I'll play with that. I really want to...

Ok I'll play with that. I really want to guarantee a full build at 1:00am+, regardless of what happened before.
Forum: [VBP] General Discussion 09-23-2010, 10:41 AM
Replies: 12
Views: 12,559
Posted By ChrisF
I'm doing a hybrid of both. To ensure a...

I'm doing a hybrid of both.

To ensure a build at 1:00am, I have to do a scheduled task. To do subsequent builds, I do a continuous integration build, per your sample file.
Forum: [VBP] General Discussion 09-23-2010, 10:24 AM
Replies: 12
Views: 12,559
Posted By ChrisF
A follow up question. I do a full build...

A follow up question.

I do a full build (check out everything, build everything) at 1:00am every day. I want the full build to happen at exactly the same time everyday. If that build passes, I...
Forum: [VBP] General Discussion 09-23-2010, 09:52 AM
Replies: 3
Views: 8,373
Posted By ChrisF
How do I "negate" a macro value, e.g., ...

How do I "negate" a macro value, e.g.,

[%macro1% AND NOT %macro2]
Forum: [VBP] General Discussion 09-23-2010, 09:28 AM
Replies: 2
Views: 7,849
Posted By ChrisF
Thanks!

Thanks!
Forum: [VBP] General Discussion 09-23-2010, 08:44 AM
Replies: 2
Views: 7,849
Posted By ChrisF
Logging

Ok, In Tools->Application Options...->Logging, I do NOT have the Enable file logging checked, but yet, the script generates a log file. Where else is this enabled? VBPro v7.2
Forum: [VBP] General Discussion 09-21-2010, 02:16 PM
Replies: 1
Views: 7,671
Posted By ChrisF
Running a macro if a file has changed

I want to run a macro to check the integrity of a text file, but I only want to proceed with it if the file contents have changed. What's the best way to do this in VBPro v7.2? Thanks!
Forum: [VBP] General Discussion 09-02-2010, 03:58 PM
Replies: 3
Views: 8,373
Posted By ChrisF
Evaluating multiple macro expression

How can I run a step contingent on multiple macro expressions? So I want

if macro1==true AND (maro2==rue OR macro3==true)
do the step

for example. I have v7.2a
Forum: [VBP] General Discussion 09-01-2010, 10:33 AM
Replies: 12
Views: 12,559
Posted By ChrisF
Thanks!

Thanks!
Forum: [VBP] General Discussion 09-01-2010, 08:56 AM
Replies: 12
Views: 12,559
Posted By ChrisF
So it does the following (pseudo-code) if...

So it does the following (pseudo-code)

if has-missing-files OR has-out-of-date-files OR last-build-failed
NEED_TO_BUILD = yes

correct?

I call a *.bld script to build of course. Does...
Forum: [VBP] General Discussion 09-01-2010, 08:32 AM
Replies: 12
Views: 12,559
Posted By ChrisF
Continuous integration

I'm playing with the ContinuousIntegration.bld file from the sample folder, and using Starteam in my case. I see where the script knows that it has not run yet, and so it sets a NEED_TO_BUILD macro...
Forum: [VBP] General Discussion 06-22-2010, 04:14 PM
Replies: 7
Views: 8,188
Posted By ChrisF
This wored!Thanks again. If MyAccessDBResult...

This wored!Thanks again.

If MyAccessDBResult Then Step.BuildStatus = vbldStepStatFailed
Forum: [VBP] General Discussion 06-22-2010, 02:47 PM
Replies: 7
Views: 8,188
Posted By ChrisF
I see what you mean now by your first reply....

I see what you mean now by your first reply. Thanks!
Forum: [VBP] General Discussion 06-22-2010, 01:43 PM
Replies: 7
Views: 8,188
Posted By ChrisF
So I have something like this in the VBScript...

So I have something like this in the VBScript that's in the Run Script step?

if MyAccessDBFunction == 0 then
Step.BuildStatus = vbldStepStatSucceeded
else
Step.BuildStatus =...
Forum: [VBP] General Discussion 06-22-2010, 12:23 PM
Replies: 7
Views: 8,188
Posted By ChrisF
I'm usually good at reading between the lines,...

I'm usually good at reading between the lines, but I wasn't sure on this one. So where would I put the above If statement? Also the link you gave talked about evaluating a vbld_* function status, but...
Showing results 1 to 25 of 67

 

All times are GMT -5. The time now is 05:37 PM.


Copyright © 1999-2023 Kinook Software, Inc.