Questions tagged [finalbuilder]

FinalBuilder is a build and distribution automation product by VSoft Technologies. It integrates multiple capabilities in one easy-to-use GUI that generates a script, which can later be executed using command line, GUI or FinalBuilder Server.

FinalBuilder integrates multiple development platforms. It can execute various tools related to .Net Framework, Java, Delphy and others. It has flow control and simple action interfaces to perform all common OS and network commands.

For example, with .Net and TFS FinalBuilder can download latest version of code, update Nuget Packages, compile, increment version, digitally sign, package, deploy, send "completed" email. Important factor is high speed of development of this script because all actions are done via GUI.

FinalBuilder has designer for designing of custom actions. It also has a debugger.

87 questions
0
votes
1 answer

FinalBuilder Action Studio StandardGrid

In FinalBuilder Action Studio -StandardGrid(Component Palette) 1.How to change the column name (Key, Value)? 2.How to Add Key Value? 3.How to retrieve the values in (key,value) in visual studio? I tried all options and Is there any other way so…
0
votes
1 answer

Finalbuilder action studio unable to save the fbap file

I am trying to save a new action created using final builder action studio in c/program files/finalbuilder/actiondefs. However, the fbap file is not shown in that location even if I navigate to that location. But if I use finalbuilder action studio…
Aditya Bhat
  • 95
  • 2
  • 10
0
votes
1 answer

How to create a self extracting installer (exe) with FinalBuilder

To manually create a self-extracting executable, I use IExpress which is built in to Windows (edit: its from the IE Adminstration Kit). I'm looking for a way to automate this using FinalBuilder, our builder of choice. Is there a way to do this? …
invertigo
  • 6,336
  • 5
  • 39
  • 64
0
votes
3 answers

How to delete to recycle bin in FinalBuilder

I'm finding that deleting a folder containing many files and subfolders in FinalBuilder is very slow. An an alternative, I could delete the folder to the recycle bin. Anyone have any suggestions how to do this in FinalBuilder 5?
Mike Scott
  • 12,274
  • 8
  • 40
  • 53
0
votes
1 answer

Trouble Executing GIT commands from outside bash shell (windows)

I'm using finalbuilder to execute GIT commands without success. FinalBuilder docs suggest setting the env variable HOME to %USERPROFILE% which I have done. I can execute git clone commands successfully from the git bash shell but not from inside…
Peter Kellner
  • 14,748
  • 25
  • 102
  • 188
0
votes
1 answer

Converting Finalbuilder 6 project to Fb 5

I have a Fb 6 project, and i need it to be converted to FB 5. Are there any tools to let me achieve this? Note: The FB 6 project i have does not use any FB 6 version specific features.
New
0
votes
1 answer

Continuous Integration - Tests Categorization

The current set up uses FinalBuilder for Continuous Integration & builds of a enterprise wide suite of ASP.NET applications & Services. I intend to have NUnit hooked to the CI build process. What should be my top priority category of tests - which…
GilliVilla
  • 4,998
  • 11
  • 55
  • 96
0
votes
1 answer

How can I update a .properties file using FinalBuilder?

There is a .properties file containing many name-value pairs, separated by "=". Is there any standard way in FinalBuilder to update the value of some properties?
TonySalimi
  • 8,257
  • 4
  • 33
  • 62
0
votes
0 answers

Why doesn't MSBuild match Path properties?

I have a reference to a custom assembly. Looking at the Assembly Properties I see Path = C:\Windows\Microsoft.Net\assembly\GAC_32\Assembly.Namespace\v4.0_3.0.0.0__c199d42a01e99449\Assembly.Namespace.dll When I look at the .cs project MSBuild I…
P.Brian.Mackey
  • 43,228
  • 68
  • 238
  • 348
0
votes
1 answer

Is OutputPath a required field in every PropertyGroup?

My projects appear to all have three items. One: Debug AnyCPU Two:
P.Brian.Mackey
  • 43,228
  • 68
  • 238
  • 348
-1
votes
1 answer

DunitX and FinalBuilder

I have both C++ and Delphi tests in DunitX. I am trying to get it to Build in FinalBuilder. C++ tests builds fine, but Delphi tests has the error: "Error creating cfg file: C:\Tests.cfg Error expanding variables in Library Path : [Expression Error]:…
Mathew Joy
  • 121
  • 7
-1
votes
1 answer

SFTP action in FinalBuilder always gets disconnected

i have the final builder actions below sftp connect try sftp create directory finally sftp disconnect end thing is the action always says "connection lost" at sftp create directory. i even insert a reconnect before that line but still the…
sjlewis
  • 780
  • 2
  • 13
  • 25
1 2 3 4 5
6