I tried to reuse configurations in ivy.xml like

<ivy-module ...>
<info ...>
<extends organisation="..." module="..." revision="1"
extendType="configurations"/>
</info>
</ivy-module>

but the delivered ivy.xml lost attributes on configurations specified in
parent, in particular, defaultconfmapping, which caused incorrect
retrievals into patterns like "[conf]/[module].[ext]"

Is this behaviour intentional? If the answer is "yes", what is the reason
for dropping the attributes?

Besides, Ivy is looking for parent descriptors in "..", an undocumented
default location (see description
<http://ant.apache.org/ivy/history/latest-milestone/ivyfile/extends.html>
of "location" attribute).

I wonder if this behaviour could be disabled by location="" or location="."?

Thanks in advance,
Gintas

Reply via email to