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:

  1. read property
  2. use math task add numbers

Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -