Hello Dan,
i think I already tried that but the report does not work if the
resolved failed (I didn't verify this now, I'll try tomorrow). But when
the resolve fails is exactly the situation when I would need to know the
information...
Best regards,
Martin
Dan North schrieb:
Hi Martin.
There's an ivy:report post-resolve task that generates exactly that
information in various formats. The html one is nice and clear, and the xml
one is very simple. For instance I wrote a ruby script that uses the latter
to generate eclipse .classpath files.
Cheers,
Dan
2008/6/19 Martin Ficker <[EMAIL PROTECTED]>:
Hello,
i really hope this is not a FAQ. I searched the available Information but
did not find a answer.
A Resolve (Ivy 1.4 from ant) failed because some modules were not found.
The
unresolved dependencies are not direct dependencies but ivy's output does
not tell me which of my Project dependencies needed them. I had to check
them one by one.
Is there a possibility to have ivy output the dependency chain to the
missing dependency?
Example:
Unresolved Dependency: SomethingA.
Path to missing dependency: YourProject -> SomeModuleB -> SomethinghA
Best regards,
Martin