]
Alexey Kazakov reassigned JBIDE-19366:
--------------------------------------
Assignee: Daniel Azarov
OpenOns for batch artifact: <property name="name"
value="{jobProperties['%propertyName%']}">
--------------------------------------------------------------------------------------------
Key: JBIDE-19366
URL:
https://issues.jboss.org/browse/JBIDE-19366
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: batch
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 4.3.x
Attribute properties/property/@value, when its value contains substring(s) #
{jobProperties['%propertyName%']}
- open properties/property/@name with attribute value equal to %propertyName%.
Matching property should be looked for as follows:
a) try sibling 'property' elements.
b) move to the grandparent of 'properties' element and starting with it and then
moving up by parent elements, take 'properties' child, and try its property
children. As soon as a matching property is found, no other parent elements should be
scanned (if they have matching properties, they are overridden by the most inner
property).