Hello,

I've been heavily using Canoo Webtest on quite a few projects and it's been
nothing short of awesome.

Recently though, when I upgraded to Ant to version 1.8.0, I noticed that
dynamic property resolution doesn't seem to work any more.

When the following simple sequence:

      <storeProperty name="id" value="a" propertyType="dynamic" />
      <storeProperty name="idx" value="#{id}x" propertyType="dynamic" />

is run using Ant 1.7.1, the 'idx' property correctly resolves the reference
to the 'id' property and gets a value of 'ax'.

However, when run on Ant 1.8.0 or 1.8.1, the resolution does not seem to
work at all, leaving 'idx' value equal to '#{id}x'. I also noticed that when
I set eval="true", dynamic properties do get resolved, but I'm working with
text-based values, so numeric evaluation should not be applied.

Am I missing something obvious here, or it is a regression bug?

Thanks and keep up the good work!

Staszek

--
Stanislaw Osinski, [email protected]
http://carrotsearch.com

Reply via email to