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
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 :