In my ant script, I want to intercept ivy dependency names so that I can use those names inside the script. The reason is that the dependency names are not always known ahead of time. The ivy.xml file gets dynamically updated with dependencies of the users's choosing and the build script has to use those.
Is there a way to intercept ivy dependency names using ivy:retrieve?
Thanks.