You can indeed process the xml produced by the report task with an xslt or any other tool.
But there is maybe an other aproach. If the only thing you need is a list of jars, you can use the cachefileset or the cachepath. There are probably plenty of method to do what you want to do once you have this path or fileset. Gilles 2007/5/29, Tim Diggins <[EMAIL PROTECTED]>:
Hi - I'm looking for a way to give me a list of all the dependencies (tranistive) for a particular module for a particular configuration - either within ant (but neither info (becuase it is a pre-resolve task) nor buildlist (cause it's file focussed) do this for me). I don't need the organization, version or other information... Can you give any pointers to how I should do this (or do you reckon I will have to use ivy from within java to do this/build my own ant task). I thought one option was to parse the xml output of the report task... if that doesn't sound too mad. Thanks Tim
-- Gilles SCOKART
