FinalBuilder is a build automation product.

learn more… | top users | synonyms

8
votes
2answers
1k views

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 ...
5
votes
3answers
1k views

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 ...
4
votes
3answers
1k views

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 ...
4
votes
2answers
553 views

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, ...
4
votes
7answers
7k views

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 ...
4
votes
0answers
171 views

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?
3
votes
4answers
634 views

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. ...
3
votes
2answers
1k views

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

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 ...
3
votes
2answers
1k views

Setting up NCover for NUnit in FinalBuilder [closed]

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 ...
3
votes
1answer
3k views

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.
2
votes
1answer
121 views

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.
2
votes
3answers
44 views

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 ...
2
votes
2answers
504 views

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 ...
1
vote
4answers
299 views

Can one use FinalBuilder to dailybuild a fortran project (F77, F90, and above)?

Summarization: It is probably better using Scons or Foray (TCBuild) because they can solve Fortran (Fortran 90) dependencies. ======================================== A daily build or nightly build ...
1
vote
2answers
383 views

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 ...
1
vote
1answer
72 views

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 ...
1
vote
1answer
147 views

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 ...
1
vote
1answer
279 views

Regexp to replace everything after match

I have the following text file content: <?php //================ Versions ================ $applicatoinversion = '1.2.3.40'; $someothervariable = 'td11'; $dbversion = '2.3.1.4'; Other code here ...
1
vote
2answers
866 views

How to call MSBuild tasks from FinalBuilder?

The only way I see now is to create xml file for MSBuild containing needed tasks invocations and then run MSBuild directly by calling "Execute Program" action. Is there any standard way of doing this ...
1
vote
2answers
195 views

Check with code if FinalBuilder is running a script

Is it possible to check if FinalBuilder is running a script with code? I would like to make a small application that can remotely start building a project on a remote machine, but only if its not ...
1
vote
1answer
537 views

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 ...
1
vote
1answer
629 views

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 ...
1
vote
1answer
322 views

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 ...
1
vote
1answer
85 views

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 ...
1
vote
2answers
313 views

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): ...
1
vote
2answers
249 views

Cant set Variables in Final Builder using VBScript

I'm trying to use the RunScript Action in Final Builder and I can't seem to make any changes to variables e.g. function OnExecute(Action, Action) FBVariables.TestMyVariable = "42" What am I doing ...
1
vote
1answer
304 views

Using Project Config with Delphi 2009 and Finalbuilder 6

Does anyone have any experience of using the project config option with the Delphi Compile Action in Finalbuilder 6. Currently the build server is set up to manually have all the correct search ...
1
vote
1answer
112 views

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 ...
1
vote
0answers
345 views

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). ...
1
vote
2answers
275 views

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 ...
0
votes
3answers
123 views

How to delete to recycle bin in FinalBuilder

I'm finding that deleting a folder containing many files and subfolders in FinalBuilder is very slow. An an alternative, I could delete the folder to the recycle bin. Anyone have any suggestions how ...
0
votes
2answers
407 views

FinalBuilder 7. Is it possible to know who broke the build?

I am pretty new in builders and absolutely newbie in FinalBuilder. It is a great app, very intuitive, well documented with lots of features. But I can't find one thing: How can I determine who is ...
0
votes
1answer
289 views

NUnit in Finalbuilder: How can I provide a path to nunit-console without the finalbuilder option

My shop has a precedent of checking in 3rd party tools to source control and using relative paths in projects/builds to find everything. Also, as NUnit releases new versions there have been several ...
0
votes
1answer
176 views

Can i use FinalBuilder to set the name of a self extracting exe at Runtime?

When using FinalBuilder to package our website, I would like it to be able to set the filename when it creates the file set with a variable somewhere else. So the filename would be Website 1.4.exe ...
0
votes
1answer
63 views

Trouble Executing GIT commands from outside bash shell (windows)

I'm using finalbuilder to execute GIT commands without success. FinalBuilder docs suggest setting the env variable HOME to %USERPROFILE% which I have done. I can execute git clone commands ...
0
votes
1answer
131 views

Is OutputPath a required field in every PropertyGroup?

My projects appear to all have 3 <PropertyGroup> items. One: <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> ...
0
votes
2answers
287 views

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 ...
0
votes
2answers
459 views

How to update assembly assembly references in a web site?

I'm making a build using FinalBuilder Pro 7. I have an asp.net web site and I'm trying to use FinalBuilder's "Precompile Asp.net 2.0 Application" action. Well, It fails. To build it successfully I ...
0
votes
0answers
16 views

How to Publish/Update website through FinalBuilder taking code from subversion?

What I am doing is 'checkout' (if its new) or 'update' website code from subversion. Then I compile all code, proceeds if successfully compiled and FTP all compiled to another location where Website ...
0
votes
0answers
63 views

AutomatedBuildStudio vs. FinalBuilder [closed]

I'm currently working on a suitable solution for build- and testing automation for my company. In summary two major products focused my attention Smartbear's AutomatedBuildStudio VSoft's ...
0
votes
1answer
68 views

Continuous Integration - Tests Categorization

The current set up uses FinalBuilder for Continuous Integration & builds of a enterprise wide suite of ASP.NET applications & Services. I intend to have NUnit hooked to the CI build ...
0
votes
1answer
33 views

How can I update a .properties file using FinalBuilder?

There is a .properties file containing many name-value pairs, separated by "=". Is there any standard way in FinalBuilder to update the value of some properties?
0
votes
0answers
110 views

Why doesn't MSBuild match Path properties?

I have a reference to a custom assembly. Looking at the Assembly Properties I see Path = ...
0
votes
1answer
91 views

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 ...
0
votes
1answer
163 views

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. ...
0
votes
0answers
121 views

How does FinalBuilder work under the hood? [closed]

We're evaluating FinalBuilder and are curious as to how it works under the hood. For compiling C# code, does it: shell out to MsBuild directly call csc.exe use the ...
0
votes
0answers
179 views

Slower performance (3 times) building via Finalbuilder server via Finalbuilder GUI

We're using final builder to build our software. In the GUI it takes an hour (20 minutes for debug msbuild step, 20 minutes for release msbuild step and a further 20 minutes for unit testing/code ...
0
votes
1answer
164 views

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 ...
0
votes
1answer
343 views

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 ...
0
votes
1answer
57 views

Converting Finalbuilder 6 project to Fb 5

I have a Fb 6 project, and i need it to be converted to FB 5. Are there any tools to let me achieve this? Note: The FB 6 project i have does not use any FB 6 version specific features.

1 2