Ant : the definitive guide

著者

    • Tilly, Jesse
    • Burke, Eric M
    • Davidson, Duncan

書誌事項

Ant : the definitive guide

Jesse Tilly and Eric M. Burke ; foreword by James Duncan Davidson

O'Reilly, 2002

大学図書館所蔵 件 / 1

この図書・雑誌をさがす

注記

Includes index

内容説明・目次

内容説明

Ant is the premier build-management tool for Java environments. Ant is part of Jakarta, Sun's open source reference implementation for the J2EE specification, is written entirely in Java, and is platform independent. Using XML, a Java developer describes the modules involved in a build, and the dependencies between those modules. Ant then does the rest, compiling components as necessary in order to build the application. Using Ant, Java developers can: define build chunks, the results that they must produce, and the dependencies between them; automatically retrieve source code from source control systems such as PVCS; build applications by having Ant compile the necessary source files in the proper order; Ant build files are written using XML so programmers are not required to learn yet another scripting language. They will likely already know XML, and will be able to leverage that knowledge. Ant is an open source project, and part of the Jakarta project. Jakarta is Sun's open source reference implementation for the JSP and Servlets specifications, and is part of the Apache group's work.

目次

Foreword Preface 1. Ant Jumpstart Files and Directories The Ant Buildfile Running Ant Ant Command-Line Reference Buildfile Outline Learning More 2. Installation and Configuration The Distribution Installation Configuration 3. The Buildfile Why XML? Ant Building Blocks An Example Project and Buildfile The Buildfile Execution Process AINASL: Ant Is Not a Scripting Language Buildfile Authoring Issues 4. Ant DataTypes DataTypes Defined XML Attribute Conventions Argument DataType Environment DataType FileList DataType FileSet DataType PatternSet DataType FilterSet DataType Path DataType Mapper DataType 5. User-Written Tasks The Need for Custom Tasks Ant's Task Model The Task Life Cycle An Example Through Analysis: The jar Task Miscellaneous Task Topics 6. User-Written Listeners The BuildEvent Class The BuildListener Interface An Example: XmlLogger The Parallel Problem 7. Core Tasks Task Summary Common Types and Attributes Project and Target Core Task Reference 8. Optional Tasks Task Summary Optional Task Reference A. The Future of Ant B. Ant Solutions Index

「Nielsen BookData」 より

詳細情報

ページトップへ