ANT Interviewfragen und Antworten
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. |
Zum Wiederholen speichern
Speichere diesen Eintrag als Lesezeichen, markiere ihn als schwierig oder lege ihn in einem Wiederholungsset ab.
Melde dich an, um Lesezeichen, schwierige Fragen und Wiederholungssets zu speichern.
Ist das hilfreich? Ja Nein
Am hilfreichsten laut Nutzern:
- 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?