ANT Interview Questions and Answers
Question: Explain how to import .jar files?Answer: <path id="classpath.base"><pathelement location="${glassfish.home}/lib/javaee.jar" /> <fileset dir="${lib.dir}"> <include name="log4j-1.2.15.jar" /> <include name="el-impl-1.0.jar" /> </fileset> </path> |
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Is it helpful? Yes No
Most helpful rated by users:
- 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?