What is different between ant and make?
Answer / Surendra Pal Kardam
Ant and Make are both build tools, but they have some key differences. Ant is written in Java and designed specifically for building Java projects, while Make is a more general-purpose tool that can be used for various types of projects. Ant uses XML build files, while Make uses Makefiles written in a custom language.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some basic functions performed by ant.
Explain the concepts of ant?
Explain using ant and give an small example?
Explain how to use clean in ant script?
Can you define build tool?
Explain how to use pmd validation in ant script?
How we can echo message in ant?
How you can explain ant property?
Can you explain ant functionality?
What is different between ant and make?
Can I put the contents of a classpath or fileset into a property?
What is apache ant?