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 |
Explain how to use pmd validation in ant script?
How you can explain ant property?
What are the core concepts of ant?
How we can deploy file on server using ant?
Which version of java is required to run ant?
In which language apache ant is written?
Explain how to use clean in ant script?
Explain how to use ant-contrib tasks?
Explain how to test classes for junit using ant script?
What is different between ant and make?
Explain how to import .jar files?
How to hide password input?