Apache Ant Tasks 简明教程

Apache ANT Tasks Tutorial

Apache ANT 是由 Apache 软件基金会提供的基于 Java 的构建工具。Apache ANT 的构建文件以 XML 编写,且利用开源标准、便携式以及易于理解的优势。本教程将教您如何使用 Apache ANT 自动执行构建和部署流程,步骤简便易懂。完成本教程后,您将达到 Apache ANT 的中级使用水平,由此可以进一步提升您的技能。

Apache ANT is a Java based build tool from Apache Software Foundation. Apache ANT’s build files are written in XML and they take advantage of being open standard, portable and easy to understand. This tutorial will teach you how to use Apache ANT to automate the build and deployment process in simple and easy steps. After completing this tutorial, you will find yourself at a moderate level of expertise in using Apache ANT from where, you can take yourself to next levels.

Audience

本教程面向初学者,旨在帮助他们了解 Apache ANT 工具的基本功能,从而自动执行构建和部署流程。

This tutorial is prepared for the beginners to help them understand basic functionality of Apache ANT tool to automate the build and deployment process.

Prerequisites

我们假设您具有一定的软件开发知识,了解任何编程语言(尤其是 Java),并且了解软件构建和部署流程。

We assume that you have knowledge about the software development using any programming language, especially Java, and are aware about the software build and deployment process.