ANT 面试题与答案
Question: Explain ANT functionality.Answer: Ant is an open source project available under the Apache license. Therefore, its source code can be downloaded and modified.Use of XML along with Java makes Ant makes it the perfect solution for developing programs designed to run or be built across a range of different operating systems. Extensible. New tasks are used to extend the capabilities of the build process, while build listeners are used to help hook into the build process to add extra error tracking functionality. As Ant is extensible and open, it can be integrated with any editor or development environment easily. |
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
这有帮助吗? 是 否
用户评价最有帮助的内容:
- What is ANT?
- Explain ANT functionality.
- Explain using ANT and give an small example.
- How to set Classpath in Ant script?
- How to set property file in Ant script?