InterviewSolution
Saved Bookmarks
| 1. |
What Is "asant"? |
|
Answer» A Java-based BUILD tool that can be extended USING Java CLASSES. The CONFIGURATION files are XML-based, calling out a target tree where various tasks GET executed.
A Java-based build tool that can be extended using Java classes. The configuration files are XML-based, calling out a target tree where various tasks get executed.
|
|