
|
If you were logged in you would be able to see more operations.
|
|
WebTest
Created: 05/Jun/07 11:35:47
Updated: 05/Jun/07 13:50:42
|
|
| Affects Version/s: |
2.5
|
| Fix Version/s: |
2.6
|
|
Currently nested properties are not evaluated, this is an old Ant enhancement request (http://issues.apache.org/bugzilla/show_bug.cgi?id=29347) that will probably never be implemented.
In the case of WebTest this would be particularly helpful, for instance in scenario like:
<repeat count="...">
<.. do something... someAttr="${someProp.#{counter}}"/>
</repeat>
this would allow to access properties someProp.1, someProp.2, ...
|
Implemented in build 1574.
Now both nested Ant properties ${...} and nested dynamic properties #{...} are evaluated.
|
|