Tagged Questions

7
votes
2answers
686 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 ...
4
votes
2answers
685 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 ...
2
votes
4answers
505 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. ...
1
vote
4answers
220 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
140 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
270 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 ...