How many ways we can set properties into build ant file?
Answer / Navneet Kumar Singh
There are multiple ways to set properties in an Ant build file. You can define them at the top of the file using the <property> element, you can pass them from the command line when executing Ant, or you can set them dynamically during the build process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to test classes for junit using ant script?
Explain how to modify properties in ant?
In which language apache ant is written?
How many ways we can set properties into build ant file?
List some basic functions performed by ant.
How we can set path path and classpath into an ant build file?
What is advantage of ant 1.7.1?
Explain the concepts of ant?
How we can run jar using ant?
What is ant?
What is different between ant and make?
Explain ant functionality?