I Love FinalBuilder from VSoft Technologies!
Monday 2 November 2009 @ 5:47 pm

 

For the past couple years, I’ve used a product called FinalBuilder from VSoft Technologies to automate my build processes.  Since I’ve been building web sites (about the past 5 years or so), one of the biggest hassles is maintaining them.  That is, updating the databases, deploying the web site, automating backups, etc.  I’ve used several products like FinalBuilder (including Cruise Control), and to be honest, none of them come close to the quality of FinalBuilder.

Basically, the way the product works is that you create a “project” file using the FinalBuilder IDE.  That project file has “Actions” in it which do things like “ftp” files to servers, rename files, iterate over sql scripts, parse and update files, checkout from source control, as well as hundreds of other convenient functions.  You then execute that “script” file and all the magic happens.

image

Then, VSoft has another product called FinalBuilder Server, which is really an asp.net web site that you run on your server.  That running web site can take one of your FinalBuilder scripts, and run it through a really nice dashboard (web page). 

image

In my current scenario, I have 5 different web sites I can publish simply by pushing a button.  I log into the web page (dashboard), press “Start Build”, and behind the scenes this is what happens:

  • A new temporary directory is created
  • All My source code is exported from subversion into that directory
  • All My Visual Studio Solutions are built
  • All the config files (web.config,app.config, etc.) are updated with appropriate parameters (connection strings, etc.)
  • The Web Site is copied to the correct location
  • A Backup of the source is created an zipped into an archive directory
  • The temporary directory and all it’s files are deleted

Of course, I really do more than this, but you get the basic idea.  It’s wonderful.  It’s not free, but worth every penny (not to mention the support is awesome).

Hope you get a chance to try it.  Here is a link to their site:

http://www.finalbuilder.com/home.aspx





4 Responses to “I Love FinalBuilder from VSoft Technologies!”

  1. Mark Price Says:

    We are a .NET shop and use FinalBuilder and FinalBuilder Server as well. Through the use of the PSTools suite, we maintain 12 different QA servers (all layers from UI to DB) from a centralized build server, and don’t have to install anything extra on the QA server. Beautiful!!

    PS – Peter, I met you briefly at the ExtJS conference in April. We use Ext for our UI on our ASP.NET products.

  2. Peter Says:

    Pretty sure I remember talking. Not sure what PSTools is but will check it out. More people should know of finalbuilder.

  3. How To Set Arbitrary Delay Into FinalBuilder Script (Using Variable) | PeterKellner.net Says:

    [...] blogged before about how much I like [...]

  4. Peter Kellner Says:

    I wrote another post detailing how to add a delay using the Delay Action Script and JavaScript http://peterkellner.net/2010/01/19/finalbuilder-action-scripting-javascript-delay/

Leave a Reply