How many ways we can set properties into build ant file?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category