How we can echo message in ant?
Answer / Sneha Kumari
In Ant, you can echo a message using the `echo` task. Here is an example:nn<project>n <target name="echo-message">n <echo>Hello, World!</echo>n </target>n</project>
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of build tool you know?
Explain how to debug my ant script?
Can you explain ant functionality?
Explain how to use pmd validation in ant script?
How can I use ant to run a java application?
What is built-in properties? And how many built-in properties?
What is apache ant?
How you can compile, jar and run into ant command prompt?
What is ivy? What are the key features of 2.5.0?
What is different between ant and make?
Explain how to use ant-contrib tasks?
What is ivy?