Could you explain a little bit more what will be your sets of dependencies.
Ivy proposes two mechanism to only resolve/retrieve dependencies. You can use configurations, or type of artefact. The use of configurations will allow you to manage which modules are included in your resolution. The type of artefact will not really change your resolutions, but will only retrieve the artefact with the right type. Gilles > -----Original Message----- > From: John Wu [mailto:[EMAIL PROTECTED] > Sent: mardi 21 août 2007 18:19 > To: [email protected] > Subject: HOWTO - Resolve dependencies on demand > > Hi, > > > > I'm a newbie of Ivy and have a request of resolving dependencies on > demand. > > > > Instead of requesting ivy to resolve all the dependencies by using the > default big resolver, I want ivy to resolve (and retrieve) only a set of > dependencies (say them set of D) by default, and resolve another set of > dependencies (say them set of X) while running task X. > > > > That request seems possible based on the description here > (http://incubator.apache.org/ivy/history/trunk/configuration/modules.htm > l). But, I couldn't find a concrete working example. Can someone shed > light on this issue? > > > > Thanks, > > > > John Wu > >
