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?