Reputation: 19
In ant script, I receive value def when called as ${abc} but not the value xyz when called as ${${abc}}.
The property file which script calls has values listed as below:
abc = def
def = xyz
Any idea how could a value of variable be used as a variable itself in ant script?
Upvotes: 0
Views: 105