What I meant was indeed: the "default" configuration for any maven module does only contain the jar, not the sources/javadocs.
Maarten ----- Original Message ---- From: Gareth Western <gar...@garethwestern.com> To: ivy-user@ant.apache.org Sent: Friday, July 31, 2009 10:30:43 PM Subject: Re: Ivy not downloading src / javadoc zips I thought I'd tried that ("jar->*") and it didn't work, however I tried it again (on different dependencies) and it worked perfectly, thanks! BTW where is "the default configuration of commons-digester" specified? Or did you mean the "default" configuration for any such third-party jar, not just commons-digester? On Fri, Jul 31, 2009 at 9:08 PM, Maarten Coene<maarten_co...@yahoo.com> wrote: > > 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 > > > > >