What is built-in properties? And how many built-in properties?



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

Post New Answer

More Apache Ant Interview Questions

How we can set path path and classpath into an ant build file?

1 Answers  


In which language apache ant is written?

1 Answers  


Which version of java is required to run ant?

1 Answers  


How you can prepare a project in ant?

1 Answers  


How we can create a jar using ant?

1 Answers  


How does ant read properties? How to set my property system?

1 Answers  


How can I write my own ant task?

1 Answers  


How you can compile, jar and run into ant command prompt?

1 Answers  


What is different between ant and make?

1 Answers  


What is dependency? How it is used into ant? What is its use?

1 Answers  


What are the core concepts of ant?

1 Answers  


How to use ant-contrib tasks?

1 Answers  


Categories