Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build automation for Delphi + Oracle

at my work we are presently looking for a automated build tool. We have googled quite a bit, but there are so many possibilities we are not sure which tool is the best option, to be honest.

We are not even sure there is one that fits our needs. It should have as many as possible from following features:

  1. Integration with Subversion, meaning it should be able to do both updates and commits.
  2. Diff tool or ability to integrate with one, and capability of auto-merging files (well, at least not the problematic ones).
  3. Delphi build automation, using the command line compiler.
  4. Integration with Oracle, meaning having the ability to run SQL scripts and compiling PL/SQL packages, functions, etc.
  5. Sending of e-mails with build status (I guess this is something all of them have).

Additional functionalities would be welcome but are not needed at the moment. Anything in the line of getting at least points 1 and 2 would be great.

If anyone could point us to some particular tool we would be very grateful.

Thanks in advance and best regards

like image 639
Guillem Vicens Avatar asked Nov 29 '22 11:11

Guillem Vicens


1 Answers

For my Delphi projects, I was using FinalBuilder (itself a Delphi app) way back when. I was always very happy with the product, and it worked very well.

In the meantime, they also launched a Server version of the build tool, so you can set up a full build server and have your code built there.

Another worthy contender back in those days used to be Visual Build - feature by feature the two almost match up, but the "feel" of the app, the ease of use, was with Finalbuilder, in my personal opinion.

I'm not sure if any of the two has direct and specific Oracle support, but at least Finalbuilder can run anything that can be run from the command line, so that should give you plenty of options, really.

like image 141
marc_s Avatar answered Dec 05 '22 23:12

marc_s