Dynamic property resolution does not work with Ant 1.8 or later
---------------------------------------------------------------

         Key: WT-569
         URL: http://webtest-community.canoo.com/jira/browse/WT-569
     Project: WebTest
        Type: Bug

    Versions: 3.0    
    Reporter: Stanislaw Osinski


When the following simple sequence:

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

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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to