[
https://jira.codehaus.org/browse/MANTRUN-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MANTRUN-169.
----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> Antrun does not fully expand ${setting.x} properties before passing them to
> ant
> -------------------------------------------------------------------------------
>
> Key: MANTRUN-169
> URL: https://jira.codehaus.org/browse/MANTRUN-169
> Project: Maven Antrun Plugin
> Issue Type: Bug
> Affects Versions: 1.6
> Reporter: Benson Margulies
>
> In a parent POM of the current project, <properties> includes:
>
> <bt.root.location>${settings.localRepository}/bt/jug/bt_root</bt.root.location>
> <bt.libdir>${bt.root.location}/rlp/lib/${bt.arch}</bt.libdir>
> the antrun plugin passes bt.libdir to ant as:
> ${settings.localRepository}/bt/jug/bt_root
> It does not replace settings.localRepository before passing it through. This
> doesn't work very well.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)