[webtest][JIRA] Closed: (WT-569) Dynamic property resolution does not work with Ant 1.8 or later
"Marc Guillemot (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.web.canoo.webtest |
|---|---|
| Message-ID | <25508035.1358498468953.JavaMail.nobody@dell1> |
[ http://webtest-community.canoo.com/jira/browse/WT-569?page=all ]
Marc Guillemot closed WT-569:
-----------------------------
Fix Version: Future work
Resolution: Fixed
Assign To: Marc Guillemot
Build R_1815 is working with Ant 1.8 (and requires it).
> 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
> Assignee: Marc Guillemot
> Fix For: Future work
> Attachments: build.xml, myFullTest.xml
>
> 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