Property expansion in <info/>
-----------------------------
Key: IVY-798
URL: https://issues.apache.org/jira/browse/IVY-798
Project: Ivy
Issue Type: Improvement
Components: Core
Affects Versions: 2.0.0-alpha-2
Reporter: Donal McNamee
Looking to use the "Extra attributes" options in the <module/> tag in an
ivy.xml file
But instead of something like:
<info organisation="myorg" colour="blue"/>
it would be nice to have property expansions to fill out the attribute value.
Like:
<info organisation="myorg" colour="${my.colour}"/>
But the property ${my.colour} never gets expanded.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.