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" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -