ant - How to add any number to a property from a property file -
i have property
base.number=100
in property file.
i want create values 102, 103, 105, etc, depending on value added.
how can add numbers property , added value?
ant contrib has math task. can add numbers among other things. means you:
- read property
- use math task add numbers
Comments
Post a Comment