Explain how to use runtime in ant?



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

Post New Answer

More Apache Ant Interview Questions

How many types of build tool you know?

1 Answers  


Explain using ant and give an small example?

1 Answers  


Explain how to make ant user interactive?

1 Answers  


Explain how to use runtime in ant?

1 Answers  


Which version of java is required to run ant?

1 Answers  


How we can echo message in ant?

1 Answers  


How does ant read properties? How to set my property system?

1 Answers  


How we can set the path environment variable of ant?

1 Answers  


What is ivy?

1 Answers  


How many ways we can set properties into build ant file?

1 Answers  


Explain how to modify properties in ant?

1 Answers  


What is different between ant and make?

1 Answers  


Categories