How you can explain ant property?
Answer / Karamveer Singh Aswal
Ant properties are user-defined variables that can be used throughout your build file. Properties are defined using the `<property>` task and can be set either locally within a build file or globally by setting them in an external build.properties file.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can clean or delete workspace using ant?
What is ant?
Explain how to debug my ant script?
How to use ant-contrib tasks?
Can you explain ant functionality?
Explain how to compile using ant script?
Can I change/override ant properties when I use ant-contrib foreach task?
What is history of ant?
How can I use ant to run a java application?
Explain how to make ant user interactive?
How we can set compile target using ant?
What is ivy? What are the key features of 2.5.0?