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 |
How many types of build tool you know?
Explain using ant and give an small example?
Explain how to make ant user interactive?
Explain how to use runtime in ant?
Which version of java is required to run ant?
How we can echo message in ant?
How does ant read properties? How to set my property system?
How we can set the path environment variable of ant?
What is ivy?
How many ways we can set properties into build ant file?
Explain how to modify properties in ant?
What is different between ant and make?