Archie Cobbs wrote: > > Try adding transitive="false" to your <conf> definition. > > I use this often to define a "javac" configuration (here's an > example<http://jvser.googlecode.com/svn/trunk/src/ivy/ivy.xml> > ). > -- > Archie L. Cobbs >
Perfect. Thanks! I did look here : http://ant.apache.org/ivy/history/2.1.0/ivyfile/dependency.html but the entry for 'transitive' is not particularly useful : "true to resolve this dependency transitively, false otherwise (since 1.2)" :) -- View this message in context: http://old.nabble.com/Just-the-artifact-I-want...-tp31219841p31220248.html Sent from the ivy-user mailing list archive at Nabble.com.
