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 |
Why ant is a great build tool?
What is a build tool?
What is history of ant?
How we can set compile target using ant?
What are the capabilities of ant?
Explain how to debug my ant script?
What is advantage of ant 1.7.1?
Can you define build tool?
Can I change/override ant properties when I use ant-contrib foreach task?
Explain ant functionality?
Explain how to compile using ant script?
What are the core concepts of ant?