Download and install a continuous integration server.
下载并安装某个持续集成服务器。
CruiseControl 2.7.3 is used as the continuous integration server.
CruiseControl2.7.3用作持续集成服务器。
Build.xml file that will be run by the continuous integration server.
xml文件,将由持续集成服务器运行。
CruiseControl: Download the CruiseControl Continuous Integration Server.
CruiseControl:下载CruiseControl持续集成服务器。
Listing 1 shows the directory structure for the continuous integration server.
清单1显示了持续集成服务器的目录结构。
In Part 2, you will see how to run these unit test cases in a continuous integration server.
在第2部分中,您将看到如何在持续集成服务器中运行这些单元测试用例。
This is required so that the continuous integration server can build and test the SCA module.
只有这样,持续集成服务器才能构建和测试sca模块。
This article covers only the build applications process using a continuous integration server.
本文只涉及到了使用一个持续性的集成服务器的构建程序过程。
This server must be accessible by all team members as well as the continuous integration server.
该服务器必须可由所有团队成员以及持续集成服务器访问。
It also helps keep things consistent if you are using a Continuous Integration server such as CruiseControl.
如果使用持续集成服务器(比如cruisecontrol),也有助于保持一致性。
Before setting up the continuous integration server, make sure that WebSphere Process server V6.1 is running.
在设置持续集成服务器之前,确保WebSphereProcessServerV6.1正在运行。
With this continuous integration server, you learned how to poll the CVS repository for changes to the SOA applications.
使用此持续集成服务器,您了解了如何轮询CVS存储库中的SOA应用程序更改。
ThoughtWorks has released a new version of CruiseControl.NET, the popular continuous integration server for .NET projects.
ThoughtWorks发布了新版的 CruiseControl.NET,这是一个流行的.NET项目持续集成服务器。
A third option is to create a new build option for your continuous integration server that includes a push to production step.
第三种选择是为持续集成服务器创建新的构建选项,其中包括推送到生产环境这一步。
You can test your service and commit the changes, then let the continuous integration server run all of the tests on other services.
您可以测试服务并提交更改,然后让持续集成服务器运行其他服务的所有测试用例。
This first build server will also be your continuous integration server. It is the one that ensures that every single check-in can be built.
这第一台构建服务器将会是你的持续集成服务器,它要保证每次签入动作都能成功构建。
Once in CVS then the continuous integration server can check the projects out whenever there is a change, run the build, and execute the tests.
一旦将项目签入了CVS,持续集成服务器就可以在每当发生更改时签出项目,运行构建,并执行测试。
For example, your team might need to improve code coverage by the unit tests or reduce the build time on the continuous integration server.
例如,您的团队可能需要通过单元测试改进代码覆盖率,或缩短持续集成服务器上的生成时间。
An instance of WebSphere Process server is required to deploy the SCA module and run the test cases as directed by the continuous integration server.
需要WebSphereProcessServer的实例才能按照持续集成服务器的指示部署SCA模块和运行测试用例。
Start the continuous integration server: The continuous integration server is started so that it can poll the repository for changes to the application.
启动持续集成服务器: 启动持续集成服务器,以使其能够轮询存储库中的应用程序更改。
The \projects directory contains a subdirectory for each project that is to be built by the continuous integration server. Each of those subdirectories contains
projects目录包含子目录,由持续集成服务器构建的每个项目对应于一个子目录。
We've then installed and set up the Hudson continuous integration server, and we've created a Hudson job that USES the build utility to finally produce the EAR file.
然后我们将会安装并创建Hudson持续性集成服务器,并创建一个Hudson任务,该任务会使用构建工具来最终生成EAR文件。
Using this central repository, team members will check in their SCA components and test cases, and the continuous integration server will check them out to do the builds.
使用此中央存储库,团队成员将签入他们的SCA组件和测试用例,然后持续集成服务器将它们签出以执行构建。
Start WebSphere Process server: WebSphere Process server V6.1 is started so that it can deploy the application and run the tests on behalf of the continuous integration server.
将应用程序签入存储库:启动WebSphereProcessServer V6.1,以使其能够部署该应用程序并代表持续集成服务器运行测试。
A continuous integration server will automatically retrieve source code from the repository, compile, test, package and install it, signaling any errors that appear during the process.
持续集成服务器能自动从代码库中获取源代码、编译、测试、打包并安装,在此过程中出现任何错误它都会发出通知。
A Continuous Integration server constantly checks the code out of source control, builds it, runs the unit tests against it, and reports any build failures to the developers, usually via E-mail.
持续集成服务器不断检查不受源控制的代码,执行构建,对它运行单元测试,并通常通过电子邮件向开发人员报告所有构建故障。
Perform steps b through d for each project, then all files will be uploaded to the CVS repository, and the sample application will be available for check out by the continuous integration server.
对每个项目执行步骤b至d,然后所有文件将被上载到CVS存储库,并且该示例应用程序可供持续集成服务器签出。
Obviously, a user can enter the command, but because it's so terse, it can be easily run by a headless process, such as a Continuous Integration or build-management server.
显然,用户可以输入这个命令;但是因为它非常简单,所以很容易通过无头流程(比如持续集成或构建管理服务器)运行它。
A Continuous Integration environment requires an automated build tool, a code repository, and a CI server.
持续集成环境需要一个自动构建工具、一个代码存储库和一个CI服务器。
Before I conclude, I should make a couple of points about the security issues that are involved in configuring and running your own continuous-integration server.
在我总结之前,我要指出两个配置和运行自己的持续集成服务器所涉及的安全性问题。
应用推荐