Screenshot Preview

FinalBuilder - Summary

by VSoft Technologies - Product Type: Application / Developer Application

Summary

FinalBuilder by VSoft Technologies

URLs: finalbuilder, vsoft-technologies, vsoft technologies, vsofttechnologies

Point, click, build, deliver. FinalBuilder is an automated build and release management solution for Windows software developers and SCM (Software Change Management) professionals. Use FinalBuilder to define, debug, maintain, run and schedule reliable and repeatable build processes. Software projects are inherently complex, and creating a build process can be fraught with errors and oversights. FinalBuilder is an automated build and release management tool that makes it easy to define and maintain a reliable and repeatable build process.

Why use FinalBuilder - an automated build and release management solution for software developers and buildmasters?

Traditionally, developers have used DOS batch files or general purpose scripting tools to automate builds. Batch files and scripts are typically difficult to maintain, difficult for people to understand and suffer from a lack of proper error handling. It can often take a long time to evolve a batch file or script to the point where it is reliable enough for use, whereas automating the build process with an automated build tool such as FinalBuilder is quick and easy. Anyone can create, maintain, debug, and edit a build process with FinalBuilder.

FinalBuilder will help you to :

Save time and money - automated builds are typically much quicker than manual builds, sometimes cutting something that took a day down to minutes

Allow anyone in the team to run a build - FinalBuilder is so easy to use, so you won't need a "build guru" team member to run all your builds

Improve the quality of your releases - FinalBuilder cuts the human error factor substantially, automating boring and repetitive tasks

Have a record of what was built when - FinalBuilder logs the output from all the tools it calls, and the logs from previous builds are archived

Standard v Professional

For information about the differences between the Standard and Professional Editions please see the Feature Matrix in the Evals & Downloads section.

FinalBuilder Features:

Easy-to-use graphical interface - FinalBuilder's user interface has been carefully crafted to make it as easy-to-use as possible. Anyone in your team can use FinalBuilder to automate tasks.

600+ built in Action Types - FinalBuilder includes a broad range of action types that cover almost any task you might need to automate. Here are just a few:

Compile applications from source code

Compile setup/installer programs

Work with Version Control Systems, to get, check out, check in & label files

Handle versioning with ease

Create & edit INI files & Windows registry keys

Burn CD's & DVD's, or create CD/DVD images (ISO images)

Zip & unzip files and other archive formats

Run automated testing

FTP files to/from servers

Send emails, post on news servers

Handle errors, run multiple tasks in parallel, and dynamically change the build flow

Iterate over sets of files and other lists

Compile help files

Creating custom plugins. See ActionStudio below for more information

Scheduled Builds- FinalBuilder provides tight integration with the windows scheduling service, which allows builds to be scheduled to run daily, weekly or whatever you wish.

Advanced Flow control actions - FinalBuilder includes Try/Catch/Finally actions which allow localised structured error handling, and flow control actions such as If Then, Else, Switch/Case, While Loop.

Integration with Version Control Systems/Source Code Repositories - Almost all automated build processes require some type of interaction with a Version Control System or Source Code Repository. FinalBuilder directly supports the following:

AccuRev [AccuRev Website]

Borland StarTeam [Borland StarTeam]

CVS [Concurrent Version System]

IBM/Rational ClearCase [ClearCase]

JediVCS [JEDI Version Control System]

QVCS [Quma Software]

MKS Source Integrity [MKS Website]

Perforce [Perforce Software]

PureCM [PureCM Website]

PVCS [Serena Website]

SubVersion [Tigris.org]

Surround SCM [Seapine website]

Sourcegear Vault [Sourcegear]

Team Coherence [QSC]

Team Foundation Source Control [VisualStudio Team System]

Visual SourceSafe (VSS 6 and VSS 2005) [Microsoft VSS 6, Microsoft VSS 2005]

If your version control system is not directly supported - please contact ComponentSource.

Email, Newsgroup, ICQ, FTP Support - Your build process can email the results of the build to you, so for example if the build fails, it can export the log, attach it to an email and send it to you. Or it can send you an ICQ message. You can announce successful builds on nntp news servers.

Built in Active Scripting Support - Each FinalBuilder action exposes a number of script events, where you have access to all the properties of the action using VBScript or JScript. In addition, the Run Script action allows you to perform specific tasks which might not be covered by the built in action types..

Detailed Logging -Output from all actions in the build process is directed to the build log. The log maintains the same tree structure as the action lists, which makes it easy to find your way in the log file. Logs can be exported in HTML, XML or text formats.

Variables -Using variables is the key to making your build process dynamic. Use variables to pass information from one action to another, and also to enable actions to use user specific or machine specific values.

FinalBuilder Plugin Architecture - ActionStudio

FinalBuilder ActionStudio is an IDE for defining and developing plugins for FinalBuilder. ActionStudio is included in both Professional and Standard editions of FinalBuilder and provides an easy way for users to develop custom actions to increase the functionality of their FinalBuilder projects.

ActionStudio creates an action package, which contains one or more custom FinalBuilder Actions. The action package file defines the action properties, events, options, and property pages in an XML file format. Actions written in Active Script are completely contained within the action package, whereas COM and .Net based actions refer to external dlls and assemblies for the implementation of the action.

Plugins can be developed in any of the following languages:

Active Script (VBScript, JScript)

COM

.Net languages

What are FinalBuilder Plugins?

FinalBuilder uses plugins for the implementation and definition of its actions. They can be either compiled source code or custom plugins. The compiled plugins, which are shipped with FinalBuilder, can be viewed from the Tools->Package Manager dialog, whereas custom plugins are loaded automatically from the ActionDefs directory.

Unlike compiled packages, custom plugins are defined by an XML file. ActionStudio can load and save these action package XML files, or you can edit them manually (if you really want to!). These plugin definition files (with file extension .FBAP) are stored in the directory FinalBuilder\ActionDefs. FinalBuilder automatically loads any .FBAP files in the ActionDefs folder when it starts up. Depending on the type of plugin you are creating, you may require extra files alongside the action package file; for example, for a .Net based plugin the assembly must be stored in the Assemblies directory inside the ActionDefs directory so that FinalBuilder can find the referenced assembly.

FinalBuilder Professional edition includes a license for ActionStudio Professional. ActionStudio Professional has the extra capability to import and export protected action packages. A protected action package is encrypted with a password so that others cannot view the action package source. Both FinalBuilder Standard and FinalBuilder Professional automatically load up protected action packages and allow use of the included actions.

What's new in FinalBuilder 7?

NEW IDE

FinalBuilder 7 sports a new IDE. The FinalBuilder 7 IDE is capable of opening multiple projects (whereas FB6 only allows 1 at a time). The new IDE includes docking, something that has been requested many times over the years, so you can lay out the IDE to suite your taste.

There are many little enhancements and tweaks in the IDE. The most requested feature that has been implemented is the renaming of variables. In FB6, when you rename a variable it does not rename references to it in the project. FB7 will attempt to find and rename all references

Core Changes

Unicode Support

FinalBuilder is now compiled with a unicode aware compiler. The native internal string type is UTF16, and VSoft Technologies have worked hard to ensure that all actions that work with files respect the original files encoding.

Variable Types

In FinalBuilder 6 and earlier, all FinalBuilder variables are implemented as Variants. Those of you who have done some COM programming, or used Visual Basic 6 or earlier, or Delphi might be familiar with Variants. A Variant is a type that can store values of various types. Variants are very useful in many cases, but are not without their problems. For example, if you want to store a string "03" in a variant, you will have to put the double quotes around the 03, otherwise it is not known if it's not a number. To circumvent this problem, in FinalBuilder 7 you can specify the variable type.

When you specify a variable type, that is how the variable will be treated, so for example if you attempt to assign a string value to an integer variable it will fail. Typed variables also allow you to specify a format string, which will be used when the variable is evaluated in an expression. For example, if you have a build number variable, that you always want to use as 4 digits, with zeros padding out the left, setting the format string to %.4d will do this.

Local Variables

In addition to the existing variable scopes (environment, application,user, project) and action list parameters, FinalBuilder 7 includes a local variable scope. The Action Group Action has a new property page that allows you to define the local variables. These variables are only visible to child actions of the group. Since groups can be nested, this provides the ability to override variables locally, and define variables for temporary use. Local variables cannot be persisted and cannot be used as environment variables.

New Actions

As with every new release there are a number of additional actions:

NDepend Action

Git Actions

Plastic SCM Actions

Check If Host Exists Action

SetupBuilder Actions

SecureZIP Actions

Signtool Actions

Hyper V Actions

Mercurial Actions

SSH Actions

XML Node Exists Action

And many of the existing actions have had enhancements to them, support for filesets added to more actions.

What's New in FinalBuilder V6?

FinalBuilder V6 Core Improvements

Windows PowerShell:PowerShellis now supported alongside VBScript and JavaScript as a FinalBuilder scripting language. This means that any action can be extended with PowerShell script events, and it is also possible to create PowerShell based custom actions with ActionStudio

Action Logging: Action log output is now tagged and color-coded according to Errors, Warnings, Success and Information. It is possible to filter the log display in the IDE according to these output tags (for example, to show only Error & Warning output.)

Hierarchical Logging: Actions now produce hierarchical log output, so related messages are grouped together in the log tree

Performance: FinalBuilder is now faster to start up, and runtime performance has dramatically improved. Live logging performance has also increased markedly over previous versions

Improved Output Quality: All frequently used actions have been visited and revamped, with a view to improving the quality and usefulness of log output

Automatic Descriptions: Automatic descriptions for all commonly used actions have been revisited and improved. This make it easy to create a self-documenting build process

Action Output Monitors: The new Action Output Monitor feature allows you to watch for particular patterns of log output from an action. The action's behaviour can be modified depending on the output, or specific messages can be captured or suppressed from the action log

MSBuild Task: The FinalBuilder MSBuild task now outputs fully formatted MSBuild output, for use with MSBuild Loggers.

Extra Team Foundation Support: Team Foundation support has been improved markedly for this release of FinalBuilder. FinalBuilder projects running inside Team Build now automatically export any MSTest results to the Team Foundation Data Warehouse. Statistics from other testing frameworks (NUnit, MbUnit, etc.) are also submitted to the Data Warehouse, and can be included in Team Foundation Reports such as the Build Quality report

Visual Studio Team Explorer Integration: FinalBuilder now comes with an addin for Visual Studio 2008 Team Explorer. New Team Build definitions can be added which automatically use FinalBuilder as the build engine. There is also a new graphical Build Definition editor, integrated with Team Explorer. It is no longer necessary to edit the XML build definition file in order to add, edit and remove FinalBuilder projects

Error Dialog Monitor: This new feature allows you to monitor a third party application for error dialogs popped up while running an action. Dialogs can be automatically dismissed, as appropriate. This is useful when working with poorly-written third party tools that display dialogs when running in an automated mode

New user info file: The various user-specific .fbd,.fbw,.fbp files used in previous versions have been converted into one common .fbpinf file, with all user-specific data for the project. This file also contains information on the current layout of the project tree, which makes the project file more version-control friendly

Point, click, build, deliver.

Pricing: FinalBuilder 7.0.0.515 Standard Edition with 1 Year Software Assurance 1 Named User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Standard Edition with 1 Year Software Assurance 1 Floating User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Standard Edition with 1 Year Software Assurance 1 Site Wide License with 1 Year Software Assurance (Allows Unlimited Developers at a Single Physical Address), FinalBuilder 7.0.0.515 Standard Edition Cross-Grade with 1 Year Software Assurance 1 Floating User Cross-Grade License from FinalBuilder 7 Standard Named User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Standard Edition Cross-Grade with 1 Year Software Assurance 1 Site Wide Cross-Grade License from Final Builder 7 Standard Named User License with 1 Year Software Assurance (Allows Unlimited Developers at a Single Physical Address), FinalBuilder 7.0.0.515 Standard Edition Cross-Grade with 1 Year Software Assurance 1 Site Wide Cross-Grade License from Final Builder 7 Standard Floating User License with 1 Year Software Assurance (Allows Unlimited Developers at a Single Physical Address), FinalBuilder 7.0.0.515 Standard Edition Upgrades with 1 Year Software Assurance 1 Named User Upgrade License from FB1, FB2 Developer or FB3, FB4, FB5 FB6 Standard Named User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Standard Edition Upgrades with 1 Year Software Assurance 1 Floating User Upgrade License from FB1, FB2 Developer or FB3, FB4, FB5 FB6 Standard Named User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Standard Edition Upgrades with 1 Year Software Assurance 1 Floating User Upgrade License from FB1, FB2 Developer or FB3, FB4, FB5 FB6 Standard Floating User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Standard Edition Upgrades with 1 Year Software Assurance 1 Site Wide Upgrade License from FB1, FB2 Developer or FB3, FB4, FB5 FB6 Standard Named User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Standard Edition Upgrades with 1 Year Software Assurance 1 Site Wide Upgrade License from FB1, FB2 Developer or FB3, FB4, FB5 FB6 Standard Floating User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Standard Edition Upgrades with 1 Year Software Assurance 1 Site Wide Upgrade License from FB1, FB2 Developer or FB3, FB4, FB5 FB6 Standard Site Wide License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Professional Edition with 1 Year Software Assurance 1 Named User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Professional Edition with 1 Year Software Assurance 1 Floating License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Professional Edition with 1 Year Software Assurance 1 Site Wide License with 1 Year Software Assurance (Allows Unlimited Developers at a Single Physical Address), FinalBuilder 7.0.0.515 Professional Edition Cross-Grade with 1 Year Software Assurance 1 Named User Cross-Grade License from FinalBuilder 7 Standard Named User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Professional Edition Cross-Grade with 1 Year Software Assurance 1 Floating User Cross-Grade License from FinalBuilder 7 Standard Named User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Professional Edition Cross-Grade with 1 Year Software Assurance 1 Floating User Cross-Grade License from FinalBuilder 7 Standard Floating User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Professional Edition Cross-Grade with 1 Year Software Assurance 1 Floating User Cross-Grade License from FinalBuilder 7 Professional Named User License with 1 Year Software Assurance, FinalBuilder 7.0.0.515 Professional Edition Cross-Grade with 1 Year Software Assurance 1 Site Wide Cross-Grade License from Final Builder 7 Standard Named User License with 1 Year Software Assurance (Allows Unlimited Developers at a Single Physical Address), FinalBuilder 7.0.0.515 Professional Edition Cr

Evals & Downloads: Read the FinalBuilder help file, Browse the FinalBuilder Feature Matrix, Read the FinalBuilder End User License Agreement, Download the FinalBuilder 7.0.0.515 evaluation on to your computer - Expires after 30 days

Operating System for Deployment: Windows 7, Windows Server 2008, Windows Vista, Windows XP, Windows Server 2003, Windows 2000

Architecture of Product: 32Bit, 64Bit

Product Type: Application

Application Type: Developer Application

Keywords: FinalBuilder, VSoft FinalBuilder, Final Builder

Installation Installing install installs uninstalling uninstall uninstalls setup MSI msi scripts

Part numbers: PC-518217-310354 518217-310354 PC-518217-310355 518217-310355 PC-518217-310356 518217-310356 PC-518217-310721 518217-310721 PC-518217-310722 518217-310722 PC-518217-310723 518217-310723 PC-518217-310724 518217-310724 PC-518217-310725 518217-310725 PC-518217-310726 518217-310726 PC-518217-310727 518217-310727 PC-518217-310728 518217-310728 PC-518217-310729 518217-310729 PC-518217-310358 518217-310358 PC-518217-310359 518217-310359 PC-518217-310360 518217-310360 PC-518217-310730 518217-310730 PC-518217-310731 518217-310731 PC-518217-310732 518217-310732 PC-518217-310733 518217-310733 PC-518217-310734 518217-310734 PC-518217-310735 518217-310735 PC-518217-310736 518217-310736 PC-518217-310737 518217-310737 PC-518217-310738 518217-310738 PC-518217-310361 518217-310361 PC-518217-310739 518217-310739 PC-518217-310740 518217-310740 PC-518217-310741 518217-310741 PC-518217-310362 518217-310362 PC-518217-310742 518217-310742 PC-518217-310743 518217-310743 PC-518217-310744 518217-310744 PC-518217-310745 518217-310745 PC-518217-310746 518217-310746 PC-518217-310747 518217-310747 PC-518217-310748 518217-310748 PC-518217-310363 518217-310363 PC-518217-310364 518217-310364 PC-518217-310365 518217-310365 PC-518217-310366 518217-310366 PC-518217-310367 518217-310367 PC-518217-310368 518217-310368

Mfr. Part No: FB7FCSNSA FB7PFCPNSA FB7PFCSFSA FB7PFCSNSA FB7PFSA FB7PFSAR FB7PFUPFSA FB7PFUPNSA FB7PNCSNSA FB7PNSA FB7PNSAR FB7PNUPNSA FB7PNUSNSA FB7PSCPFSA FB7PSCPNSA FB7PSCSFSA FB7PSCSNSA FB7PSCSSSA FB7PSSA FB7PSSAR FB7PSUPFSA FB7PSUPNSA FB7PSUPSSA FB7PSUSFSA FB7PSUSNSA FB7PSUSSSA FB7SFSA FB7SFSAR FB7SFUSFSA FB7SFUSNSA FB7SNSA FB7SNSAR FB7SNUSNSA FB7SSCSFSA FB7SSCSNSA FB7SSSA FB7SSSAR FB7SSUSFSA FB7SSUSNSA FB7SSUSSSA

Product Search

Enter search words:

Quick Links

Publisher

Primary Category

Related Products

Related Categories

Why buy from ComponentSource?

ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.

More Info | About Us

Screenshot Gallery

Click for full screen preview

Screenshot of FinalBuilder - Application - 7.0 Screenshot of FinalBuilder - Application - 7.0 Screenshot of FinalBuilder - Application - 7.0 Screenshot of FinalBuilder - Application - 7.0 Screenshot of FinalBuilder - Application - 7.0
Award Award