Questions tagged [finalbuilder]

FinalBuilder is a build and distribution automation product by VSoft Technologies. It integrates multiple capabilities in one easy-to-use GUI that generates a script, which can later be executed using command line, GUI or FinalBuilder Server.

FinalBuilder integrates multiple development platforms. It can execute various tools related to .Net Framework, Java, Delphy and others. It has flow control and simple action interfaces to perform all common OS and network commands.

For example, with .Net and TFS FinalBuilder can download latest version of code, update Nuget Packages, compile, increment version, digitally sign, package, deploy, send "completed" email. Important factor is high speed of development of this script because all actions are done via GUI.

FinalBuilder has designer for designing of custom actions. It also has a debugger.

87 questions
10
votes
2 answers

Getting DUnit Test Coverage stats using FinalBuilder and AQTime

We have a large Delphi project (1.5 million lines of code), and we're moving to using agile processes. We already have a continous integration environment (FinalBuilder) which I've updated to include unit tests (dUnit) and code metrics…
Catharz
  • 1,105
  • 10
  • 18
9
votes
2 answers

How to run multiple commands in a batch file?

I am having the below commands in a batch file. While i try to run it using Execute action in Finalbuilder project, 1st command alone was run. So, i planned to have each commands in various batch files. Could anyone please help me to run all the…
Karthi
  • 575
  • 2
  • 10
  • 29
6
votes
3 answers

TeamCity vs FinalBuilder Pro for Continuous Integration Server

I have seen lots of comparisons for TeamCity vs CCNet, but not much for TeamCity vs FinalBuilder Pro's CI. Forgive me if I am not comparing apples to apples, I am familiar with TeamCity however the company I work for has already purchased…
schmoopy
  • 6,419
  • 11
  • 54
  • 89
6
votes
3 answers

Delphi project testing via TestComplete 7 on FinalBuilder

We've been using FinalBuilder as a continuous integration server for our Delphi project. Currently, we have our builds automatically triggered from subversion check-ins, dUnit tests run after the unit test executable is built and AQtime generating…
Catharz
  • 1,105
  • 10
  • 18
5
votes
1 answer

FinalBuilder Server + FastMM4 example

When using FinalBuilder Server for continuous integration - what is the recommended way to run a suite of unit tests and establish a build pass/fail based on FastMM memory leak check?
Darian Miller
  • 7,808
  • 3
  • 43
  • 62
5
votes
10 answers

How to automate the test running process using TestComplete?

We are trying to integrate tests in our daily builds using TestComplete, so far we have a machine dedicated for testing and our build script copies to this machine everything TestComplete needs for its tests (Application, Database, Test script…
5
votes
2 answers

How to generate SQL Script from MySQL Workbench using Command Line?

I'm currently using FinalBuilder to create a one-click building n’ generate install, but I faced with MySQL Workbench lack of capacity to generate SQL script from a command line.
Gedean Dias
  • 1,063
  • 1
  • 10
  • 24
5
votes
2 answers

How can I output messages from FinalBuilder that will be captured by TeamCity?

I'm running TeamCity Professional 4.5.3 and FinalBuilder Pro 6; TeamCity's running the FinalBuilder project using a command-line task. How do I get FinalBuilder to print messages into the build log, so that TeamCity will capture them? The TeamCity…
Dylan Beattie
  • 53,688
  • 35
  • 128
  • 197
4
votes
4 answers

Minimum set of Delphi 2010 files to move to a SVN repository for compiling

We are using Subversion for SCC. We have a great deal of our build environment in our repository so that we can check a given version out and rebuild it fairly close to what was in use at that time. We have the following in there now: InnoSetup…
bcrooker
  • 71
  • 4
4
votes
2 answers

Creating a share and granting permissions via cmd.exe and net share

I am trying to create a share on a Windows Server 2008. I can do it fine via the GUI and everything works like a charm. But when I try to do it via the command prompt (I need the command prompt for a FinalBuilder WMI action step), nothing happens. I…
Jesper Lund Stocholm
  • 1,973
  • 2
  • 27
  • 49
3
votes
2 answers

Access FinalBuilder variables from PowerShell code

I added "Execute PowerShell Script" action to my FinalBuilder project. Manual says that I can access FinalBuilder variables using following syntax (entered in Specify Script area): $FBVariables.GetVariable("VarName") But the problem is $FBVariables…
Roman
  • 4,531
  • 10
  • 40
  • 69
3
votes
4 answers

Perl can't load SSLeay.dll because LWP::Protocol::https is not installed

For internal messaging the company I work for uses Slack. It allows for a lot of awesome integration with tons of different software and services. I'm making my own bot for sending webhooks to Slack. I got everything set up and working, I have a…
Bjørnar Hagen
  • 757
  • 1
  • 8
  • 19
3
votes
2 answers

Setting up NCover for NUnit in FinalBuilder

Solved: Look at the bottom of this question for the working configuration I am attempting to set up NCover for usage in my FinalBuilder project, for a .NET 4.0 C# project, but my final coverage output file contains no coverage data. I am…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
3
votes
2 answers

Anyone manage their Continuous Integration with TeamCity, FinalBuilder, and Mercurial (Kiln)?

Possible Duplicate: Continuous Integration stack on Windows with Mercurial + Mercurial Queues? If so, what does your build process look like? I'm having a difficult time (mostly because of my lack of experience/understanding of all 3 tools)…
Jon Erickson
  • 112,242
  • 44
  • 136
  • 174
3
votes
1 answer

Why does this gsutil call not work from FinalBuilder website but works when run in FinalBuilder application?

I have a .bat file that makes the following gsutil call to push a file to the Google Cloud: python "C:\Program Files (x86)\gsutil\gsutil" -D -m cp -a public-read C:\Temp\MyMSI.msi…
Brian T Hannan
  • 3,925
  • 18
  • 56
  • 96
1
2 3 4 5 6