EL4Ant is a light and efficient build system based on Apache Ant.
A user project is described as modules with transitive dependencies and attributes to configure target behavior. The Ant targets are generated from the XML project description during the configuration step. Features are provided thanks to a simple plugin infrastructure that eases the development of extensions.
Currently supported high-level features:
- Project definition based on modules, transitive dependencies and attributes
- Java compilation
- Java command execution (Main class or JUnit)
- JUnit report generation
- Checkstyle report generation
- Javadoc generation
- Eclipse integration (.project and .classpath generation)
- EMMA code coverage integration (execution and reporting)
Plugin development enables to extend capabilities:
- Add Ant targets to the generated build.xml
- Provide additional Ant tasks
- Manage dependencies and attributes
- Generate specific targets for a module
- Generate project properties for Ant targets
- Generate any other files (with Velocity for instance)
其他Java Java系统构建工具 开源项目资源: