How does ant read properties? How to set my property system?
Answer Posted / Rohitash Kumar
Ant reads properties from a file named build.properties by default. You can also specify a custom properties file using the -propertyfile option or the propertyfile attribute in your build.xml file. To set properties directly, use:
```
<project>
<property name="myProperty" value="myValue"/>
</project>
| 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