FinalBuilder 3 Professional, $499
VSoft Technologies
Canberra, ACT, Australia
Fax : +61 2 62912702
http://www.finalbuilder.com
Developers come with many different preferences. Some folks really like the modern trend towards doing everything with XML. And then there are those of us who would rather sit on an angle bracket than write code with one. For those in the latter camp, build utilities like NAnt and MSBuild are at best a nuisance with their nested XML syntax. Fortunately, there's an alternative: FinalBuilder, which recently released its third major version, offers a full-featured IDE for managing complex software build and deployment processes.
Let's start with the basics. At its simplest, FinalBuilder lets you string together actions to form a build process. An action might be to compile a C# project using the command-line compiler, or to check out a file using Perforce, or to run a DOS command, or to use sn.exe to sign a .NET assembly. Each time you choose an action, you can specify all the details - which files to call, which parameters to supply, comments, and so on. There are nice dialog boxes to fill out with this information, and an Action Inspector that shows you the same information in a property sheet format. All told, FinalBuilder supports nearly 300 actions, dealing with testing, install builders, many source code control systems, compilers, help file builders, CD burners, file and directory actions. WMI, archivers, FTP, newsgroup posting, e-mail, and on and on. The richness of FinalBuilder's action set is simply amazing.
Now add another level of complexity, because a FinalBuilder project is much more than just a linear list of actions. You can group actions together and add comments to make the structure of a project more obvious. You can prompt the user for variables and use those to control what's going on. You get flow control including sub-projects, while loops, conditional branching, switch and case, delays, and try-catch-finally exception handling.
Still not enough? Add in logging and scripting. As you execute your build script, FinalBuilder keeps track of what's going on. This build log gets displayed in the FinalBuilder interface as the build is going on, and there's an action to export it as a file when the build is done. You can specify which level of detail to include in the exported log, and use XSLT to format it nicely. This makes it easy to leave the log up on a Web server for everyone to see. Scripting (using either VBScript or JScript) lets you further customize actions. Every FinalBuilder action exposes BeforeAction and AfterAction events (some have more) and there's a built-in editor with IntelliSense and color-coding to let you write code responding to these events.
For the ultimate in power, there's the companion (and included) FinalBuilder ActionStudio. This separate IDE lets you build your own FinalBuilder actions, complete with their associated user interface, using active scripting (VBScript/JScript), COM, or any .NET language). So if there's something you want to automate that they didn't include in the box (though darned if I know what that would be) just roll up your sleeves and include it).
I've been using FinalBuilder myself for several years now, and I'm quite happy with it. If visual tools appeal to you more than XML ones, and you need a powerful build and management utility, you ought to check it out for yourself. There's a 30-day evaluation copy available from the VSoft Web site.
Click for animated movie (316
KB GIF made with
DemoCharge 2004)