Re: ResolveReport API

2008-01-16 Thread Xavier Hanin
On Jan 16, 2008 4:07 PM, Nicolas Lalevée <[EMAIL PROTECTED]> wrote: > Hi, > > I have a question about the Ivy API. In IvyDE, to compute the classpath > there > is: > > ResolveReport r = _ivy.resolve(ivyURL, new > ResolveOptions().setConfs(_confs)); > all.addAll(Arrays.asList(r.getAllArtifactsRepor

ResolveReport API

2008-01-16 Thread Nicolas Lalevée
Hi, I have a question about the Ivy API. In IvyDE, to compute the classpath there is: ResolveReport r = _ivy.resolve(ivyURL, new ResolveOptions().setConfs(_confs)); all.addAll(Arrays.asList(r.getAllArtifactsReports())); But it seems that the download reports contains also the evicted modules :