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
3
votes
3 answers

How do I add the VCL framework to an existing Delphi project (or know if it's been added)

I'm running into problem using FinalBuilder 7 where some of my projects (converted from Delphi 7 to XE2 a few years ago) are failing to build because they can't find units in VCL namespaces (controls, spin, etc..) When I click "Load Settings from…
Peter Turner
  • 11,199
  • 10
  • 68
  • 109
3
votes
1 answer

Why does RedirectStandardInput has no effect when ProcessStartInfo.CreateNoWindow is set to true?

I use System.Diagnostics.Process to interact with a third party console application of which stdin/out/err have been redirected (the external program is written in C++ and I do not have no control over it). ProcessStartInfo info = new…
oli
  • 682
  • 1
  • 12
  • 21
3
votes
1 answer

FinalBuilder: Add Build Number, Current Date, Time and Subversion revision to output executable version info

I want to set output executable InternalName something like that: ProgramName_build_300_rev_100_201303141324.exe where: 300 - build number 100 - latest subversion revision 201303141324 - date/tame of build
3
votes
1 answer

GUI of app built in FinalBuilder(with dcc32.exe) differs from one built in Embarcadero IDE

When I build an app in FinalBuilder, apparently with dcc32.exe, GUI looks like windows xp app, but if I compile it in IDE, it looks normal as Windows 7 program. Also TLinkLabel is recognized as a simple TLabel. Any ideas what can be the problem?
Yuriy Chachora
  • 739
  • 6
  • 18
2
votes
1 answer

Async Action Group in Final Builder: Setting the Maximum Concurrent Threads Value Dynamically

Anyone knows if it is possible to change this value dynamically? I want this value to be the same as the number of processors in the machine that the build is running.
galbarm
  • 2,441
  • 3
  • 32
  • 52
2
votes
2 answers

How to set inno setup script parameters from final builder?

I am new to Final Builder 7 and got some work on it. I want to set minor version from Final Builder 7 to inno setup script by asking user to enter the minor version number. I have defined user variable called minor, which is set by asking user…
2
votes
0 answers

Code Analysis fails when building with FinalBuilder

Update 3 I have now discovered that it appears that an old version of FxCop is invoked when FinalBuilder is calling MSBUILD. Using the command line, when running with the VS2010 version of FxCop everything works fine, but when I use the same command…
havardhu
  • 3,576
  • 2
  • 30
  • 42
2
votes
2 answers

Build automation, VMWare server 2.0, Final builder

I have a database in a VMWare Server 2.0 Virtual machine. I also have a web application in the IIS (7) in the VM. Now I want to execute some database scripts that are in the VM, from the Host machine. Also I have a VB script in the VM that I want to…
VMWare
2
votes
2 answers

PlasticSCM Commandline check in

So I am doing some automation of an Access Database project. I run a script to compose or decompose the access database into a stub file and collection of text files that represent the forms queries etc... Inside FinalBuilder I want to be able to…
Steven T. Cramer
  • 1,508
  • 1
  • 18
  • 34
2
votes
1 answer

In FinalBuilder, how do I use the HTTP Get File action with Windows Authentication?

I have a FinalBuilder project where I deploy an ASP.Net website to a remote folder, configured as a website in IIS. As part of my build script, I want to use the FinalBuilder action HTTP Get File to help determine whether my deployment was…
Scott Ferguson
  • 7,690
  • 7
  • 41
  • 64
1
vote
1 answer

FinalBuilder Enumeration of files and folders

What's the best way to enumerate a set of files and folders using FinalBuilder? The context of my question is, I want to compare a source folder with a destination folder, and replace any matching files in the destination folder that are older than…
Scott Ferguson
  • 7,690
  • 7
  • 41
  • 64
1
vote
0 answers

How to set multi-value environment variables in Bamboo builds?

I am using Bamboo as my continuous integration server. I’ve defined my build projects using FinalBuilder (FB) and call the appropriate FB projects inside Bamboo using FB’s command line tool (FBCMD). It seems that Bamboo runs commands in a pure…
TonySalimi
  • 8,257
  • 4
  • 33
  • 62
1
vote
1 answer

running the build action of web deployment project from final builder

as you know Final builder is an outstanding build automation program, i want to use it, to automate moving the aspx, ascx, image files, css, dlls, etc... after the build of web deployment, this will ease so much the work for me instead of copying…
DevMania
  • 2,311
  • 4
  • 25
  • 43
1
vote
1 answer

Regexp to replace everything after match

I have the following text file content: I need to replace everything EXCEPT the…
Slava
  • 13
  • 3
1
vote
2 answers

Has anyone encountered "Win32 Error : The network path was not found" trying to copy files with FinalBuilder 6?

I have a FinalBuilder job that, as a final step, deploys the compiled app and DLLs to a network share on another server. About 50% of the time, it just fails with Win32 Error : The network path was not found Changing the target from…
Dylan Beattie
  • 53,688
  • 35
  • 128
  • 197