February 2014
Intermediate to advanced
480 pages
13h 43m
English
Chapter 1. Introduction to project automation
Listing 1.1. Ant script with targets for compiling source code and assembling JAR file
Listing 1.2. Maven POM for building standardized Java project
Chapter 2. Next-generation builds with Gradle
Chapter 3. Building a Gradle project by example
Listing 3.1. The repository interface
Listing 3.2. In-memory persistence of to-do items
Listing 3.3. Implementing the main class
Chapter 4. Build script essentials
Listing 4.1. Applying task dependencies