Explain how to make ant user interactive?
Answer / Ram Kumar Singh
To make Ant more interactive, you can use the <echo> task to print messages during the build process. You can also use the <pause> task to pause the build and wait for user input before continuing.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dependency? How it is used into ant?
Explain how to test classes for junit using ant script?
How many types of build tool you know?
How we can set the path environment variable of ant?
What is ivy?
How to use ant to run commandline command? How to get perl script running result?
What are the capabilities of ant?
How we can echo message in ant?
In which language apache ant is written?
Can I change/override ant properties when I use ant-contrib foreach task?
Can you explain ant functionality?
Why ant is a great build tool?