Saved Bookmarks
| 1. |
What Are The Capabilities Of Ant? |
|
Answer» ANT tool is extended by using java classes. The configuration files are XML-based. Each TASK of building directory TREE is executed by using the object that implements the Task interface. ANT PROVIDES the cross-PLATFORM deployment that can RUN on any platform. ANT tool is extended by using java classes. The configuration files are XML-based. Each task of building directory tree is executed by using the object that implements the Task interface. ANT provides the cross-platform deployment that can run on any platform. |
|