The standard way to gather the artifacts for a given Ivy conf is to invoke
the following Ant tasks in sequence:
1. ivy:resolve
2. ivy:cachefileset
If you want to accomplish the same programmatically, I would suggest looking
into how you can leverage these existing tasks or the top-level APIs they
Hey Guys,
I have a runscript generator which is driven by ivy.
Currently however I am only including the main jar my build creates.
If someone has a artifact list like this:
I wish to be able to use Ivy to say for my ivy.xml tell me all
artifacts that are in 'x' config.
This way I can se