How to set classpath in ant script?
Answer / Birjesh Kumar
"To set the classpath in Ant, use the property 'classpath' and add the paths of the classes or jars separated by a semicolon (; on Windows or : on Unix). For example:n<property name="classpath" value="/path/to/your/jar1.jar:/path/to/your/jar2.jar"/>"n
| Is This Answer Correct ? | 0 Yes | 0 No |
How many ways we can set properties into build ant file?
How many types of build tool you know?
Explain the concepts of ant?
Explain how to use pmd validation in ant script?
Can you explain ant functionality?
What is ivy? What are the key features of 2.5.0?
List some basic functions performed by ant.
Explain how to modify properties in ant?
How we can echo message in ant?
What is ant?
How we can set path path and classpath into an ant build file?
Explain ant functionality?