Finally I got it: <ivy:resolve haltonfailure="false"/> <report/>
Does the trick. Anyway it still beliebe the error output should be more specific. Thanks for your help, Martin -----Ursprüngliche Nachricht----- Von: Dan North [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 19. Juni 2008 17:14 An: [email protected] Betreff: Re: Find out who needed a module 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 >
