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
1
vote
1 answer

Delphi & Finalbuilder EMBA Edition

Can I execute a FinalBuilder build file (*.fbz7) from another FinalBuilder script file ? Why: Script #1 (my Master script) should contain a script looping script #2 for several times or based on a given variable I can selected between script #3…
Franz
  • 1,883
  • 26
  • 47
1
vote
1 answer

VCL styles : during final Builder compilation

To define the VCL styles for my application at runtime, I found the following link DELPHI VCL STYLES. Is there also an option to set the VCL style for my appliaction during the compilation process using finalbuilder tools ?
user1769184
  • 1,571
  • 1
  • 19
  • 44
1
vote
2 answers

Does FinalBuilder support building a Web Deployment Project?

I just sent out an internal company mail glorifying Web Deployment Projects. However, some of my colleagues are using FinalBuilder and they asked me if it supports building wdproj files? My guess is, yes.
JohannesH
  • 6,430
  • 5
  • 37
  • 71
1
vote
1 answer

Module was built without debug information

Error when attaching debugger to process: "To debug this module change the project build configuration to debug mode." I'm running finalbuilder using MSBUILD. The output says: Running C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe…
P.Brian.Mackey
  • 43,228
  • 68
  • 238
  • 348
1
vote
1 answer

Unable to read the xml nodes using final builder

Here is the requirement I want to read all the xml nodes from the xml file and found the last child of each parent node, and include an entry "Class=Last" in each last child nodes using finalbuilder (FB6). Here is the xml file…
sivaguru
  • 61
  • 6
1
vote
2 answers

FinalBuilder 7 - Where are log files?

i did found a file named XXX.fbl7 which is type is named "FinalBuilder Log File". if this is the file how can i open it? once i click it from windows explorer i get "The project file specified on the command line was not found or invalid"
user829174
  • 6,132
  • 24
  • 75
  • 125
0
votes
1 answer

How to output some files from FinalBuilder to teamcity as artifacts

I am using finalbuilder to build my projects and create a package for deployment and I want FinalBuilder to output this package as an artifact to teamcity. I am not sure if this is posible though. The reason for using finalbuilder to create the…
kranthi
  • 1,519
  • 6
  • 29
  • 52
0
votes
0 answers

Random access violation with brcc32

We are getting random access violation (couple of months now) on random project. We have a build job script run by FinalBuilder. But if any of the project is manually build either in Embarcadero IDE or FinalBuilder, no issues. At this point I do not…
Mathew Joy
  • 121
  • 7
0
votes
1 answer

Finalbuilder trigger update repositiry from mapped drive

We store some git repositories on local fileservers. On finalbuilder-server I made a "Git-Trigger" which should trigger the build when repository is updated. I checked the option "Update from remote repository:". On "Remote repository:" I set…
Arne
  • 1
0
votes
1 answer

Returning parameters from FinalBuilder 7 Action Lists

If I'm not mistaken, it seems that FinalBuilder 7's action list parameters only support input values. Is there any way I can simulate a workaround for return parameters? I do not want to store return parameters in a global temp variable or even a…
base2
  • 983
  • 9
  • 13
0
votes
1 answer

How can I run an entire FinalBuilder script remotely?

I would like to be able to write a FinalBuilder script from my laptop where all commands are being run on a VM remotely. I need more than just PsExec. For example, I want to be able to change a registry key on the VM while running the FinalBuilder…
Matt123
  • 556
  • 3
  • 15
  • 36
0
votes
1 answer

FinalBuilder History Log Columns

We are using FinalBuilder 7. When we do builds using FinalBuilder, we have a BuildConfig parameter that determines if we are building to Testing, Staging or Release. Last when looking through the history log, if you want to know what server was…
user856232
  • 1,073
  • 2
  • 14
  • 40
0
votes
1 answer

"No testable files found." when trying to run NUnit though final builder

I'm trying to run Nunit unit tests using finalbuilder/continua and it's simply not working and I don't know why. I just get this error: No testable files found. Check that you have entered valid paths for the Files field. Also ensure that the…
Liam
  • 27,717
  • 28
  • 128
  • 190
0
votes
2 answers

How to stop Final Builder 8 from destroying the rc file using Delphi 10.2 Tokyo

When I try to build some DPKs in IDE it compiles properly and generates a appropriate BPLs, but when I try to do it with the command line, using Delphi 10.2 Tokyo then I'm getting errors like: ... .rc(14) : error RC2132 : expected VALUE, BLOCK, or…
Gilmor
  • 439
  • 1
  • 3
  • 11
0
votes
1 answer

XCopy folder with spaces in FinalBuilder

I'm trying to XCopy folder in FinalBuilder 8. However, the path to source folder contains spaces in it and looks like this \%Server%\inetpub\wwwroot\Payment System\%CurrentProjectAlias%\ And when I try to run XCopy action I got error code 4. Is…