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 |
In which language apache ant is written?
How you can explain ant property?
Which version of java is required to run ant?
Explain ant functionality?
How does ant read properties? How to set my property system?
What is dependency? How it is used into ant?
How to set classpath in ant script?
Explain how to test classes for junit using ant script?
Can you explain ant functionality?
Explain using ant and give an small example?
What is built-in properties? And how many built-in properties?
Explain how to use ant-contrib tasks?