问题标签 [finalbuilder]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
10 回答
13262 浏览

build-automation - 如何使用 TestComplete 自动化测试运行过程?

我们正在尝试使用 TestComplete 将测试集成到我们的日常构建中,到目前为止,我们有一台专用于测试的机器,我们的构建脚本将 TestComplete 测试所需的一切(应用程序、数据库、测试脚本项目和源文件等)复制到这台机器上.

基本上我们可以手动打开 TestComplete 项目并运行测试。

现在我们想要自动化这个过程,那么你是怎么做的呢?或者您认为实现这种自动化的最简单和最好的方法是什么?

简而言之,我们希望在每次构建后自动化打开 TestComplete 的过程,运行所有测试并发送包含测试结果的电子邮件。

任何人都可以分享一些这方面的经验吗?

谢谢。

0 投票
1 回答
740 浏览

finalbuilder - FinalBuilder 枚举文件和文件夹

使用 FinalBuilder 枚举一组文件和文件夹的最佳方法是什么?

我的问题的上下文是,我想将源文件夹与目标文件夹进行比较,并替换目标文件夹中比源文件夹更旧的任何匹配文件。

有什么建议么?

0 投票
1 回答
870 浏览

finalbuilder - 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 action HTTP Get File to help determine whether my deployment was succesful.

I'm having difficulty, because the website is configured (under IIS 6) to use Integrated Windows Authentication, and anonymous access is not enabled.

Now the HTTP Get File action, has only a handful of properties, one of which is a security section, containing a UserName and Password. Great I thought! I can just put some valid credentials in there, which FinalBuilder will impersonate, whilst retrieving my file. It turns out I was mistaken. I receive the following error:

Error retrieving url : Socket Error # 10061 Connection refused.

If I run the action without setting the Security Username and Password, I get the following error:

Error retrieving url : HTTP/1.1 401 Unauthorized Response Code : 401

Here are some facts to help with the context of my problem. I'm running FinalBuilder 6 Professional, upon a Windows Server 2003 installation, and deploying my ASP.Net website to a remote IIS6 server within our corporate LAN. If I configure IIS on the remote server to allow Anonymous access, I can run the HTTP Get File action without error. However, running this particular site with anon access is not acceptable in our situation.

Can anyone help suggest a workaround?

0 投票
1 回答
348 浏览

delphi - 在 Delphi 2009 和 Finalbuilder 6 中使用项目配置

有没有人有在 Finalbuilder 6 中使用项目配置选项和 Delphi 编译操作的经验。

目前,构建服务器设置为手动在编译操作上直接设置所有正确的搜索路径、编译器选项等。这避免了对配置文件的更改破坏了构建,并且搜索路径等可能与开发机器不同。但是,更改可能会很痛苦,因为它需要在 FB 中而不是在项目中完成。

使用 Delphi2009 中的新 BuildConfig 选项(以及 Finalbuilder 6 中对它们的支持),应该可以将此配置保留在 SCC 中并使其更易于维护和更新。

有没有人试过这个?

0 投票
1 回答
660 浏览

c# - 从最终构建器运行 Web 部署项目的构建操作

如您所知,Final builder 是一个出色的构建自动化程序,我想使用它来自动移动 aspx、ascx、图像文件、css、dll 等......在构建 Web 部署之后,这将大大减轻为我工作,而不是手动复制文件。

更好的是,如何在 Visual Studio 中创建快捷方式,这样当我单击它时,它将运行最终的构建构建过程。

我认为有了这种组合,生活会容易得多,而且我不必来回走动。

那我该怎么做呢?

0 投票
2 回答
1046 浏览

continuous-integration - 如何从 FinalBuilder 输出将被 TeamCity 捕获的消息?

我正在运行 TeamCity Professional 4.5.3 和 FinalBuilder Pro 6;TeamCity 使用命令行任务运行 FinalBuilder 项目。

如何让 FinalBuilder 将消息打印到构建日志中,以便 TeamCity 捕获它们?TeamCity 文档很清楚,但我找不到从 FinalBuilder 输出所需值的任何方法——我需要作为 DOS 命令调用,echo还是运行一小段脚本,或者其他什么?

0 投票
1 回答
76 浏览

finalbuilder - 将 Finalbuilder 6 项目转换为 Fb 5

我有一个 FB 6 项目,我需要将其转换为 FB 5。

有什么工具可以让我实现这一目标吗?注意:我拥有的 FB 6 项目不使用任何 FB 6 版本特定的功能。

0 投票
2 回答
577 浏览

asp.net - FinalBuilder 是否支持构建 Web 部署项目?

我刚刚发送了一封内部公司邮件,赞美 Web 部署项目。但是,我的一些同事正在使用 FinalBuilder,他们问我它是否支持构建 wdproj 文件?

我的猜测是,是的。

0 投票
2 回答
680 浏览

vbscript - 构建自动化,VMWare 服务器 2.0,最终构建器

我在 VMWare Server 2.0 虚拟机中有一个数据库。我在虚拟机的 IIS (7) 中也有一个 Web 应用程序。

现在我想从主机执行一些位于 VM 中的数据库脚本。此外,我在要从主机运行的 VM 中有一个 VB 脚本。

我该如何进行设置。如果这对我有帮助,我可以购买 Final builder。

由于我希望从主机自动执行上述操作,所以我想知道我需要做什么来执行 VM 中的数据库和 VB 脚本,但要从主机执行它们,以便更新数据库和 VM 中的 IIS(vb 脚本)。

谢谢。

0 投票
3 回答
181 浏览

recycle-bin - 如何在 FinalBuilder 中删除到回收站

我发现在 FinalBuilder 中删除包含许多文件和子文件夹的文件夹非常慢。另一种方法是,我可以将文件夹删除到回收站。

有人对如何在 FinalBuilder 5 中执行此操作有任何建议吗?