Listing 2 shows the build script.
清单2给出构建脚本。
Set up the build script files.
建立构建脚本文件。
运行这个构建脚本。
Again, an Ant build script is provided.
同样,也提供了Ant构建脚本。
编写构建脚本。
Run this same build script with every change.
对每个修改都运行这个构建脚本。
The tag is always the root tag of the build script.
标签总是构建脚本的根标签。
Listing 10 shows the sample build script template code.
清单10显示了示例构建脚本模板代码。
For example edit class x, update the build script, etc.
例如编辑类x,更新构建脚本,等等。
The Ant build script is available in the download file.
Ant构建脚本可从下载文件中获得。
A build script that manually copies WWW into each project.
手动将WWW复制到每个项目的构建脚本。
Define the build interval and the build script to be called.
定义构建间隔和要调用的构建脚本。
Running the build script produces output similar to this
运行构建脚本会生成如下输出
To run the build script, open the build script within Eclipse.
要运行构建脚本,可从Eclipse中打开它。
The Outline view should display the structure of the build script.
Outline视图可以显示出构建脚本的结构。
Let's take a look at how to use FindBugs from an Ant build script.
让我们看一下如何在Ant编译脚本中使用FindBugs。
For example, a central build script provides properties for subprojects.
例如,中心构建脚本提供子项目的属性。
Near the bottom of the build script, you will define the compile target.
在构建脚本的底部,可以定义compile目标。
Let's start with a build script that just compiles the example Python code.
先介绍一个只编译python样例代码的构建脚本。
Messages from the Ant build script, if any, will appear in the Console view.
来自Ant构建脚本的消息(如果有)将显示在Console视图中。
The tag declares the Python tasks you'll be using throughout the build script.
标签声明在整个构建脚本中使用的Python任务。
Another advantage is that you can run this build script independent of the IDE.
另一个优点是可以不依赖于IDE运行这个构建脚本。
I'll step through the creation of a simple Python build script (see Listing 1).
我将逐步介绍如何创建一个简单的Python构建脚本(请参阅清单1)。
To run the target, run the build script, and select the 'tests' target to execute.
运行目标的方法是先运行构建脚本,再选择执行“tests”目标。
Solution: Create a build script and commit it into a version control repository.
解决方案:创建构建脚本,并将脚本提交到版本控制库。
It does not do the check out; that is done by the build script (see Target: checkout).
它不执行签出;签出是由构建脚本执行的(请参阅目标:签出)。
The following build fragment in Listing 5, added to your build script, will do just that.
将下面清单5所示的构建片断加入构建脚本便可实现。
Next, you'll add a target to the build script to execute a Python script (see Listing 2).
接下来将向构建脚本中加入新的目标,用于执行python脚本(请参阅清单2)。
After you've made those changes, you can rerun the Ant build script in your DocBook XML project.
在做出更改后,您可以重新运行DocBookXML项目中的Ant构建脚本。
If you do, you can use the Ant build script provided with this sample to build your source code.
如果使用其他编辑器,您可以使用本示例附带的Ant构建脚本来构建源代码。
应用推荐