Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Developers List »

ResolveReport API

Nicolas Lalevée

2008-01-16

Replies: Find Java Web Hosting

Author LoginPost 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)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.