repreport task not working with m2compatible repository
-------------------------------------------------------
Key: IVY-503
URL: https://issues.apache.org/jira/browse/IVY-503
Project: Ivy
Issue Type: Bug
Components: Ant
Affects Versions: 1.4.1
Reporter: Jean-Baptiste Quenot
When running the repreport task on a m2compatible repository, Ivy is not able
to find artifacts with an organization name containing dots, it is only looking
at every file/directory at depth 1 in the repository.
Example:
This artifact is properly reported:
{code:xml}
<module organisation="opensymphony" name="quartz" resolver="default-chain">
<revision name="1.5.2" status="release" pubdate="20060518223108"
resolver="external" artresolver="external"
homepage="http://www.opensymphony.com/quartz/" downloaded="false"
searched="true" default="false" conf="compile, default" position="100">
<caller organisation="caller" name="all-caller" conf="default"
rev="latest.integration"/>
<artifacts>
</artifacts>
</revision>
</module>
{code}
All artifacts with organization starting with "org.apache" are not properly
reported:
{code:xml}
<module organisation="org" name="apache" resolver="default-chain">
<revision name="latest.integration" error="not found" downloaded="false"
searched="false" conf="" position="-1">
<caller organisation="caller" name="all-caller" conf="default"
rev="latest.integration"/>
<artifacts>
</artifacts>
</revision>
</module>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.