ivy:buildnumber task ignores optional extra attributes
------------------------------------------------------
Key: IVY-1164
URL: https://issues.apache.org/jira/browse/IVY-1164
Project: Ivy
Issue Type: Bug
Components: Ant
Affects Versions: 2.1.0
Environment: redhat linux
Reporter: Tyler Wall
Priority: Minor
An optional, extra attribute in the resolver pattern is ignored by the
ivy:buildnumber task:
/[organisation](/[somethingextra])/[module]/[revision]/[type]/[artifact].[ext]
--> ignores somethingextra even if it exists
/[organisation]/[somethingextra]/[module]/[revision]/[type]/[artifact].[ext]
--> uses somethingextra and works correctly iff it exits
Note:
The Documentation does not specify the use of extra attributes in the ivy
buildnumber task, however, it did work with non optional extra attributes and
it did not complain about adding e:somethingextra as an argument.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.