You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Adrien Lecharpentier <ad...@gmail.com> on 2012/04/23 12:36:56 UTC

Building a new resolver

Hello,

I'm trying to create a new ivy resolver based on CUDF formatted files. The
aim is to be able to read cudf files as dependencies declaration.
To do so, I need to use a CUDF Parser (an eclipse project). But the problem
is that I have compilation failure when I use classes of dependencies (same
issue if I try to use HttpClient). The jar is present in my lib folder.

I have another question about ivy resolver development: is there any
documentation on how to proceed? Because, for the moment, I read other
classes but this is not really obvious.

Thanks in advanced for your help.

--
Adrien Lecharpentier