Forum: [VBP] General Discussion
10-08-2010, 02:03 PM
|
Replies: 11
Views: 16,907
|
Forum: [VBP] General Discussion
10-08-2010, 07:26 AM
|
Replies: 11
Views: 16,907
|
Forum: [VBP] General Discussion
10-07-2010, 07:55 AM
|
Replies: 11
Views: 16,907
|
Forum: [VBP] General Discussion
10-07-2010, 07:12 AM
|
Replies: 11
Views: 16,907
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: 18,457
|
Forum: [VBP] Suggestions
10-01-2010, 11:44 AM
|
Replies: 0
Views: 20,243
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...
|
Forum: [VBP] General Discussion
10-01-2010, 11:31 AM
|
Replies: 12
Views: 18,457
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: 16,907
|
Forum: [VBP] General Discussion
09-28-2010, 08:06 AM
|
Replies: 11
Views: 16,907
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: 16,907
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: 18,457
|
Forum: [VBP] General Discussion
09-23-2010, 10:41 AM
|
Replies: 12
Views: 18,457
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: 18,457
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: 12,464
|
Forum: [VBP] General Discussion
09-23-2010, 09:28 AM
|
Replies: 2
Views: 11,895
|
Forum: [VBP] General Discussion
09-23-2010, 08:44 AM
|
Replies: 2
Views: 11,895
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: 11,741
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: 12,464
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: 18,457
|
Forum: [VBP] General Discussion
09-01-2010, 08:56 AM
|
Replies: 12
Views: 18,457
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: 18,457
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: 12,921
|
Forum: [VBP] General Discussion
06-22-2010, 02:47 PM
|
Replies: 7
Views: 12,921
|
Forum: [VBP] General Discussion
06-22-2010, 01:43 PM
|
Replies: 7
Views: 12,921
|
Forum: [VBP] General Discussion
06-22-2010, 12:23 PM
|
Replies: 7
Views: 12,921
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...
|