Tagged Questions
2
votes
1answer
59 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
2answers
372 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
1answer
269 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 ...
0
votes
2answers
239 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
141 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 ...