hmm.. in my case, I've got 20 or 30 projects that use the ibm mq libraries.
So, I'm working at the repository level. report looks like it's at working at a module level. I think it's showing me my dependencies, I want the inverse, who depends on me. This will tell me which apps I need to upgrade and therefore regression test. Incidently, the ibm mq libraries don't have ivy.xml's, because, they don't, not sure if that's a relevant fact or not. On 4 May 2012 15:16, Geoff Clitheroe <g.clithe...@gmail.com> wrote: > I haven't done this with Ivy but it looks like it is possible with the > report task: > > http://ant.apache.org/ivy/history/latest-milestone/use/report.html > > I have used Tattle Tale for this. It's really nice. > > http://www.jboss.org/tattletale > > Cheers, > Geoff > > > On Fri, May 4, 2012 at 5:10 PM, Denis Krizanovic > <denis.krizano...@gmail.com> wrote: > > I don't know how to ask this question of the nabble archive.. So I'll ask > > here, without searching the archive. > > > > I want a report that shows me all the modules that depend on a particular > > module. > > > > My specific example, is I need to upgrade some mq libraries from 6.02 to > 6.1 > > > > How can I find which projects are using the 6.02 libraries? >