Ant - Development Center
Development
How to develop a Task for Ant?
Code and documentation
- Code: apache:ant
- API Documentation is not online provided but in the distribution. Otherwise; http://docs.groovy-lang.org/docs/ant/api/
Third Party Integration
- An ArgumentProcessor is a parser of command line argument which is then call before and after the build file is being parsed. Third party libraries may then be able to have custom argument line argument which modify Ant behaviour.