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

Automise: how to keep cmd window open after executing?

I have an atp4 automise project file. When I double click on it an ATCMD.exe window pops up and executes the script, but immediately closes upon completion. I would like to see what's going on during the execution, and therefore would like the…
AllTradesJack
  • 2,762
  • 5
  • 25
  • 36
0
votes
2 answers

FinalBuilder 7. Is it possible to know who broke the build?

I am pretty new in builders and absolutely newbie in FinalBuilder. It is a great app, very intuitive, well documented with lots of features. But I can't find one thing: How can I determine who is responsible for the broken build?
iLemming
  • 34,477
  • 60
  • 195
  • 309
0
votes
3 answers

How to update assembly assembly references in a web site?

I'm making a build using FinalBuilder Pro 7. I've an ASP.NET web site and I'm trying to use FinalBuilder's "Precompile Asp.net 2.0 Application" action. Well, It fails. To build it successfully I need to run Visual Studio, open the web site and…
iLemming
  • 34,477
  • 60
  • 195
  • 309
0
votes
1 answer

Resolve SVN Conflict

We are taking svn update through command line in Final Builder. Sometimes svn gets conflict in source. We need resolve this conflict. How to resolve this svn Conflict using the final builder or command prompt ?
ranjo
  • 7
  • 5
0
votes
1 answer

NUnit in Finalbuilder: How can I provide a path to nunit-console without the finalbuilder option

My shop has a precedent of checking in 3rd party tools to source control and using relative paths in projects/builds to find everything. Also, as NUnit releases new versions there have been several versions of NUnit admitted to this 3rd party…
bwerks
  • 8,651
  • 14
  • 68
  • 100
0
votes
2 answers

How to execute .bat files using Finalbuilder?

I am using Finalbuilder to build packages. I want to execute .bat using file content iterator. Can I use anything other than file content iterator to execute .bat files?
0
votes
0 answers

Finalbuilder 7 is there a way to use Git without ssh keys (using the HTTP address)?

Issue: I've made a new finalbuilder project with one action, a Git Clone Repository. I have another finalbuilder project using Git over SSH that is working, therefore the initial setup of Git in finalbuilder is good. For this Git Clone test, instead…
xgo
  • 3,960
  • 2
  • 14
  • 12
0
votes
1 answer

Finalbuilder 8 fails to load Delphi 10 Seattle project file

Since we upgraded finalbuilder to version 8, and Delphi to version 10 Seattle, we are getting error messages when trying to edit actiom properties in our finalbuilder project. Failed to load MSBuild project file: …
Bascy
  • 2,017
  • 1
  • 21
  • 46
0
votes
1 answer

regex to replace the entire character in string

the string may have characters like "abc @ xyz 1234-4321", i need regex to replace the characters inside the quoted string with the another string using text replace action in final builder. Thanks in advance ,Any help would be appreciable.
Ganesh
  • 1
  • 1
  • 8
0
votes
2 answers

Wix and FinalBuilder - InvalidOperationException: Collection was modified; enumeration operation may not execute

While running a build in FinalBuilder, when it gets up to the Wix installer project and runs the linker light.exe, I get the following error InvalidOperationException: Collection was modified; enumeration operation may not execute. Does anyone know…
Scott
  • 3
  • 3
0
votes
1 answer

$(BDSCOMMONDIR) different when compiling from FinalBuilder vs IDE

I am in the middle of upgrading from Delphi XE3 to XE7 and I have noticed that my FinalBuilder script is no longer working as expected. I have various Delphi projects configured to output the BPL / DCP files to $(BDSCOMMONDIR)\* which is set as a…
James
  • 80,725
  • 18
  • 167
  • 237
0
votes
1 answer

Final Builder action to change exe properties

Is there a way to modify the properties of a file (exe in my case) with a final builder action after the file has been created? Specifically, I'd like to change: File description Product name Product version And remove: File version Original…
invertigo
  • 6,336
  • 5
  • 39
  • 64
0
votes
1 answer

Can i use FinalBuilder to set the name of a self extracting exe at Runtime?

When using FinalBuilder to package our website, I would like it to be able to set the filename when it creates the file set with a variable somewhere else. So the filename would be Website 1.4.exe Has anyone got this working?
Kev Hunter
  • 2,565
  • 4
  • 25
  • 39
0
votes
1 answer

Is it possible to create a setup project using final builder

What is the exact purpose of final builder,Can i create a setup project using final builder for c#.net project?I Googled the same and found irrelevant results,Please advise
Amarnath R Shenoy
  • 5,121
  • 8
  • 24
  • 32
0
votes
1 answer

FInalBuilder 7 and TFS2010 - Get Latest

Can anyone shed some light please on the process of getting FB7 linked to TFS2010 so that I can pull source code from TFS into a FB build routine? I am getting the following message in the build log when I go to execute a TFS "Get" Action: Path to…
Bernard
  • 652
  • 3
  • 7
  • 16