Hello,
We've created an ivy repository only containing ivy.xml files that point to our
already built jar repository. Our
resolver works fine with our pattern's (note no organisation) of:
<ivy pattern="<ivy repo location>/[module]_[revision]/META-INF/ivy.xml" />
<artifact pattern="<jar repo location>/[module]_[revision]/[artifact].[ext]" />
But when I run repreport I get:
...
[ivy:repreport] unable to list organisation in
/sasusr/playpens/japoli/repo_JUN06_1250_gvjr/[module]_[revision]/META-INF/ivy.xml:
token not found in pattern
...
Question: Is there a way I generate a report if our repository(s) don't
contain an organisation in the directory structure? We've
stored the organisation in our ivy.xml files.
Thanks in advance,
Jim