If you don't want transitive dependencies at all, use the transitive attribute on the ivy:resolve task.
Xavier -----Original Message----- From: jpyork [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 12:00 PM To: [email protected] Subject: Re: Ivy.xml help needed Maarten Coene wrote: > > You can set the transitive attribute to "false" on your dependency element > (for a single dependency) or on your configuration element (for all > dependencies in that configuration). > > See also: > http://ant.apache.org/ivy/history/trunk/ivyfile/dependency.html > http://ant.apache.org/ivy/history/trunk/ivyfile/conf.html > > Hope this helps... > > Maarten > > > ----- Original Message ---- > From: jpyork <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, December 3, 2007 5:32:36 PM > Subject: Re: Ivy.xml help needed > > > > > > jpyork wrote: >> >> I have my project up and running with Ivy, but am looking for one > final >> change. Ivy will download jar files that it thinks other jar files > need, >> example would be groovy.jar which was one of my dependencies, but Ivy >> downloaed a whole bunch more Jars because it thought groovy needed > them. >> I would like this not to happen, so is there a way to do this. >> >> I am looking to have only the jars in the ivy.xml downloaded, no > extra >> ones. Any ideas, or am I missing a command? >> > > > would this be what I am looking for? or is there another option? > > http://ant.apache.org/ivy/history/trunk/ivyfile/artifact-exclude.html > -- > View this message in context: > http://www.nabble.com/Ivy.xml-help-needed-tf4937610.html#a14133285 > Sent from the ivy-dev mailing list archive at Nabble.com. > > > > > > > > ____________________________________________________________________________________ > Be a better sports nut! Let your teams follow you > with Yahoo Mobile. Try it now. > http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ > > Could I put that setting in my ivysettings.xml file so that every ivy.xml in my whole project would just download the ones listed? -- View this message in context: http://www.nabble.com/Ivy.xml-help-needed-tf4937610.html#a14133842 Sent from the ivy-dev mailing list archive at Nabble.com.
