You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Ari King <ar...@gmail.com> on 2010/07/02 02:37:24 UTC

Can ivyde use Grail's ivy cache?

Hi,

I have a Grails project and I'm using the built-in dependency resolution
DSL, which is based on ivy and thus the project has its own ivy cache. Can I
use ivyde to enable eclipse to recognize I use the ivy cache for the
dependencies, like to does for the maven repo? I'd prefer not to have to
copy all the jars from the ivy cache to the eclipe lib folder.

Thanks.

-Ari

Re: Can ivyde use Grail's ivy cache?

Posted by Nicolas Lalevée <ni...@hibnet.org>.
On Friday 02 July 2010 02:37:24 Ari King wrote:
> Hi,
>
> I have a Grails project and I'm using the built-in dependency resolution
> DSL, which is based on ivy and thus the project has its own ivy cache. Can
> I use ivyde to enable eclipse to recognize I use the ivy cache for the
> dependencies, like to does for the maven repo? I'd prefer not to have to
> copy all the jars from the ivy cache to the eclipe lib folder.

As grails is based on Ivy it should have an ivysettings.xml somewhere. Then 
make IvyDE use that file too and both will use the exact same resolution 
algorithm and caches.

Nicolas