CSE MCQs :: Apache Ant
- What are the key features of the 2.1.0 release are
- Why ant is a great build Tool?
- How many ways can we set properties into build ant file?
- What are Apache ant Functionalities?
- What are the ways to Debug my ant script?
- Which one is not a property of the Ant?
- List some basic functions performed by Ant.
A.
The Key features of Ivy is enhanced Maven2 compatibility, with several bug fixes and more pom features covered
|
B.
New options for the Ivy Ant tasks and command line
|
C.
configuration intersections and configuration groups
|
D.
numerous bug fixes & improvements as documented in Jira and in the release notes
|
E.
All of these
|
A.
Ant is an open source project available under the Apache license. Therefore, its source code can be downloaded and modified
|
B.
Additionally, Ant uses XML build files which make its development easy
|
C.
Cross Platform
|
D.
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
|
E.
All of the above
|
A.
By echoing at the place to debug. The problem is easily known. This is similar to printf() function in C and System.out.println() in Java
|
B.
By using project.log (message") in the javascript or the customized ant task
|
C.
By running ANT with "“verbose / -debug options. These options provide more information on what is the process going and at which location
|
D.
All of these
|