[
https://issues.apache.org/jira/browse/IVY-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720121#action_12720121
]
Ross Clewley edited comment on IVY-1096 at 6/16/09 6:26 AM:
------------------------------------------------------------
I've uploaded a small ant testcase to demonstrate the problem. This publishes a
trivial module to a local repository and then does an inline resolve and a
retrieve to pull it back again. Invoke the "retrieve" target to demonstrate
this.
The ivy file contains a namespaced extra attribute. With this in place the
result is
lib/[originalname].jar
If you remove the extra attribute from the ivy file, clean and re-run the
testcase you correctly get back
lib/ivytest.jar
was (Author: rclewley):
I've uploaded a small ant testcase to demonstrate the problem. This
publishes a trivial module to a local repository and then does an inline
resolve and a retrieve to pull it back again. Invoke the "retrieve" target to
demonstrate this.
The ivy file contains a namespaced extra attribute. With this in place the
result is
lib/[originalname].jar
If you remove the extra attribute from the ivy file, clean and re-run the
testcase you correctly get back
lib/[ivytest].jar
> [originalname] not expanded during retrieve when module descriptor contains
> extra attributes.
> ---------------------------------------------------------------------------------------------
>
> Key: IVY-1096
> URL: https://issues.apache.org/jira/browse/IVY-1096
> Project: Ivy
> Issue Type: Bug
> Affects Versions: 2.0, 2.1.0-RC1
> Reporter: Ross Clewley
> Attachments: ivytest.zip
>
>
> If a module descriptor contains extra attributes in the info element, when
> artifacts for that module are retrieved, the [originalname] token doesn't get
> expanded, remaining as the literal text "[originalname]".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.