What is built-in properties? And how many built-in properties?
Answer / Uday Veer
Built-in properties in Ant are predefined variables that can be used within your build.xml files. Some examples include `basedir`, `build.date`, and `ant.project.name`. The number of built-in properties varies depending on the version of Ant, but some common ones remain constant across versions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can set path path and classpath into an ant build file?
In which language apache ant is written?
Which version of java is required to run ant?
How you can prepare a project in ant?
How we can create a jar using ant?
How does ant read properties? How to set my property system?
How can I write my own ant task?
How you can compile, jar and run into ant command prompt?
What is different between ant and make?
What is dependency? How it is used into ant? What is its use?
What are the core concepts of ant?
How to use ant-contrib tasks?