It might be caused by your configuration element, try: <dependency org="commons-digester" name="commons-digester" rev="1.5" conf="jar->default,sources,javadoc"/>
or <dependency org="commons-digester" name="commons-digester" rev="1.5" conf="jar->*"/> The default configuration of commons-digester only contains the jar, not the sources/javadocs. regards, Maarten ----- Original Message ---- From: Gareth Western <gar...@garethwestern.com> To: ivy-user@ant.apache.org Sent: Friday, July 31, 2009 5:34:22 PM Subject: Ivy not downloading src / javadoc zips Hi all, I'd like Ivy to also download the source and javadoc files for our dependencies, where they are availabe, however it does not appear to be doing this "out of the box". Do I need to add anything to the ivy.xml to specify that I want these as well as the main jar? E.g. for commons-digester I have the following in the ivy.xml: <dependency org="commons-digester" name="commons-digester" rev="1.5" conf="jar->default"/> "resolve" is called from my build scripts via the cachepath: <ivy:cachepath pathid="classpath" conf="jar"/> Thanks, Gareth