Explain how to use runtime in ant?
Answer / Jaswant Singh
Ant's runtime property allows you to execute external programs and return their output. To use runtime, you can define a target that uses the `<exec>` task to execute an external program. You can capture the program's output by using the `outputproperty` attribute.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the core concepts of ant?
What is different between ant and make?
Explain how to use pmd validation in ant script?
What is ivy?
Explain how to make ant user interactive?
What is ant?
Why do you call it ant?
Can I change/override ant properties when I use ant-contrib foreach task?
Explain how to compile using ant script?
Explain how to import .jar files?
What is minimum version of java is required to run apache ant 1.9.x?
Explain how to use clean in ant script?