Tagged Questions

2
votes
1answer
75 views

Build automation, VMWare server 2.0, Final builder

I have a database in a VMWare Server 2.0 Virtual machine. I also have a web application in the IIS (7) in the VM. Now I want to execute some database scripts that are in the VM, f …
3
votes
6answers
1k views

How to automate the test running process using TestComplete?

We are trying to integrate tests in our daily builds using TestComplete, so far we have a machine dedicated for testing and our build script copies to this machine everything TestC …
0
votes
0answers
9 views

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 …
0
votes
2answers
49 views

Does FinalBuilder support building a Web Deployment Project?

I just sent out an internal company mail glorifying Web Deployment Projects. However, some of my colleagues are using FinalBuilder and they asked me if it supports building wdproj …
0
votes
2answers
74 views

How can I output messages from FinalBuilder that will be captured by TeamCity?

I'm running TeamCity Professional 4.5.3 and FinalBuilder Pro 6; TeamCity's running the FinalBuilder project using a command-line task. How do I get FinalBuilder to print messages …
0
votes
0answers
13 views

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 feat …
1
vote
1answer
120 views

running the build action of web deployment project from final builder

hi, as you know Final builder is an outstanding build automation program, i want to use it, to automate moving the aspx, ascx, image files, css, dlls, etc... after the build of web …
1
vote
1answer
167 views

Using Project Config with Delphi 2009 and Finalbuilder 6

Does anyone have any experience of using the project config option with the Delphi Compile Action in Finalbuilder 6. Currently the build server is set up to manually have all the …
1
vote
1answer
247 views

In FinalBuilder, how do I use the HTTP Get File action with Windows Authentication?

I have a FinalBuilder project where I deploy an ASP.Net website to a remote folder, configured as a website in IIS. As part of my build script, I want to use the FinalBuilder actio …
0
votes
1answer
65 views

FinalBuilder Enumeration of files and folders

What's the best way to enumerate a set of files and folders using FinalBuilder? The context of my question is, I want to compare a source folder with a destination folder, and rep …