Sigil variable substitution at ant properties level does not work when loaded
via ivysettings
---------------------------------------------------------------------------------------------
Key: FELIX-1697
URL: https://issues.apache.org/jira/browse/FELIX-1697
Project: Felix
Issue Type: Improvement
Components: Sigil
Reporter: David Savage
Priority: Minor
Specifically bldcommon/sigil-repos.properties contains entries of the form:
bld-ant;dir: ${cache.dir:-${..}/cache}/ant/lib
This is correctly substituted if set at the System properties level i.e.
ANT_OPTS=-Dcache.dir=/var/tmp/sigil/cache ant clean dist
But not if set at the ant properties level
ant -Dcache.dir=/var/tmp/sigil/cache clean dist
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.