How to use ant to run commandline command? How to get perl script running result?
Answer / Alok Ranjan Upadhyay
To run a command-line command using Ant, you can use the `<exec>` task. To capture the output of a Perl script, redirect the output using the `outputproperty` attribute.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the core concepts of ant?
How you can explain ant property?
What are the capabilities of ant?
How we can run jar using ant?
Which version of java is required to run ant?
What is advantage of ant 1.7.1?
What is ivy? What are the key features of 2.5.0?
Explain the concepts of ant?
How can I write my own ant task?
What is history of ant?
Explain how to debug my ant script?
How you can prepare a project in ant?