Author Login
Post Reply
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 : so
the classpath may contains different versions of same library.
Is that expected, so there is an IvyDE bug, or it is an Ivy one ?
cheers,
Nicolas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@(protected)
For additional commands, e-mail: dev-help@(protected)