资 源 简 介
Overview
ant-intellij-tasks is a self-contained build system for IntelliJ IDEA projects based around Apache Ant. In essence, ant-intellij-tasks comprises three components:
An Ant task library that can extract and resolve the IntelliJ IDEA project and module files (.ipr and .iml respectively), and provides a set of tasks and conditions around the project structure;
A common build script which provides the four major build targets for modules: clean, build, test and package (see the quickstart guide);
A master build script which extends these targets to the entire project.
The build system is designed to be extensible (e.g. by adding targets), customizable (e.g. by overriding a target"s behavior for a specific module) and self contained in that it"s a drop-in solution that should not require any significant modifications to the code base.
This proj