VSoft Technologies Blogs

rss

VSoft Technologies Blogs - posts about our products and software development.

In FinalBuilder 6, we have done a lot of work to improve the log output formatting. In particular, we wanted to make it easier to find errors, warnings in compiler output.

A quick outline of the new Output Monitors feature in FinalBuilder 6, with a sample project - checking if a file is open on a remote machine. Makes use of the excellent SysInternals tools.

Part Three of a series on PowerShell support in FinalBuilder 6. This post walks through creating a simple custom action, implemented entirely in PowerShell.

Part Two of a series on PowerShell support in FinalBuilder 6. This post shows how to use PowerShell to substantially customize the behaviour of a built-in action.

The power of the PowerShell one-liner, and it's ability to customize FinalBuilder builds. The first in a series on the PowerShell support in FinalBuilder 6.

I plug the awesome new Team Build support in FinalBuilder 6, and I also plug a great screencast recorder called Wink.

Variables in FinalBuilder make your build process more maintainable, but working out which variables to use where can be difficult, especially when you are trying to retrofit them into an existing project. Variable Suggestion is a new feature in FinalBuilder 6 which aims to ease the use of Variables.

I just posted a new tech article about the FinalBuilder 6 .NET Custom Action API. If you've ever done any custom action development with .NET, then I strongly suggest you check this out.

"The Bus Factor", how it applies to your project, and why it matters for build & configuration management.

How to safely use relative paths in actions (for FinalBuilder and Automise.)